test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/iterheap004.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
child 52045 0e6e0d584b47
equal deleted inserted replaced
51773:720fd6544b03 51774:79dc492c00ab
    25 #include "jvmti.h"
    25 #include "jvmti.h"
    26 #include "agent_common.h"
    26 #include "agent_common.h"
    27 #include "jni_tools.h"
    27 #include "jni_tools.h"
    28 #include "jvmti_tools.h"
    28 #include "jvmti_tools.h"
    29 
    29 
    30 #ifdef __cplusplus
       
    31 extern "C" {
    30 extern "C" {
    32 #endif
       
    33 
    31 
    34 static JNIEnv *jni = NULL;
    32 static JNIEnv *jni = NULL;
    35 static jvmtiEnv *jvmti = NULL;
    33 static jvmtiEnv *jvmti = NULL;
    36 static jvmtiCapabilities caps;
    34 static jvmtiCapabilities caps;
    37 static jlong timeout = 0;
    35 static jlong timeout = 0;
   277     return JNI_OK;
   275     return JNI_OK;
   278 }
   276 }
   279 
   277 
   280 /* ============================================================================= */
   278 /* ============================================================================= */
   281 
   279 
   282 #ifdef __cplusplus
   280 }
   283 }
       
   284 #endif