comparison src/share/vm/prims/wbtestmethods/parserTests.hpp @ 8051:12e01444ca2d

8006683: Add WhiteBox API to testing of compiler Reviewed-by: kvn, vlivanov
author iignatyev
date Wed, 13 Feb 2013 08:29:04 -0800
parents 51612f0c0a79
children de6a9e811145
comparison
equal deleted inserted replaced
8050:aaad39923cdb 8051:12e01444ca2d
25 #define SHARE_VM_PRIMS_WBTESTMETHODS_PARSERTESTS_H 25 #define SHARE_VM_PRIMS_WBTESTMETHODS_PARSERTESTS_H
26 26
27 #include "prims/jni.h" 27 #include "prims/jni.h"
28 #include "prims/whitebox.hpp" 28 #include "prims/whitebox.hpp"
29 29
30 WB_METHOD_DECLARE WB_ParseCommandLine(JNIEnv* env, jobject o, jstring args, jobjectArray arguments); 30 WB_METHOD_DECLARE(jobjectArray) WB_ParseCommandLine(JNIEnv* env, jobject o, jstring args, jobjectArray arguments);
31 31
32 #endif //SHARE_VM_PRIMS_WBTESTMETHODS_PARSERTESTS_H 32 #endif //SHARE_VM_PRIMS_WBTESTMETHODS_PARSERTESTS_H