test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_tools.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
child 52215 0b0ba3a2fec9
equal deleted inserted replaced
51773:720fd6544b03 51774:79dc492c00ab
    26 
    26 
    27 #include "native_thread.h"
    27 #include "native_thread.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 /* Be careful: do not build shared library which will be linked with different
    35 /* Be careful: do not build shared library which will be linked with different
    38  * agent libs while global variables are used
    36  * agent libs while global variables are used
   808     NSK_DISPLAY0("\n");
   806     NSK_DISPLAY0("\n");
   809 }
   807 }
   810 
   808 
   811 /* ============================================================================= */
   809 /* ============================================================================= */
   812 
   810 
   813 #ifdef __cplusplus
   811 }
   814 }
       
   815 #endif