test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t009/em02t009.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
child 52184 672bc2213cef
equal deleted inserted replaced
51773:720fd6544b03 51774:79dc492c00ab
    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 #include "JVMTITools.h"
    29 #include "JVMTITools.h"
    30 
    30 
    31 #ifdef __cplusplus
       
    32 extern "C" {
    31 extern "C" {
    33 #endif
       
    34 
    32 
    35 /* ============================================================================= */
    33 /* ============================================================================= */
    36 
    34 
    37 /* scaffold objects */
    35 /* scaffold objects */
    38 static jvmtiEnv *jvmti = NULL;
    36 static jvmtiEnv *jvmti = NULL;
   593 }
   591 }
   594 
   592 
   595 /* ============================================================================= */
   593 /* ============================================================================= */
   596 
   594 
   597 
   595 
   598 #ifdef __cplusplus
   596 }
   599 }
       
   600 #endif