-
Bug
-
Resolution: Fixed
-
P4
-
6u14
-
b02
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2178402 | 6u14-rev | Abhijit Saha | P4 | Resolved | Fixed | b09 |
The following 2 testcases do not compile.
java/awt/Dialog/CrashXCheckJni/CrashXCheckJni.java:
java/awt/event/MouseWheelEvent/InfiniteRecursion/InfiniteRecursion_2.html:
They fail with the following error:
"cannot find symbol
symbol : class TestDialog
location: class test.java.awt.regtesthelpers.Sysout
dialog = new TestDialog(null, "Instructions" );
^
2 errors
result: Failed. Compilation failed
test result: Failed. Compilation failed"
Tested with 6u14b05 pit build . Also failed in 6u14b04 build.
Also attached are the .jtr files.
java/awt/Dialog/CrashXCheckJni/CrashXCheckJni.java:
java/awt/event/MouseWheelEvent/InfiniteRecursion/InfiniteRecursion_2.html:
They fail with the following error:
"cannot find symbol
symbol : class TestDialog
location: class test.java.awt.regtesthelpers.Sysout
dialog = new TestDialog(null, "Instructions" );
^
2 errors
result: Failed. Compilation failed
test result: Failed. Compilation failed"
Tested with 6u14b05 pit build . Also failed in 6u14b04 build.
Also attached are the .jtr files.
- backported by
-
JDK-2178402 2 regression testcases give compilation error
-
- Resolved
-
- relates to
-
JDK-6779806 java/awt/event/MouseEvent/EventTimeInFuture/EventTimeInFuture.java regression tests Compil. failed
-
- Resolved
-