test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload002/agentonload002.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
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 "jvmti.h"
    26 #include "jvmti.h"
    27 #include "agent_common.h"
    27 #include "agent_common.h"
    28 
    28 
    29 #ifdef __cplusplus
       
    30 extern "C" {
    29 extern "C" {
    31 #endif
       
    32 
    30 
    33 /* ============================================================================= */
    31 /* ============================================================================= */
    34 
    32 
    35 #define TESTED_OPTIONS  ""
    33 #define TESTED_OPTIONS  ""
    36 
    34 
    67     return JNI_OK;
    65     return JNI_OK;
    68 }
    66 }
    69 
    67 
    70 /* ============================================================================= */
    68 /* ============================================================================= */
    71 
    69 
    72 #ifdef __cplusplus
       
    73 }
    70 }
    74 #endif