HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: JVM 1.4 poor performance on start
Operating System - HP-UX
1836636
Members
1561
Online
110102
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2004 03:13 AM
09-24-2004 03:13 AM
JVM 1.4 poor performance on start
Hello everyone!
I have a performance problem with a Java Virtual Machine on HPUX 11.11 on 2-way PA-RISC rp5470.Our company wants to use this machine as an Application Server using JVM 1.4.107.
The problem is:
In the benchmark test of JVM (which runs on any machine with any version of Java) I see that the 1st loop of the test takes about 37-38 seconds, while the other 4 loops it makes in 3.4 - 3.7 seconds.
I'v tried to execute the test in interpreted mode, (java -Xint SbTest 1)but its even worse (66seconds constant every loop).
It is like the JVM has a delayed start of compilation i think.
(Should I change some parameter in the jvm.cfg file?)
The test file is in attachment.
To execute:
[root@machine]# java SbTest 1 //the parameter after the filename is the number of threads to use in test.
Any help would be appreciated.
Thanks in advance!
Jack
I have a performance problem with a Java Virtual Machine on HPUX 11.11 on 2-way PA-RISC rp5470.Our company wants to use this machine as an Application Server using JVM 1.4.107.
The problem is:
In the benchmark test of JVM (which runs on any machine with any version of Java) I see that the 1st loop of the test takes about 37-38 seconds, while the other 4 loops it makes in 3.4 - 3.7 seconds.
I'v tried to execute the test in interpreted mode, (java -Xint SbTest 1)but its even worse (66seconds constant every loop).
It is like the JVM has a delayed start of compilation i think.
(Should I change some parameter in the jvm.cfg file?)
The test file is in attachment.
To execute:
[root@machine]# java SbTest 1 //the parameter after the filename is the number of threads to use in test.
Any help would be appreciated.
Thanks in advance!
Jack
- Tags:
- Java
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2004 06:01 AM
09-24-2004 06:01 AM
Re: JVM 1.4 poor performance on start
OK Folks!
The problem is partially risolved:
it is enough to add an option:
XX:+UseOnStackReplacement when I run the benchmark.
This option make the JVM run in the 'compiled mode' right from the start.
Now, - is it possible to add this option to JVM to run with it by default?
Thanks for Your support
Jack
The problem is partially risolved:
it is enough to add an option:
XX:+UseOnStackReplacement when I run the benchmark.
This option make the JVM run in the 'compiled mode' right from the start.
Now, - is it possible to add this option to JVM to run with it by default?
Thanks for Your support
Jack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2004 03:30 AM
09-25-2004 03:30 AM
Re: JVM 1.4 poor performance on start
Why don't you just add that arg to the start script of whatever applicaiton server you end up using?
You might also want to check out it's memory configuration, using JVMStat (http://developers.sun.com/dev/coolstuff/jvmstat/), it might show up that it's doing memory allocation for the first pass if -Xms is not equal to -Xmx (and for NewSize/PermSize too).
Cheers,
James
You might also want to check out it's memory configuration, using JVMStat (http://developers.sun.com/dev/coolstuff/jvmstat/), it might show up that it's doing memory allocation for the first pass if -Xms is not equal to -Xmx (and for NewSize/PermSize too).
Cheers,
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 02:12 AM
10-06-2004 02:12 AM
Re: JVM 1.4 poor performance on start
Thanks people
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP