test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t011/em02t011.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;
   544 }
   542 }
   545 
   543 
   546 /* ============================================================================= */
   544 /* ============================================================================= */
   547 
   545 
   548 
   546 
   549 #ifdef __cplusplus
   547 }
   550 }
       
   551 #endif