-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2_02, 1.4.2_06
-
b01
-
generic, x86
-
windows_2003
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2117853 | 5.0 | Chet Haase | P3 | Resolved | Fixed | b28 |
Exception is thrown while run the fullscreen test on win2003 with jdk1.4.2_02-b01
Steps to reproduce:
1. Install jdk1.4.2_02-b01 on Win2003 from /net/koori.sfbay/p/v10/jdk/1.4.2_02/ea/b01/bundles/windows-i586
2. Run the fullscreen test:
test/java/awt/FullScreen/MultiBufferDuke/MultiBufferDuke.java
The exception is thrown as follow:
Exception in thread "main" java.lang.InternalError: Could not get display modes
at sun.awt.Win32GraphicsDevice.enumDisplayModes(Native Method)
at sun.awt.Win32GraphicsDevice.getDisplayModes(Win32GraphicsDevice.java: 335)
at ChooseDisplay.<init>(MultiBufferDuke.java:80)
at MultiBufferDuke.main(MultiBufferDuke.java:399)
System info
------------
machine name: urt-08 (Dell)
OS: Windows 2003 EE
Video card: RAGE 128 PRO Ultra GL AGP
Processor: Intel Pentium 4 CPU 1.80 GHz
The same test was failed on ADM64 machine with jdk1.4.2_02b02, 1.4.2FCS, and jdk1.4.2_01b06
Machine name: urt-amd-3
OS: Window 2003
###@###.### 2003-09-11
Steps to reproduce:
1. Install jdk1.4.2_02-b01 on Win2003 from /net/koori.sfbay/p/v10/jdk/1.4.2_02/ea/b01/bundles/windows-i586
2. Run the fullscreen test:
test/java/awt/FullScreen/MultiBufferDuke/MultiBufferDuke.java
The exception is thrown as follow:
Exception in thread "main" java.lang.InternalError: Could not get display modes
at sun.awt.Win32GraphicsDevice.enumDisplayModes(Native Method)
at sun.awt.Win32GraphicsDevice.getDisplayModes(Win32GraphicsDevice.java: 335)
at ChooseDisplay.<init>(MultiBufferDuke.java:80)
at MultiBufferDuke.main(MultiBufferDuke.java:399)
System info
------------
machine name: urt-08 (Dell)
OS: Windows 2003 EE
Video card: RAGE 128 PRO Ultra GL AGP
Processor: Intel Pentium 4 CPU 1.80 GHz
The same test was failed on ADM64 machine with jdk1.4.2_02b02, 1.4.2FCS, and jdk1.4.2_01b06
Machine name: urt-amd-3
OS: Window 2003
###@###.### 2003-09-11
- backported by
-
JDK-2117853 The fullscreen appls fails on win2003
- Resolved
- duplicates
-
JDK-5095232 Test4796630 fails on win2003 while passes with Win XP and win 2000 Pro
- Closed
- relates to
-
JDK-4796630 REGRESSION: fullscreen apps crash on NT4 and win98
- Resolved