Top


定義場所(file name)

hotspot/src/os/windows/vm/attachListener_windows.cpp

説明(description)

(Windows 環境では, 起動後に AttachListener スレッドを生成する手段はない)

// no trigger mechanism on Windows to start Attach Listener lazily

名前(function name)

bool AttachListener::is_init_trigger() {

本体部(body)

  {- -------------------------------------------
  (1) false をリターンするだけ.
      ---------------------------------------- -}

      return false;
    }

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