test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004/localtab004.cpp
equal
deleted
inserted
replaced
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 |
|