0% found this document useful (0 votes)
65 views1 page

Java Crash Analysis Command Guide

This command runs the javap disassembler on the Crash class to output the bytecode instructions, then runs the Java program with options to print the JIT compiled assembly, enable diagnostic VM options, and set the compilation threshold to 100 to ensure compilation occurs.

Uploaded by

Peter Teoh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views1 page

Java Crash Analysis Command Guide

This command runs the javap disassembler on the Crash class to output the bytecode instructions, then runs the Java program with options to print the JIT compiled assembly, enable diagnostic VM options, and set the compilation threshold to 100 to ensure compilation occurs.

Uploaded by

Peter Teoh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

javap -c org.axt.cr.Crash LD_LIBRARY_PATH=. java -XX:+UnlockDiagnosticVMOptions -XX:+PrintAssembly -XX:+Pr intCompilation -XX:CompileThreshold=100 -cp . org.axt.cr.

Crash

You might also like