OpenJDK / aarch32-port / jdk8u / hotspot
changeset 9075:f59f67eb8bc8
Merge
author | clanger |
---|---|
date | Mon, 18 Mar 2019 08:57:23 +0100 |
parents | ec3f2b2a054d 6e2900603bc6 |
children | 6b67e2bcf2be |
files | .hgtags |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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