JDK-4702051 : Pathological jsr/ret constructs cause compiler crash
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 1.4.1
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2002-06-13
  • Updated: 2002-12-04
  • Resolved: 2002-12-04
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.
Other
1.4.2 mantisFixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The test case in 4697245 causes the client compiler to crash in 1.4.1 due to
the fact that it now inlines jsrs. The same test passes with the 1.4.0 C1.
A maximum jsr inlining depth (with an appropriate bailout) needs to be added.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis FIXED IN: mantis INTEGRATED IN: mantis
14-06-2004

EVALUATION Will fix in 1.4.2. ###@###.### 2002-06-13 Fixed by adding instruction count bailout to GraphBuilder. Experimented with jsr depth bailout as well but this is more generally applicable. ###@###.### 2002-10-03
13-06-2002