Package net.nicoulaj.compilecommand.annotations
package net.nicoulaj.compilecommand.annotations
Annotations used to generate a
hotspot_compiler file for using with -XX:CompileCommandFile.-
Annotation TypesClassDescriptionSet 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:+LogCompilationoption) 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.