-
Bug
-
Resolution: Duplicate
-
P1
-
None
-
1.4.1_02
-
x86
-
windows_2000
My ISV encounters a jvm(1.4.1_02/1.4.1_03) problem on Win2K(SP3). Currently
the problem only happens on Pentium 4 (2.4GHz, single or multiple CPU) machine.
The testcase(TestImage.java) is attached below:
import java.awt.Frame;
public class TestImage extends Frame
{
/** Constructor for the TestImage class.
*/
public TestImage() {
System.out.println("It didn't hang!");
}
/** TestImage main method
*/
public static void main (String args[])
{
TestImage app = new TestImage();
app.setVisible( true );
}
}
When happened, the jvm will hang in the constructor of TestImage without
displaying "It didn't hang". Please see attachment fail.txt for -verbose:class
output.
the problem only happens on Pentium 4 (2.4GHz, single or multiple CPU) machine.
The testcase(TestImage.java) is attached below:
import java.awt.Frame;
public class TestImage extends Frame
{
/** Constructor for the TestImage class.
*/
public TestImage() {
System.out.println("It didn't hang!");
}
/** TestImage main method
*/
public static void main (String args[])
{
TestImage app = new TestImage();
app.setVisible( true );
}
}
When happened, the jvm will hang in the constructor of TestImage without
displaying "It didn't hang". Please see attachment fail.txt for -verbose:class
output.
- duplicates
-
JDK-4684966 infinite loop in Win32GraphicsEnv.initDisplay() when NetSupport is running
-
- Closed
-