Thursday, March 7, 2013

JRockit JVM and Xs commands



The non standard general JRockit specific commands are called X command line options
Otherwise called The awsome commands - I would say :)

-Xbootclasspath
-Xbootclasspath/a
-Xbootclasspath/p
-Xcheck:jni
-Xdebug
-Xgc
-XgcPrio (deprecated)
-XlargePages
-Xmanagement
-Xms
-Xmx
-XnoClassGC (deprecated)
-XnoOpt
-Xns
-XpauseTarget
-Xrs
-Xss
-XstrictFP
-Xverbose
-Xverbosedecorations
-XverboseLog
-XverboseTimeStamp
-Xverify

And, if you want experiment on JVM performance , there is entirely a different set of commands called the XXs



Reference:
http://docs.oracle.com/cd/E15289_01/doc.40/e15062/optionxx.htm#g1067276


No comments:

Post a Comment