ADVERTISEMENT

A searchable collection of JVM options

General notes

The JavaTM HotSpot VM Options page makes some good points regarding the different types of options, which should be followed when reading this document as well. To paraphrase:

Please submit any comments, corrections, additions to reins - at - altervista.org.

You can vist my blog here: Mariano WebLog

Searching JVM options with ''


-client

Type: bool

JVM versions:

Description:

Use Client HotSpot VM. Must be first option.


-server

Type: bool

JVM versions:

Description:

Use Server HotSpot VM. Must be first option.


-verbose[:class|gc|jni]

Type: bool

JVM versions:

Description:

enable output of various pieces of the VM. specifying options twice may produce more detailed output.

Privacy Policy