hotspot/src/share/vm/runtime/globals.hpp
changeset 17617 4e330bce1812
parent 17398 f7db0551c9eb
child 18025 b7bcf7497f93
child 22807 1cf02ef734e2
--- 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)")               \
                                                                             \