comparison src/cpu/sparc/vm/stubRoutines_sparc.hpp @ 17910:03214612e77e

8035936: SIGBUS in StubRoutines::aesencryptBlock, solaris-sparc Summary: Fix the arbitrary alignment issue in SPARC AES crypto stub routines. Reviewed-by: kvn, iveresov Contributed-by: shrinivas.joshi@oracle.com
author kvn
date Wed, 30 Apr 2014 14:14:01 -0700
parents 55fb97c4c58d
children 52b4284cb496 b20a35eae442
comparison
equal deleted inserted replaced
17909:85d6efcb1fa3 17910:03214612e77e
39 } 39 }
40 40
41 enum /* platform_dependent_constants */ { 41 enum /* platform_dependent_constants */ {
42 // %%%%%%%% May be able to shrink this a lot 42 // %%%%%%%% May be able to shrink this a lot
43 code_size1 = 20000, // simply increase if too small (assembler will crash if too small) 43 code_size1 = 20000, // simply increase if too small (assembler will crash if too small)
44 code_size2 = 20000 // simply increase if too small (assembler will crash if too small) 44 code_size2 = 22000 // simply increase if too small (assembler will crash if too small)
45 }; 45 };
46 46
47 class Sparc { 47 class Sparc {
48 friend class StubGenerator; 48 friend class StubGenerator;
49 49