# HG changeset patch # User Doug Simon # Date 1412173091 -7200 # Node ID ddc424ed89669ce7ee2ad006b42f48b7aba77fec # Parent 7c58f75be8d633758a7af053c2de564ee17043e1 removed unused ResetDebugValuesAfterBoot option diff -r 7c58f75be8d6 -r ddc424ed8966 graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalDebugConfig.java --- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalDebugConfig.java Wed Oct 01 16:03:11 2014 +0200 +++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalDebugConfig.java Wed Oct 01 16:18:11 2014 +0200 @@ -60,8 +60,6 @@ public static final OptionValue DebugValueSummary = new OptionValue<>("Name"); @Option(help = "Omit reporting 0-value metrics") public static final OptionValue SuppressZeroDebugValues = new OptionValue<>(false); - @Option(help = "Report and reset metrics after bootstrapping") - public static final OptionValue ResetDebugValuesAfterBootstrap = new OptionValue<>(true); @Option(help = "Send Graal IR to dump handlers on error") public static final OptionValue DumpOnError = new OptionValue<>(false); @Option(help = "Enable expensive assertions")