JDK-6557624 : Stack overflow in Attr.attribClass
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: generic
  • Submitted: 2007-05-15
  • Updated: 2010-04-02
  • Resolved: 2009-03-13
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
7Resolved
Related Reports
Relates :  
Description
This program causes a stack overflow in javac:

package twisted;

import static twisted.ExtendInner.Inner;

class ExtendInner extends Inner {
    static class Inner {}
}

Comments
EVALUATION Not reproducible after jdk 7 b34 (see 6695838)
13-03-2009

EVALUATION This is a bug, most likely related to how static import scopes are set up.
15-05-2007