# HG changeset patch # User Lukas Stadler # Date 1377091870 -7200 # Node ID 8933659076d3841881170ef07e179602dfc66341 # Parent 98d96597a8e6c1e556f65ecdda8d8800894799a8 remove obsolete option SlowQueueCutoff diff -r 98d96597a8e6 -r 8933659076d3 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java Wed Aug 21 15:27:15 2013 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java Wed Aug 21 15:31:10 2013 +0200 @@ -67,9 +67,6 @@ @Option(help = "Print compilation queue activity periodically") private static final OptionValue PrintQueue = new OptionValue<>(false); - @Option(help = "") - public static final OptionValue SlowQueueCutoff = new OptionValue<>(100000); - @Option(help = "Time limit in milliseconds for bootstrap (-1 for no limit)") private static final OptionValue TimedBootstrap = new OptionValue<>(-1);