Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4702051
Votes 0
Synopsis Pathological jsr/ret constructs cause compiler crash
Category hotspot:compiler1
Reported Against hopper
Release Fixed 1.4.2(mantis)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs 4697245 , 4860514 , 5040872
Submit Date 13-JUN-2002
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.
Work Around
N/A
Evaluation
Will fix in 1.4.2.

  xxxxx@xxxxx   2002-06-13

Fixed by adding instruction count bailout to GraphBuilder. Experimented with jsr
depth bailout as well but this is more generally applicable.

  xxxxx@xxxxx   2002-10-03
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang