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

Java Analysis

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)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download as txt, pdf, or txt
0% found this document useful (0 votes)
27 views1 page

Java Analysis

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)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 1

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