-
Bug
-
Resolution: Fixed
-
P4
-
8u112, 9, 10, 17, 18
-
b27
-
generic
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8287829 | 17.0.5-oracle | Maheshkumar Bollapragada | P4 | Resolved | Fixed | b01 |
JDK-8288248 | 17.0.5 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
JDK-8288544 | 15.0.8 | Sergey Bylokhov | P4 | Resolved | Fixed | b03 |
JDK-8287842 | 11.0.17-oracle | Maheshkumar Bollapragada | P4 | Resolved | Fixed | b01 |
JDK-8288543 | 11.0.17 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
java version "9-ea"
Java(TM) SE Runtime Environment (build 9-ea+148)
Java HotSpot(TM) 64-Bit Server VM (build 9-ea+148, mixed mode)
java version "1.8.0_112"
Java(TM) SE Runtime Environment (build 1.8.0_112-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 10.0.14393]
A DESCRIPTION OF THE PROBLEM :
The test javax/swing/JTree/4908142/bug4908142.java fails with the following output "The selected index should be "aad", but not aaa"
This issue was reproduced with JDK9
This failure was observed on Windows. It has never been observed on Linux, OSX.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
jtreg -v -a -xml -testjdk:C:/Java/jdk-9 -javaoptions:-Djava.awt.headless=false -timeoutFactor:2 test/javax/swing/JTree
ERROR MESSAGES/STACK TRACES THAT OCCUR :
#section:main
----------messages:(4/125)----------
command: main bug4908142
reason: User specified action: run main bug4908142
Mode: othervm
elapsed time (seconds): 1.118
----------configuration:(0/0)----------
----------System.out:(0/0)----------
----------System.err:(13/780)----------
java.lang.Error: The selected index should be "aad", but not aaa
at bug4908142.main(bug4908142.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.Error: The selected index should be "aad", but not aaa
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Error: The selected index should be "aad", but not aaa
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/file/8b04ee324a1a/test/javax/swing/JTree/4908142/bug4908142.java
---------- END SOURCE ----------
- backported by
-
JDK-8287829 javax/swing/JTree/4908142/bug4908142.java The selected index should be "aad"
- Resolved
-
JDK-8287842 javax/swing/JTree/4908142/bug4908142.java The selected index should be "aad"
- Resolved
-
JDK-8288248 javax/swing/JTree/4908142/bug4908142.java The selected index should be "aad"
- Resolved
-
JDK-8288543 javax/swing/JTree/4908142/bug4908142.java The selected index should be "aad"
- Resolved
-
JDK-8288544 javax/swing/JTree/4908142/bug4908142.java The selected index should be "aad"
- Resolved
- relates to
-
JDK-8278348 [macos12] javax/swing/JTree/4908142/bug4908142.java fails in macos12
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/8e94c68c
-
Commit openjdk/jdk15u-dev/528e52f4
-
Commit openjdk/jdk17u-dev/aa3d2f76
-
Commit openjdk/jdk/082fdf47
-
Review openjdk/jdk11u-dev/1142
-
Review openjdk/jdk15u-dev/221
-
Review openjdk/jdk17u-dev/458
-
Review openjdk/jdk/6661