Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2
-
Resolution: Won't Fix
-
Affects Version/s: 1.3.1
-
Fix Version/s: 1.3.1
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
CPU:x86
-
OS:windows_xp
Description
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");
}
}
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");
}
}