test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTimerInfo/thrtimerinfo001/thrtimerinfo001.cpp
changeset 51672 b613bf6a10b1
parent 51551 e409244ce72e
child 52045 0e6e0d584b47
equal deleted inserted replaced
51671:9f6903174bad 51672:b613bf6a10b1
    26 #include "jvmti.h"
    26 #include "jvmti.h"
    27 #include "agent_common.h"
    27 #include "agent_common.h"
    28 #include "jni_tools.h"
    28 #include "jni_tools.h"
    29 #include "jvmti_tools.h"
    29 #include "jvmti_tools.h"
    30 
    30 
    31 #ifdef __cplusplus
       
    32 extern "C" {
    31 extern "C" {
    33 #endif
       
    34 
    32 
    35 /* ============================================================================= */
    33 /* ============================================================================= */
    36 
    34 
    37 static jlong timeout = 0;
    35 static jlong timeout = 0;
    38 
    36 
   296     return JNI_OK;
   294     return JNI_OK;
   297 }
   295 }
   298 
   296 
   299 /* ============================================================================= */
   297 /* ============================================================================= */
   300 
   298 
   301 #ifdef __cplusplus
   299 }
   302 }
       
   303 #endif