Top


定義場所(file name)

hotspot/src/share/vm/prims/jvmtiExport.cpp

名前(function name)

void JvmtiExport::gc_epilogue() {

本体部(body)

  {- -------------------------------------------
  (1) JvmtiCurrentBreakpoints::gc_epilogue() を呼び出すだけ.
      ---------------------------------------- -}

      JvmtiCurrentBreakpoints::gc_epilogue();
    }

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