Printing method being compiled when Hotspot crashes
I'm trying to workaround a JVM crash issue by disabling hotspot compilation for the method that's causing the crash.In Sun's JVM There is a -XX:+PrintCompilation switch which tells me what method is being compiled. Is there a equivalent JVM option for HP's JVM?
[279 byte] By [
samueltoa] at [2007-10-2 23:15:57]

You might wish to check with HP support.
I do not see much traffic regarding HP's version of HotSpot on
this forum.
That said, I would expect that if that JVM does not accept the
option, it would tell you so. A couple of quick experiments
with a simple program should probably help answer your question.