Top


定義場所(file name)

hotspot/src/share/vm/runtime/objectMonitor.inline.hpp

名前(function name)

inline void ObjectMonitor::set_owner(void* owner) {

本体部(body)

  {- -------------------------------------------
  (1) (単なる setter method)
      ---------------------------------------- -}

      _owner = owner;
      _recursions = 0;
      _count = 0;
    }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.