# HG changeset patch # User clanger # Date 1552895843 -3600 # Node ID f59f67eb8bc8790d6f4d92e4f9ddf0e13998f021 # Parent ec3f2b2a054d1696f964434f4d9c158a4a3972aa# Parent 6e2900603bc6a7f7b46dccc61df4e2cb51fda80e Merge diff -r ec3f2b2a054d -r f59f67eb8bc8 .hgtags --- a/.hgtags Mon Mar 18 08:55:55 2019 +0100 +++ b/.hgtags Mon Mar 18 08:57:23 2019 +0100 @@ -1257,3 +1257,4 @@ 818b1963f7a227a2368a4f363d5500dd226a529e jdk8u202-ga 9ce27f0a4683a2083d3aed59a40d6a3ccfc8e397 jdk8u212-b00 5af8ec63c21c861106d6bf8b137620ae4d3664be jdk8u222-b00 +9ee244aee077ffad50d1b183a61d9f5fc39a1285 jdk8u212-b01 diff -r ec3f2b2a054d -r f59f67eb8bc8 src/cpu/ppc/vm/templateInterpreter_ppc.hpp --- a/src/cpu/ppc/vm/templateInterpreter_ppc.hpp Mon Mar 18 08:55:55 2019 +0100 +++ b/src/cpu/ppc/vm/templateInterpreter_ppc.hpp Mon Mar 18 08:57:23 2019 +0100 @@ -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