On Thu, 10 Mar 2022 22:28:14 GMT, Carter Kozak <[email protected]> wrote:
> 8283049: Fix non-singleton LoggerFinder error message: s/on/one
I changed the bug title to match the PR title.
test/jdk/java/lang/System/LoggerFinder/internal/LoggerFinderLoaderTest/LoggerFinderLoaderTest.java
line 233:
> 231: }
> 232: } else if (singleton) {
> 233: if
> (!warning.contains("java.util.ServiceConfigurationError: More than one
> LoggerFinder implementation")) {
please add 8283049 to the `@bug` list above since the test actually verifies
the fix.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7780