test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006/iterinstcls006.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
child 52049 a986ec4ff214
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 /* ============================================================================= */
    32 /* ============================================================================= */
    35 
    33 
    36 static jlong timeout = 0;
    34 static jlong timeout = 0;
    37 static jvmtiEnv* st_jvmti = NULL;
    35 static jvmtiEnv* st_jvmti = NULL;
   158     return JNI_OK;
   156     return JNI_OK;
   159 }
   157 }
   160 
   158 
   161 /* ============================================================================= */
   159 /* ============================================================================= */
   162 
   160 
   163 #ifdef __cplusplus
       
   164 }
   161 }
   165 #endif