hotspot/src/share/vm/runtime/globals.hpp
changeset 27148 a4b542d56e01
parent 27143 feee4a6106bc
child 27156 c35391bc4c57
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Oct 15 10:51:43 2014 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Oct 15 14:00:41 2014 +0200
@@ -3578,6 +3578,10 @@
   product_pd(intx, CompileThreshold,                                        \
           "number of interpreted method invocations before (re-)compiling") \
                                                                             \
+  product(double, CompileThresholdScaling, 1.0,                             \
+          "Factor to control when first compilation happens "               \
+          "(both with and without tiered compilation)")                     \
+                                                                            \
   product(intx, Tier0InvokeNotifyFreqLog, 7,                                \
           "Interpreter (tier 0) invocation notification frequency")         \
                                                                             \