All Classes
-
All Classes Class Summary Annotation Types Summary Class Description Break Set a breakpoint when debugging the JVM to stop at the beginning of just in time compilation of the specified method.CompileCommandProcessor Processor
that generates ahotspot_compiler
file for using with-XX:CompileCommandFile
.CompileOnly Exclude all methods from just in time compilation except for the specified method.DontInline Prevent the just in time compiler from inlining the specified method.Exclude Exclude the specified method from just in time compilation.Inline Force the just in time compiler to attempt inlining the specified method.Log Exclude compilation logging (with the-XX:+LogCompilation
option) for all methods except for the specified method.Option Pass a JIT compilation option to the specified method.Options Pass JIT compilation options to the specified method.Print Print generated assembler code after compilation of the specified method.Quiet Do not print the compile commands on application startup.