Top


定義場所(file name)

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

説明(description)

// Setup current thread to record vm allocated objects.

名前(function name)

JvmtiVMObjectAllocEventCollector::JvmtiVMObjectAllocEventCollector() : _allocated(NULL) {

本体部(body)

  {- -------------------------------------------
  (1) 
      ---------------------------------------- -}

      if (JvmtiExport::should_post_vm_object_alloc()) {
        _enable = true;
        setup_jvmti_thread_state();
      } else {
        _enable = false;
      }
    }

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