< prev index next > src/hotspot/share/compiler/compilerDirectives.hpp
Print this page
cflags(BackgroundCompilation, bool, BackgroundCompilation, BackgroundCompilation) \
cflags(ReplayInline, bool, false, ReplayInline) \
cflags(DumpReplay, bool, false, DumpReplay) \
cflags(DumpInline, bool, false, DumpInline) \
cflags(CompilerDirectivesIgnoreCompileCommands, bool, CompilerDirectivesIgnoreCompileCommands, Unknown) \
- cflags(RepeatCompilation, intx, RepeatCompilation, RepeatCompilation)
+ cflags(RepeatCompilation, intx, RepeatCompilation, RepeatCompilation) \
+ cflags(PrecompileRecorded, uintx, 0, PrecompileRecorded) \
+ cflags(DontPrecompile, bool, false, DontPrecompile) \
+ cflags(DontPreload, bool, false, DontPreload) \
+ cflags(IgnoreRecordedProfile, bool, false, IgnoreRecordedProfile) \
+ cflags(IgnorePrecompiled, bool, false, IgnorePrecompiled) \
+ cflags(TooManyTrapsAtBCI, ccstrlist, "", TooManyTrapsAtBCI)
#define compilerdirectives_common_string_flags(cflags) \
cflags(DisableIntrinsic, ccstrlist, DisableIntrinsic, DisableIntrinsic) \
cflags(ControlIntrinsic, ccstrlist, ControlIntrinsic, ControlIntrinsic)
#define compilerdirectives_common_flags(cflags) \
compilerdirectives_common_other_flags(cflags) \
< prev index next >