< prev index next >

src/hotspot/share/opto/library_call.hpp

Print this page
*** 233,10 ***
--- 233,11 ---
    bool inline_unsafe_copyMemory();
  
    bool inline_native_currentCarrierThread();
    bool inline_native_currentThread();
    bool inline_native_setCurrentThread();
+   bool inline_native_setLockId();
  
    bool inline_native_scopedValueCache();
    const Type* scopedValueCache_type();
    Node* scopedValueCache_helper();
    bool inline_native_setScopedValueCache();
< prev index next >