src/hotspot/share/compiler/compilerDefinitions.cpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/src/hotspot/share/compiler/compilerDefinitions.cpp	Fri Mar 29 17:26:10 2019
--- new/src/hotspot/share/compiler/compilerDefinitions.cpp	Fri Mar 29 17:26:09 2019

*** 263,273 **** --- 263,273 ---- } if (UseJVMCINativeLibrary) { // SVM compiled code requires more stack space if (FLAG_IS_DEFAULT(CompilerThreadStackSize)) { ! FLAG_SET_DEFAULT(CompilerThreadStackSize, 2*M); ! 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