Type java -X from the command line:
-> java -X
-Xmixed mixed mode execution (default)
-Xint interpreted mode execution only
-Xbootclasspath:<directories and zip/jar files separated by :>
set search path for bootstrap classes and
resources
-Xbootclasspath/a:<directories and zip/jar files separated by :>
append to end of bootstrap class path
-Xbootclasspath/p:<directories and zip/jar files separated by :>
prepend in front of bootstrap class path
-Xnoclassgc disable class garbage collection
-Xloggc:<file> log GC status to a file with time stamps
-Xbatch disable background compilation
-Xms<size> set initial Java heap size
-Xmx<size> set maximum Java heap size
-Xss<size> set java thread stack size
-Xprof output cpu profiling data
-Xfuture enable strictest checks, anticipating future
default
-Xrs reduce use of OS signals by Java/VM (see
documentation)
-Xdock:name=<application name>
override default application name displayed in
dock
-Xdock:icon=<path to icon file>
override default icon displayed in dock
-Xcheck:jni perform additional checks for JNI functions
-Xshare:off do not attempt to use shared class data
-Xshare:auto use shared class data if possible (default)
-Xshare:on require using shared class data, otherwise fail.
The -X options are non-standard and subject to change without notice.
On Apr 8, 2008, at 15:00 , Andrew Fritz wrote:
I have a licenses...
After much investigation, here is where things stand...
Adding the options to the jvm-arg doesn't appear to work. The
resin.jar file appears to remove or supersede the required -
Xbootclasspath/a option needed to add the agent lib.
Can someone run me through how I might add a jar to the boot class
path? I think that is all that is missing.
Andrew
Joe Dane wrote:
On Apr 8, 2008, at 10:46 AM, Andrew Fritz wrote:
I found the option in a mail thread.
Jprofiler is a commercial product. That option won't work unless
you've installed JProfiler. I think you can get an evaluation
license, but by all means you should consider forking over the cash
to buy the thing, or some other product. Commercial profilers are
way easier to operate (IMO) than the builtin stuff.
So I assume the -Xrunjprofiler option is garbage.
see above.
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest