We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90799c commit a80ba62Copy full SHA for a80ba62
make/ToolsJdk.gmk
@@ -63,7 +63,7 @@ TOOL_GENERATECURRENCYDATA = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_
63
TOOL_TZDB = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \
64
build.tools.tzdb.TzdbZoneRulesCompiler
65
66
-TOOL_BLOCKED_CERTS = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \
+TOOL_BLOCKED_CERTS = $(JAVA_SMALL) -Xlog:disable -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \
67
--add-exports java.base/sun.security.util=ALL-UNNAMED \
68
build.tools.blockedcertsconverter.BlockedCertsConverter
69
0 commit comments