< prev index next >

src/hotspot/share/interpreter/interpreterRuntime.hpp

Print this page
@@ -111,11 +111,10 @@
                                             methodHandle& resolved_method,
                                             constantPoolHandle& pool, int method_index);
   public:
    // Synchronization
    static void    monitorenter(JavaThread* current, BasicObjectLock* elem);
-   static void    monitorenter_obj(JavaThread* current, oopDesc* obj);
    static void    monitorexit (BasicObjectLock* elem);
  
    static void    throw_illegal_monitor_state_exception(JavaThread* current);
    static void    new_illegal_monitor_state_exception(JavaThread* current);
  
< prev index next >