hotspot/src/share/vm/runtime/arguments.hpp
changeset 27148 a4b542d56e01
parent 26838 344fb68e970a
child 27892 06a143c836ad
child 27562 47f369e3c69c
--- a/hotspot/src/share/vm/runtime/arguments.hpp	Wed Oct 15 10:51:43 2014 +0200
+++ b/hotspot/src/share/vm/runtime/arguments.hpp	Wed Oct 15 14:00:41 2014 +0200
@@ -326,6 +326,9 @@
   static bool _ClipInlining;
   static bool _CIDynamicCompilePriority;
 
+  // Scale compile thresholds
+  static intx get_scaled_compile_threshold(intx threshold);
+  static intx get_scaled_freq_log(intx freq_log);
   // Tiered
   static void set_tiered_flags();
   static int  get_min_number_of_compiler_threads();