test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/tc05t001.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
child 52081 ca7ddf0a1d47
equal deleted inserted replaced
51773:720fd6544b03 51774:79dc492c00ab
    25 #include <string.h>
    25 #include <string.h>
    26 #include "jni_tools.h"
    26 #include "jni_tools.h"
    27 #include "agent_common.h"
    27 #include "agent_common.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 const jlong EXPECTED_TIMEOUT = 1;
    34 static const jlong EXPECTED_TIMEOUT = 1;
    37 /*
    35 /*
   362     return JNI_OK;
   360     return JNI_OK;
   363 }
   361 }
   364 
   362 
   365 /* ========================================================================== */
   363 /* ========================================================================== */
   366 
   364 
   367 #ifdef __cplusplus
   365 }
   368 }
       
   369 #endif