# HG changeset patch # User coleenp # Date 1503506253 0 # Node ID 9e627420cbf9566fac6f2bc13708ae18713851d4 # Parent c9094b1e5f87909bf0383ffaf44fee302da090f7# Parent b498e2123d2f474838eda6b4651fd93877d66df1 Merge diff -r c9094b1e5f87 -r 9e627420cbf9 hotspot/src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp --- a/hotspot/src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp Wed Aug 23 12:00:39 2017 -0400 +++ b/hotspot/src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp Wed Aug 23 16:37:33 2017 +0000 @@ -56,7 +56,7 @@ // if too small. // Run with +PrintInterpreter to get the VM to print out the size. // Max size with JVMTI -int TemplateInterpreter::InterpreterCodeSize = 230*K; +int TemplateInterpreter::InterpreterCodeSize = 256*K; #ifdef PRODUCT #define BLOCK_COMMENT(str) /* nothing */