File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
jcl/src/java.base/share/classes/java/lang Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1802,13 +1802,13 @@ public static LoggerFinder getLoggerFinder() {
1802
1802
(PrivilegedAction <LoggerFinder >) () -> jdk .internal .logger .LoggerFinderLoader .getLoggerFinder (),
1803
1803
AccessController .getContext (),
1804
1804
com .ibm .oti .util .RuntimePermissions .permissionLoggerFinder );
1805
- /*[IF JAVA_SPEC_VERSION >= 17 ]*/
1805
+ /*[IF JAVA_SPEC_VERSION >= 11 ]*/
1806
1806
/*[IF JAVA_SPEC_VERSION != 21] Temporary until jdk21 picks up the OpenJDK change */
1807
1807
if (localFinder instanceof jdk .internal .logger .LoggerFinderLoader .TemporaryLoggerFinder ) {
1808
1808
return localFinder ;
1809
1809
}
1810
1810
/*[ENDIF] JAVA_SPEC_VERSION != 21 */
1811
- /*[ENDIF] JAVA_SPEC_VERSION >= 17 */
1811
+ /*[ENDIF] JAVA_SPEC_VERSION >= 11 */
1812
1812
loggerFinder = localFinder ;
1813
1813
}
1814
1814
return localFinder ;
You can’t perform that action at this time.
0 commit comments