Top


定義場所(file name)

hotspot/src/share/vm/prims/jvmtiEnvBase.hpp

名前(function name)

  void doit() {

本体部(body)

  {- -------------------------------------------
  (1) JvmtiEnvBase::get_stack_trace() を呼び出すだけ.
      ---------------------------------------- -}

        _result = ((JvmtiEnvBase *)_env)->get_stack_trace(_java_thread,
                                                          _start_depth, _max_count,
                                                          _frame_buffer, _count_ptr);
      }

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