test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001/sp03t001.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 /* scaffold objects */
    34 /* scaffold objects */
    37 static JNIEnv* jni = NULL;
    35 static JNIEnv* jni = NULL;
   479     return JNI_OK;
   477     return JNI_OK;
   480 }
   478 }
   481 
   479 
   482 /* ============================================================================= */
   480 /* ============================================================================= */
   483 
   481 
   484 #ifdef __cplusplus
   482 }
   485 }
       
   486 #endif