comparison src/cpu/sparc/vm/stubRoutines_sparc.hpp @ 20804:7848fc12602b

Merge with jdk8u40-b25
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 07 Apr 2015 14:58:49 +0200
parents 52b4284cb496 b20a35eae442
children
comparison
equal deleted inserted replaced
20184:84105dcdb05b 20804:7848fc12602b
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 = 22000 // simply increase if too small (assembler will crash if too small) 44 code_size2 = 23000 // 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