Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7078829

compiler stackoverflows

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 8
    • 6u27, 7
    • 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.

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: