src/cpu/ppc/vm/stubRoutines_ppc_64.hpp

changeset 9713
c4567d28f31f
parent 9497
f892c3b6b651
child 9730
42118db355f5
     1.1 --- a/src/cpu/ppc/vm/stubRoutines_ppc_64.hpp	Mon Jun 17 17:20:10 2019 +0100
     1.2 +++ b/src/cpu/ppc/vm/stubRoutines_ppc_64.hpp	Tue Jun 18 09:33:34 2019 -0400
     1.3 @@ -34,7 +34,7 @@
     1.4  
     1.5  enum platform_dependent_constants {
     1.6    code_size1 = 20000,          // simply increase if too small (assembler will crash if too small)
     1.7 -  code_size2 = 20000           // simply increase if too small (assembler will crash if too small)
     1.8 +  code_size2 = 22000           // simply increase if too small (assembler will crash if too small)
     1.9  };
    1.10  
    1.11  // CRC32 Intrinsics.

mercurial