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

Various behaviour of a code on jdk1.3.1 on windows and linux,solaris.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P2 P2
    • 1.3.1
    • 1.3.1
    • client-libs
    • x86
    • windows_xp

      Various behaviour of a code .
      Summary.
      jdk1.3.1_xx windows - the code hangs.
      jdk1.3.1_xx Solaris and Linux - the code does not hang.
      jdk1.4.2 - jdk1.5 on all platforms the code does not hang.
                                                                                      
      code:
      import java.awt.Frame;
                                                                                      
      public class A{
         public static void main(String argv[]){
                Frame testframe = new Frame("Title");
         }
      }

            kevinw Kevin Walls
            serb Sergey Bylokhov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: