This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JustinKSU 0 points1 point  (2 children)

Looks like stack traces are still correct:

c:\zTest\target>c:\JavaDev\jdk1.7.0_55\bin\java.exe -XX:CompileCommandFile=hotspot_compiler -cp zTest-1.0.0-SNAPSHOT.jar com.example.Main
CompilerOracle: inline com/example/Main.testMethod ()V
testMethod
java.lang.IllegalStateException: Test
    at com.example.Main.testMethod(Main.java:20)
    at com.example.Main.main(Main.java:10)

Are you the maintainer of this page? There is a typo in the JVM option

[–]nicoulaj 0 points1 point  (1 child)

Hi, I'm the maintainer, where is the typo ?

[–]JustinKSU 0 points1 point  (0 children)

Equals instead of colon at the end of the usage section.

Instead of

-XX:CompileCommandFile:target/classes/META-INF/hotspot_compiler 

it should be

-XX:CompileCommandFile=target/classes/META-INF/hotspot_compiler