src/hotspot/share/compiler/compilerDefinitions.cpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File open Cdiff src/hotspot/share/compiler/compilerDefinitions.cpp

src/hotspot/share/compiler/compilerDefinitions.cpp

Print this page

        

*** 263,273 **** } if (UseJVMCINativeLibrary) { // SVM compiled code requires more stack space if (FLAG_IS_DEFAULT(CompilerThreadStackSize)) { ! FLAG_SET_DEFAULT(CompilerThreadStackSize, 2*M); } } else { // Adjust the on stack replacement percentage to avoid early // OSR compilations while JVMCI itself is warming up if (FLAG_IS_DEFAULT(OnStackReplacePercentage)) { --- 263,273 ---- } if (UseJVMCINativeLibrary) { // SVM compiled code requires more stack space if (FLAG_IS_DEFAULT(CompilerThreadStackSize)) { ! FLAG_SET_DEFAULT(CompilerThreadStackSize, 2*K); } } else { // Adjust the on stack replacement percentage to avoid early // OSR compilations while JVMCI itself is warming up if (FLAG_IS_DEFAULT(OnStackReplacePercentage)) {
src/hotspot/share/compiler/compilerDefinitions.cpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File