8219961: [ppc64] Increase code size for interpreter generation.

Mon, 04 Mar 2019 21:10:27 +0100

author
goetz
date
Mon, 04 Mar 2019 21:10:27 +0100
changeset 9594
111b95ad4584
parent 9593
76a9c9cf14f1
child 9632
9ee244aee077

8219961: [ppc64] Increase code size for interpreter generation.
Reviewed-by: aph, mdoerr

src/cpu/ppc/vm/templateInterpreter_ppc.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/cpu/ppc/vm/templateInterpreter_ppc.hpp	Tue Jan 15 10:43:31 2019 +0000
     1.2 +++ b/src/cpu/ppc/vm/templateInterpreter_ppc.hpp	Mon Mar 04 21:10:27 2019 +0100
     1.3 @@ -34,7 +34,7 @@
     1.4    // Run with +PrintInterpreter to get the VM to print out the size.
     1.5    // Max size with JVMTI
     1.6  
     1.7 -  const static int InterpreterCodeSize = 210*K;
     1.8 +  const static int InterpreterCodeSize = 220*K;
     1.9  
    1.10  #endif // CPU_PPC_VM_TEMPLATEINTERPRETER_PPC_HPP
    1.11  

mercurial