< prev index next >

src/share/vm/interpreter/invocationCounter.hpp

Print this page

        

@@ -60,11 +60,11 @@
  public:
   static int InterpreterInvocationLimit;        // CompileThreshold scaled for interpreter use
   static int InterpreterBackwardBranchLimit;    // A separate threshold for on stack replacement
   static int InterpreterProfileLimit;           // Profiling threshold scaled for interpreter use
 
-  typedef address (*Action)(methodHandle method, TRAPS);
+  typedef address (*Action)(const methodHandle& method, TRAPS);
 
   enum PublicConstants {
     count_increment      = count_grain,          // use this value to increment the 32bit _counter word
     count_mask_value     = count_mask,           // use this value to mask the backedge counter
     count_shift          = number_of_noncount_bits,
< prev index next >