diff --git a/.hgtags b/.hgtags index dd30692e7d6d5af05fe745d66e2f47c8561abceb..d80269f24a0bf1ba9a5a8bc5b9dba0c20d647add 100644 --- a/.hgtags +++ b/.hgtags @@ -1257,3 +1257,4 @@ c0836eee40e5cfc7b3eebbb7a53bfcd98bc66278 jdk8u202-b03 818b1963f7a227a2368a4f363d5500dd226a529e jdk8u202-ga 9ce27f0a4683a2083d3aed59a40d6a3ccfc8e397 jdk8u212-b00 5af8ec63c21c861106d6bf8b137620ae4d3664be jdk8u222-b00 +9ee244aee077ffad50d1b183a61d9f5fc39a1285 jdk8u212-b01 diff --git a/src/cpu/ppc/vm/templateInterpreter_ppc.hpp b/src/cpu/ppc/vm/templateInterpreter_ppc.hpp index eb817b0a256d6341bc91daac17668611d38fdcef..51e4ebf6340e301b64ec15ee11da185ce60c147a 100644 --- a/src/cpu/ppc/vm/templateInterpreter_ppc.hpp +++ b/src/cpu/ppc/vm/templateInterpreter_ppc.hpp @@ -34,7 +34,7 @@ // Run with +PrintInterpreter to get the VM to print out the size. // Max size with JVMTI - const static int InterpreterCodeSize = 210*K; + const static int InterpreterCodeSize = 220*K; #endif // CPU_PPC_VM_TEMPLATEINTERPRETER_PPC_HPP