Package net.nicoulaj.compilecommand.annotations
Annotations used to generate a
hotspot_compiler
file for using with -XX:CompileCommandFile
.-
Annotation Types Summary Annotation Type Description Break Set a breakpoint when debugging the JVM to stop at the beginning of just in time compilation of the specified method.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.