Java 2 SDK for Solaris Developer's Guide

Java HotSpot VM Equivalents to _JVM_ARGS Environment Variables

_JVM_ARGS Environment 

Java HotSpot VM Option 

Description 

bound_threads 

-Xboundthreads

This option forces all threads to be created as bound threads (default in 1.4, not in 1.3). 

fixed_size_young_gen 

-Xmn<size>

Disable young generation resizing. To do this on the Java HotSpot VM, simply set the size of the young generation to a constant (in 1.4; in 1.3, use -XX:MaxNewSize=<size> -XX:MaxNewSize=<size>).

gc_stats 

-verbose:gc and/or -XX:+PrintGCDetails

Turns on various forms of gc statistics gathering. 

ims_concurrent 

none 

 

inline_instrs 

-XX:MaxInlineSize=<size>

Integer specifying maximum number of bytecode instructions in a method which gets inlined. 

inline_print 

-XX:+PrintInlining

Print message about inlined methods (debug only) 

no_parallel_gc 

none 

 

sync_final 

none 

 

yield_interval 

-XX:DontYieldALotInterval=<ms>

(debug only) Interval in milliseconds between yields 

monitor_order 

none