Top


定義場所(file name)

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

名前(function name)

void JvmtiEventControllerPrivate::set_should_post_single_step(bool on) {

本体部(body)

  {- -------------------------------------------
  (1) JvmtiExport::set_should_post_single_step() を呼び出すだけ.
      ---------------------------------------- -}

      // we have permission to do this, VM op doesn't
      JvmtiExport::set_should_post_single_step(on);
    }

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