test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent02.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
child 52642 9cfc8b0c45fd
equal deleted inserted replaced
51773:720fd6544b03 51774:79dc492c00ab
    24 #include <stdio.h>
    24 #include <stdio.h>
    25 #include <string.h>
    25 #include <string.h>
    26 #include <jni.h>
    26 #include <jni.h>
    27 #include <aod.h>
    27 #include <aod.h>
    28 
    28 
    29 #ifdef __cplusplus
       
    30 extern "C" {
    29 extern "C" {
    31 #endif
       
    32 
    30 
    33 #define AGENT_NAME "VMNativeAgent02"
    31 #define AGENT_NAME "VMNativeAgent02"
    34 
    32 
    35 #define EXPECTED_OPTIONS "VirtualMachine_TestOptions"
    33 #define EXPECTED_OPTIONS "VirtualMachine_TestOptions"
    36 
    34 
    68     nsk_aod_agentFinished(jni, AGENT_NAME, success);
    66     nsk_aod_agentFinished(jni, AGENT_NAME, success);
    69 
    67 
    70     return JNI_OK;
    68     return JNI_OK;
    71 }
    69 }
    72 
    70 
    73 #ifdef __cplusplus
       
    74 }
    71 }
    75 #endif