File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ TOOL_GENERATECURRENCYDATA = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_
6363TOOL_TZDB = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \
6464 build.tools.tzdb.TzdbZoneRulesCompiler
6565
66- TOOL_BLOCKED_CERTS = $(JAVA_SMALL) -Xlog:disable - cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \
66+ TOOL_BLOCKED_CERTS = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \
6767 --add-exports java.base/sun.security.util=ALL-UNNAMED \
6868 build.tools.blockedcertsconverter.BlockedCertsConverter
6969
Original file line number Diff line number Diff line change @@ -446,6 +446,9 @@ AC_DEFUN_ONCE([BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS],
446446 # Force en-US environment
447447 UTIL_ADD_JVM_ARG_IF_OK([ -Duser.language=en -Duser.country=US] ,boot_jdk_jvmargs,[ $JAVA] )
448448
449+ UTIL_ADD_JVM_ARG_IF_OK([ -Xlog:all=off:stdout] ,boot_jdk_jvmargs,[ $JAVA] )
450+ UTIL_ADD_JVM_ARG_IF_OK([ -Xlog:all=warning:stderr] ,boot_jdk_jvmargs,[ $JAVA] )
451+
449452 if test "x$BOOTJDK_USE_LOCAL_CDS" = xtrue; then
450453 # Use our own CDS archive
451454 UTIL_ADD_JVM_ARG_IF_OK([ $boot_jdk_cds_args -Xshare:auto] ,boot_jdk_jvmargs,[ $JAVA] )
You can’t perform that action at this time.
0 commit comments