Top


定義場所(file name)

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

名前(function name)

void VM_PrintThreads::doit() {

本体部(body)

  {- -------------------------------------------
  (1) Threads::print_on() を呼び出すだけ.
      ---------------------------------------- -}

      Threads::print_on(_out, true, false, _print_concurrent_locks);
    }

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