All Classes and Interfaces
Class
Description
Set a breakpoint when debugging the JVM to stop at the beginning of just in time compilation of the specified method.
Exclude all methods from just in time compilation except for the specified method.
Prevent the just in time compiler from inlining the specified method.
Exclude the specified method from just in time compilation.
Force the just in time compiler to attempt inlining the specified method.
Exclude compilation logging (with the
-XX:+LogCompilation option) for all methods except for the specified method.Pass a JIT compilation option to the specified method.
Pass JIT compilation options to the specified method.
Print generated assembler code after compilation of the specified method.
Do not print the compile commands on application startup.