-
Bug
-
Resolution: Fixed
-
P4
-
17, 18, 19, 20
-
b18
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8349769 | 17.0.16-oracle | Renjith Kannath Pariyangad | P4 | Resolved | Fixed | master |
JDK-8350432 | 17.0.15 | Goetz Lindenmaier | P4 | Resolved | Fixed | b04 |
JDK-8349818 | 11.0.28-oracle | Renjith Kannath Pariyangad | P4 | Resolved | Fixed | master |
The following classes have the isOel7 method that determines whether the system property of
"os.version" is "el7".
test/jdk/java/awt/Mixing/AWT_Mixing/SimpleOverlappingTestBase.java
test/jdk/java/awt/TrayIcon/SystemTrayIconHelper.java
These classes are used in AWT_Mixing and TrayIcon tests, but they return false and cause
the test to fail on el8 or later.
"os.version" is "el7".
test/jdk/java/awt/Mixing/AWT_Mixing/SimpleOverlappingTestBase.java
test/jdk/java/awt/TrayIcon/SystemTrayIconHelper.java
These classes are used in AWT_Mixing and TrayIcon tests, but they return false and cause
the test to fail on el8 or later.
- backported by
-
JDK-8349769 AWT_Mixing and TrayIcon tests fail on el8 with hard-coded isOel7
-
- Resolved
-
-
JDK-8349818 AWT_Mixing and TrayIcon tests fail on el8 with hard-coded isOel7
-
- Resolved
-
-
JDK-8350432 AWT_Mixing and TrayIcon tests fail on el8 with hard-coded isOel7
-
- Resolved
-
- links to
-
Commit openjdk/jdk/c13e0ef3
-
Commit(master) openjdk/jdk17u-dev/54628252
-
Review openjdk/jdk/9995
-
Review(master) openjdk/jdk17u-dev/3279
(2 links to)