hotspot/src/share/vm/runtime/objectMonitor.inline.hpp
inline void ObjectMonitor::set_header(markOop hdr) {
  {- -------------------------------------------
  (1) (単なる setter method)
      ---------------------------------------- -}
      _header = hdr;
    }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.