< prev index next >

src/cpu/ppc/vm/stubRoutines_ppc.hpp

Print this page
rev 13439 : Martin's 8185979: PPC64: Implement SHA2 intrinsic

@@ -32,11 +32,11 @@
 
 static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; }
 
 enum platform_dependent_constants {
   code_size1 = 20000,          // simply increase if too small (assembler will crash if too small)
-  code_size2 = 20000           // simply increase if too small (assembler will crash if too small)
+  code_size2 = 22000           // simply increase if too small (assembler will crash if too small)
 };
 
 // CRC32 Intrinsics.
 #define CRC32_COLUMN_SIZE 256
 #define CRC32_BYFOUR
< prev index next >