-
Bug
-
Resolution: Fixed
-
P4
-
20
-
b16
-
x86_64
-
os_x_10.15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8299488 | 17.0.7-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
JDK-8302198 | 17.0.7 | Goetz Lindenmaier | P4 | Resolved | Fixed | b02 |
JDK-8322193 | 11.0.23 | Amos SHI | P4 | Resolved | Fixed | b01 |
JDK-8316941 | 11.0.22-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b01 |
sun/util/logging/PlatformLoggerTest.java
Here's a snippet from the log file:
Sep 14, 2022 5:41:52 PM PlatformLoggerTest testLogMethods
INFO: Test info(String)
java.lang.RuntimeException: Retrieved backing PlatformLogger level null is not the expected CONFIG
at PlatformLoggerTest.checkJavaLoggerLevel(PlatformLoggerTest.java:237)
at PlatformLoggerTest.checkPlatformLoggerLevels(PlatformLoggerTest.java:175)
at PlatformLoggerTest.main(PlatformLoggerTest.java:84)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
at java.base/java.lang.Thread.run(Thread.java:1589)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Retrieved backing PlatformLogger level null is not the expected CONFIG
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Retrieved backing PlatformLogger level null is not the expected CONFIG
----------rerun:(49/6290)*----------
- backported by
-
JDK-8299488 sun/util/logging/PlatformLoggerTest.java failed with "RuntimeException: Retrieved backing PlatformLogger level null is not the expected CONFIG"
- Resolved
-
JDK-8302198 sun/util/logging/PlatformLoggerTest.java failed with "RuntimeException: Retrieved backing PlatformLogger level null is not the expected CONFIG"
- Resolved
-
JDK-8316941 sun/util/logging/PlatformLoggerTest.java failed with "RuntimeException: Retrieved backing PlatformLogger level null is not the expected CONFIG"
- Resolved
-
JDK-8322193 sun/util/logging/PlatformLoggerTest.java failed with "RuntimeException: Retrieved backing PlatformLogger level null is not the expected CONFIG"
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/8f5b5222
-
Commit openjdk/jdk17u-dev/49023f45
-
Commit openjdk/jdk/11e7d53b
-
Review openjdk/jdk11u-dev/2362
-
Review openjdk/jdk17u-dev/1154
-
Review openjdk/jdk/10284