compiler stackoverflows

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • 8
    • Affects Version/s: 6u27, 7
    • Component/s: tools
    • generic, x86
    • windows_xp

        FULL PRODUCT VERSION :


        A DESCRIPTION OF THE PROBLEM :
        compiler stackoverflows for code:

        interface Interface<T> {}
        class Bang<T> implements Interface<Interface<? super Bang<Bang<T>>>> {
         
            static void bang() {
                Interface<? super Bang<Byte>> bang = new Bang<Byte>();
            }
             
        }



        REPRODUCIBILITY :
        This bug can be reproduced always.

              Assignee:
              Unassigned
              Reporter:
              Webbug Group
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: