Top


定義場所(file name)

hotspot/src/share/vm/runtime/biasedLocking.cpp

名前(function name)

  VM_RevokeBias(GrowableArray<Handle>* objs, JavaThread* requesting_thread)

本体部(body)

  {- -------------------------------------------
  (1) フィールドの初期化
      ---------------------------------------- -}

        : _obj(NULL)
        , _objs(objs)
        , _requesting_thread(requesting_thread)
        , _status_code(BiasedLocking::NOT_BIASED) {}

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