You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1. LoggingFeature is enabled by default, causing the LogManager configuration to be parsed at build-time. However, DaCapo Harness sets the logging config file path system property at runtime.
494
-
# This causes us to incorrectly parse the default log configuration, leading to output on stderr.
500
+
# 1. LoggingFeature is enabled by default, causing the LogManager configuration to be parsed at build-time. However
501
+
# DaCapo Harness sets the `java.util.logging.config.file` property at run-time. Therefore, we set
502
+
# `java.util.logging.config.file` to an empty file to avoid incorrectly parsing the default log configuration,
503
+
# leading to output on stderr. We cannot set it to scratch/fop.log as it would normally be, because the file does
504
+
# not exist and would fail the benchmark when assertions are enabled.
495
505
# 2. Native-image picks a different service provider than the JVM for javax.xml.transform.TransformerFactory.
496
506
# We can simply remove the jar containing that provider as it is not required for the benchmark to run.
0 commit comments