diff src/cpu/sparc/vm/c1_LIRAssembler_sparc.hpp @ 4808:898522ae3c32

7131288: COMPILE SKIPPED: deopt handler overflow (retry at different tier) Summary: Fix exception handler stub size, enable guarantees to check for the correct deopt and exception stub sizes in the future Reviewed-by: kvn, never, twisti
author iveresov
date Thu, 19 Jan 2012 10:56:51 -0800
parents ac637b7220d1
children b9a9ed0f8eeb
line wrap: on
line diff
--- a/src/cpu/sparc/vm/c1_LIRAssembler_sparc.hpp	Wed Jan 18 16:18:31 2012 +0100
+++ b/src/cpu/sparc/vm/c1_LIRAssembler_sparc.hpp	Thu Jan 19 10:56:51 2012 -0800
@@ -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