JVM options
Michael Hall
mik3hall at gmail.com
Wed Jan 30 18:09:48 PST 2013
On Jan 30, 2013, at 6:34 PM, Claudio Nieder wrote:
> Hi,
>
>> http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
>
> Those mentioned there should work in your standard JDK.
I did think they used to work at Java 6 (Apple's jdk build)
I thought I used to get some jit stats dumped at application shutdown, by including some option or other.
That doesn't appear to be working with the openjdk 7 build.
I tried various other options with command line launched code, including gc ones, and saw no output, I didn't see the invalid option error you indicated either.
I have for now decided to cut over to using the jstat command runtime exec'ed for the JIT info. Actually, better suited to how I've been handling similar from my application anyhow.
Some other time maybe I'll try to figure out why I am seeing nothing on the other HotSpot options.
Thanks for the detailed response.
Michael Hall
trz nio.2 for OS X http://www195.pair.com/mik3hall/index.html#trz
HalfPipe Java 6/7 shell app http://www195.pair.com/mik3hall/index.html#halfpipe
AppConverter convert Apple jvm to openjdk apps http://www195.pair.com/mik3hall/index.html#appconverter
More information about the macosx-port-dev
mailing list