Top


定義場所(file name)

hotspot/src/share/vm/services/attachListener.cpp

説明(description)

// Performs clean-up tasks on platforms where we can detect that the last
// client has detached

名前(function name)

void AttachListener::detachall() {

本体部(body)

  {- -------------------------------------------
  (1) AttachListener::pd_detachall() を呼んで
      プラットフォーム固有のクリーンアップ処理を行う.
      ---------------------------------------- -}

      // call the platform dependent clean-up
      pd_detachall();
    }

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