Searched refs:trueInDebug (Results 1 - 5 of 5) sorted by relevance

/openjdk9/hotspot/src/share/vm/runtime/
H A Dglobals.hpp444 #define trueInDebug true macro
447 #define trueInDebug false macro
595 diagnostic(bool, UnlockDiagnosticVMOptions, trueInDebug, \
822 notproduct(bool, StrictSafepointChecks, trueInDebug, \
874 develop(bool, ForceFloatExceptions, trueInDebug, \
901 develop(bool, ZapResourceArea, trueInDebug, \
904 notproduct(bool, ZapVMHandleArea, trueInDebug, \
907 develop(bool, ZapJNIHandleArea, trueInDebug, \
910 notproduct(bool, ZapStackSegments, trueInDebug, \
913 develop(bool, ZapUnusedHeapArea, trueInDebug, \
[all...]
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_globals.hpp187 develop(bool, CommentedAssembly, trueInDebug, \
/openjdk9/hotspot/src/share/vm/jvmci/
H A DjvmciEnv.cpp428 bool verify_deps = env == NULL || trueInDebug || JavaAssertions::enabled(SystemDictionary::HotSpotInstalledCode_klass()->name()->as_C_string(), true);
/openjdk9/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp1000 if (_last_bci != bci || trueInDebug) {
/openjdk9/hotspot/src/share/vm/ci/
H A DciEnv.cpp924 bool verify_deps = trueInDebug;

Completed in 105 milliseconds