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

compiler stackoverflows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P3
    • 8
    • 6u27, 7
    • tools
    • generic, x86
    • windows_xp

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: