--- a/hotspot/src/share/vm/runtime/globals.hpp Fri May 17 09:10:04 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp Thu May 16 15:46:49 2013 +0200
@@ -3436,6 +3436,10 @@
"Start profiling in interpreter if the counters exceed tier 3" \
"thresholds by the specified percentage") \
\
+ product(uintx, IncreaseFirstTierCompileThresholdAt, 50, \
+ "Increase the compile threshold for C1 compilation if the code" \
+ "cache is filled by the specified percentage.") \
+ \
product(intx, TieredRateUpdateMinTime, 1, \
"Minimum rate sampling interval (in milliseconds)") \
\