mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-18 06:15:16 +00:00
8345818: Fix SM cleanup of parsing of System property resource.bundle.debug
Reviewed-by: lancea, eirbjo
This commit is contained in:
parent
a24b08fcb0
commit
4f855d1342
@ -3654,8 +3654,7 @@ public abstract class ResourceBundle {
|
||||
|
||||
}
|
||||
|
||||
private static final boolean TRACE_ON = Boolean.getBoolean(
|
||||
System.getProperty("resource.bundle.debug", "false"));
|
||||
private static final boolean TRACE_ON = Boolean.getBoolean("resource.bundle.debug");
|
||||
|
||||
private static void trace(String format, Object... params) {
|
||||
if (TRACE_ON)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user