test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004/localtab004.cpp
changeset 51672 b613bf6a10b1
parent 51551 e409244ce72e
child 51870 cdfabab3413f
equal deleted inserted replaced
51671:9f6903174bad 51672:b613bf6a10b1
    28 
    28 
    29 #include "nsk_tools.h"
    29 #include "nsk_tools.h"
    30 #include "JVMTITools.h"
    30 #include "JVMTITools.h"
    31 #include "jvmti_tools.h"
    31 #include "jvmti_tools.h"
    32 
    32 
    33 #ifdef __cplusplus
       
    34 extern "C" {
    33 extern "C" {
    35 #endif
       
    36 
    34 
    37 #define METH_NUM 3 /* overall number of methods */
    35 #define METH_NUM 3 /* overall number of methods */
    38 
    36 
    39 #define STATUS_FAILED 2
    37 #define STATUS_FAILED 2
    40 #define PASSED 0
    38 #define PASSED 0
   219         NSK_DISPLAY0("Warning: access to local variables is not implemented\n");
   217         NSK_DISPLAY0("Warning: access to local variables is not implemented\n");
   220 
   218 
   221     return JNI_OK;
   219     return JNI_OK;
   222 }
   220 }
   223 
   221 
   224 #ifdef __cplusplus
   222 }
   225 }
       
   226 #endif