Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2207933 | 1.4.2_33 | Abhijit Saha | P3 | Closed | Fixed | b02 |
Testsuite name: regression j2se 1.5.0_27b01_j4b
test: javax/swing/Security/6657138/ComponentTest.java
JDK/JRE tested: 1.5.0_27b01_j4b
OS/architecture: linux-i586
Reproducible: Always
Reproducible on machine: local
Is it a platform specific regression: N
Is it a Regression: N
Steps to reproduce:
ik217385@ik217385-desktop:/export/regression/150u27b01$ /export/jdk/150u27b01/jdk1.5.0_27/bin/javac ComponentTest.java
ComponentTest.java:37: cannot find symbol
symbol : method realSync()
location: class sun.awt.SunToolkit
toolkit.realSync();
^
ComponentTest.java:50: cannot find symbol
symbol : method realSync()
location: class sun.awt.SunToolkit
toolkit.realSync();
^
2 errors
test: javax/swing/Security/6657138/ComponentTest.java
JDK/JRE tested: 1.5.0_27b01_j4b
OS/architecture: linux-i586
Reproducible: Always
Reproducible on machine: local
Is it a platform specific regression: N
Is it a Regression: N
Steps to reproduce:
ik217385@ik217385-desktop:/export/regression/150u27b01$ /export/jdk/150u27b01/jdk1.5.0_27/bin/javac ComponentTest.java
ComponentTest.java:37: cannot find symbol
symbol : method realSync()
location: class sun.awt.SunToolkit
toolkit.realSync();
^
ComponentTest.java:50: cannot find symbol
symbol : method realSync()
location: class sun.awt.SunToolkit
toolkit.realSync();
^
2 errors
- backported by
-
JDK-2207933 TEST_BUG javax/swing/Security/6657138/ComponentTest.java compilation failed
- Closed