test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001/setextevent001.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
child 52114 3b8994cb4481
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 
    35 
   162     return JNI_OK;
   160     return JNI_OK;
   163 }
   161 }
   164 
   162 
   165 /* ============================================================================= */
   163 /* ============================================================================= */
   166 
   164 
   167 #ifdef __cplusplus
       
   168 }
   165 }
   169 #endif