JDK-5097548 : (crash) Stack overflow in capture conversion
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,linux
  • CPU: generic,x86
  • Submitted: 2004-09-06
  • Updated: 2012-10-09
  • Resolved: 2004-09-25
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
5.0u1 01Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
This program causes a stack overflow during capture conversion:

interface Edge<N extends Node<? extends Edge<? extends N>>> {}
interface Node<E extends Edge<? extends Node<? extends E>>> {}

###@###.### 2004-09-06

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.5.0_01 mustang FIXED IN: 1.5.0_01 INTEGRATED IN: 1.5.0_01
26-09-2004

EVALUATION A bug. ###@###.### 2004-09-06
06-09-2004

WORK AROUND interface Edge<N extends Node<? extends Edge<N>>> {} interface Node<E extends Edge<? extends Node<E>>> {} ###@###.### 2004-09-06
06-09-2004