diff src/cpu/sparc/vm/c1_LIRAssembler_sparc.hpp @ 4898:d851f3714641

Merge
author dholmes
date Wed, 25 Jan 2012 19:26:35 -0500
parents 898522ae3c32
children b9a9ed0f8eeb
line wrap: on
line diff
--- a/src/cpu/sparc/vm/c1_LIRAssembler_sparc.hpp	Tue Jan 24 18:00:54 2012 -0500
+++ b/src/cpu/sparc/vm/c1_LIRAssembler_sparc.hpp	Wed Jan 25 19:26:35 2012 -0500
@@ -69,7 +69,7 @@
 #else
          call_stub_size = 20,
 #endif // _LP64
-         exception_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(10*4),
-         deopt_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(10*4) };
+         exception_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(128),
+         deopt_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(64)  };
 
 #endif // CPU_SPARC_VM_C1_LIRASSEMBLER_SPARC_HPP