test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent00.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
child 52044 054a24c46812
equal deleted inserted replaced
51773:720fd6544b03 51774:79dc492c00ab
    26 #include <jni.h>
    26 #include <jni.h>
    27 #include <jvmti.h>
    27 #include <jvmti.h>
    28 #include <aod.h>
    28 #include <aod.h>
    29 #include <jvmti_aod.h>
    29 #include <jvmti_aod.h>
    30 
    30 
    31 #ifdef __cplusplus
       
    32 extern "C" {
    31 extern "C" {
    33 #endif
       
    34 
    32 
    35 /*
    33 /*
    36  * Agent receives expected number of ClassLoad events and finishes work
    34  * Agent receives expected number of ClassLoad events and finishes work
    37  * (events should be provoked by target application)
    35  * (events should be provoked by target application)
    38  */
    36  */
   132 
   130 
   133     return JNI_OK;
   131     return JNI_OK;
   134 }
   132 }
   135 
   133 
   136 
   134 
   137 #ifdef __cplusplus
       
   138 }
   135 }
   139 #endif