Merge
authorcoleenp
Wed, 23 Aug 2017 16:37:33 +0000
changeset 46962 9e627420cbf9
parent 46961 c9094b1e5f87 (current diff)
parent 46960 b498e2123d2f (diff)
child 46964 7bdccf51db41
child 46965 9d444ac611a9
Merge
--- 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 */