Skip navigation links
B C D E G I L N O P Q 

B

Break - Annotation Type in net.nicoulaj.compilecommand.annotations
Set a breakpoint when debugging the JVM to stop at the beginning of just in time compilation of the specified method.

C

COMPILE_COMMAND_FILE_PATH_DEFAULT - Static variable in class net.nicoulaj.compilecommand.CompileCommandProcessor
 
COMPILE_COMMAND_FILE_PATH_OPTION - Static variable in class net.nicoulaj.compilecommand.CompileCommandProcessor
 
CompileCommandProcessor - Class in net.nicoulaj.compilecommand
Processor that generates a hotspot_compiler file for using with -XX:CompileCommandFile.
CompileCommandProcessor() - Constructor for class net.nicoulaj.compilecommand.CompileCommandProcessor
 
CompileOnly - Annotation Type in net.nicoulaj.compilecommand.annotations
Exclude all methods from just in time compilation except for the specified method.

D

DontInline - Annotation Type in net.nicoulaj.compilecommand.annotations
Prevent the just in time compiler from inlining the specified method.

E

Exclude - Annotation Type in net.nicoulaj.compilecommand.annotations
Exclude the specified method from just in time compilation.

G

getSupportedAnnotationTypes() - Method in class net.nicoulaj.compilecommand.CompileCommandProcessor
 
getSupportedSourceVersion() - Method in class net.nicoulaj.compilecommand.CompileCommandProcessor
 

I

Inline - Annotation Type in net.nicoulaj.compilecommand.annotations
Force the just in time compiler to attempt inlining the specified method.

L

Log - Annotation Type in net.nicoulaj.compilecommand.annotations
Exclude compilation logging (with the -XX:+LogCompilation option) for all methods except for the specified method.

N

net.nicoulaj.compilecommand - package net.nicoulaj.compilecommand
Processor that generates a hotspot_compiler file for using with -XX:CompileCommandFile.
net.nicoulaj.compilecommand.annotations - package net.nicoulaj.compilecommand.annotations
Annotations used to generate a hotspot_compiler file for using with -XX:CompileCommandFile.

O

Option - Annotation Type in net.nicoulaj.compilecommand.annotations
Pass a JIT compilation option to the specified method.
Options - Annotation Type in net.nicoulaj.compilecommand.annotations
Pass JIT compilation options to the specified method.

P

Print - Annotation Type in net.nicoulaj.compilecommand.annotations
Print generated assembler code after compilation of the specified method.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class net.nicoulaj.compilecommand.CompileCommandProcessor
 

Q

Quiet - Annotation Type in net.nicoulaj.compilecommand.annotations
Do not print the compile commands on application startup.
B C D E G I L N O P Q 
Skip navigation links

Copyright © 2014–2019. All rights reserved.