< prev index next >

src/hotspot/cpu/x86/interp_masm_x86.hpp

Print this page

        

@@ -213,12 +213,11 @@
   // In earlyReturn case we only want to skip throwing an exception
   // and installing an exception.
   void remove_activation(TosState state, Register ret_addr,
                          bool throw_monitor_exception = true,
                          bool install_monitor_exception = true,
-                         bool notify_jvmdi = true,
-                         bool load_values = false);
+                         bool notify_jvmdi = true);
   void get_method_counters(Register method, Register mcs, Label& skip);
 
   // Object locking
   void lock_object  (Register lock_reg);
   void unlock_object(Register lock_reg);
< prev index next >