--- old/src/hotspot/share/compiler/compilerDefinitions.cpp 2019-03-29 17:26:10.000000000 -0700 +++ new/src/hotspot/share/compiler/compilerDefinitions.cpp 2019-03-29 17:26:09.000000000 -0700 @@ -265,7 +265,7 @@ 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