test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/suspendthrd003.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
child 52215 0b0ba3a2fec9
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 /* scaffold objects */
    34 /* scaffold objects */
    37 static jlong timeout = 0;
    35 static jlong timeout = 0;
   194     return JNI_OK;
   192     return JNI_OK;
   195 }
   193 }
   196 
   194 
   197 /* ============================================================================= */
   195 /* ============================================================================= */
   198 
   196 
   199 #ifdef __cplusplus
       
   200 }
   197 }
   201 #endif