| 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 ]
|
 |
 |
|
|
subject: how to use hotspot
|
|
|