File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Performance and the fly likes how to use hotspot Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "how to use hotspot" Watch "how to use hotspot" New topic
Author

how to use hotspot

Prakash Dwivedi
Ranch Hand

Joined: Sep 28, 2002
Posts: 451
how can i use java hotspot to improve performance of my program. Will just using jdk1.3 from sun serve the purpose, or do i have to do any setting/configuration.
thanx
[ January 13, 2003: Message edited by: Prakash Dwivedi ]

Prakash Dwivedi (SCJP2, SCWCD, SCBCD)
"Failure is not when you fall down, Its only when you don't get up again"
Peter den Haan
author
Ranch Hand

Joined: Apr 20, 2000
Posts: 3252
No, you don't have to do anything. The -server JVM flag can be beneficial in some cases, favouring long-term runtime efficiency over startup time. If you're interested in getting top performance, consider going to 1.4.1.
- Peter
[ January 13, 2003: Message edited by: Peter den Haan ]
 
IntelliJ Java IDE
 
subject: how to use hotspot
 
Threads others viewed
Questions on HotSpot
Debugging JNI in HotSpot
Weblogic5.1
Balancing good design versus performance & memory
Problem Installing
jQuery in Action, 2nd edition