JDK-7131288 : COMPILE SKIPPED: deopt handler overflow (retry at different tier)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 8-pool
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: sparc
  • Submitted: 2012-01-19
  • Updated: 2012-03-22
  • Resolved: 2012-02-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u4Fixed 8Fixed hs23Fixed
Related Reports
Relates :  
Description
terminus% /java/re/jdk/7u4/latest/binaries/solaris-sparcv9/bin/java -d64 -XX:+PrintCompilation -Xcomp t
   7502    1    b  3       java.lang.Thread::<init> (49 bytes)
   1   COMPILE SKIPPED: deopt handler overflow (retry at different tier)
   8408    2    b  3       java.lang.System::getProperty (25 bytes)
   8529    3    b  3       java.lang.String::equals (88 bytes)
   8577    4    b  3       java.util.Properties::getProperty (46 bytes)
   4   COMPILE SKIPPED: deopt handler overflow (retry at different tier)
   8599    5    b  3       sun.misc.PostVMInitHook::run (4 bytes)
   5   COMPILE SKIPPED: deopt handler overflow (retry at different tier)
   8599    6    b  3       sun.misc.PostVMInitHook::trackJavaUsage (93 bytes)

Comments
EVALUATION http://hg.openjdk.java.net/lambda/lambda/hotspot/rev/898522ae3c32
22-03-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/898522ae3c32
19-01-2012

EVALUATION 7012914 changes start generating stop() code in product VM for LIR_Assembler::emit_exception_handle () which significantly bigger then specified exception_handler_size in product VM: - debug_only(__ stop("should have gone to the caller");) + __ should_not_reach_here();
19-01-2012