Top


定義場所(file name)

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

説明(description)

// always startup on Windows NT/2000/XP

名前(function name)

bool AttachListener::init_at_startup() {

本体部(body)

  {- -------------------------------------------
  (1) NT 系列であれば true をリターンする.
      ---------------------------------------- -}

      return os::win32::is_nt();
    }

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