-
Bug
-
Resolution: Fixed
-
P4
-
17, 18, 19, 20
-
None
-
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-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
-