8006683: Add WhiteBox API to testing of compiler

Reviewed-by: kvn, vlivanov
This commit is contained in:
Igor Ignatyev 2013-02-13 08:29:04 -08:00
parent 13c5c423d6
commit 034705ee13
10 changed files with 549 additions and 5 deletions

View file

@ -27,6 +27,6 @@
#include "prims/jni.h"
#include "prims/whitebox.hpp"
WB_METHOD_DECLARE WB_ParseCommandLine(JNIEnv* env, jobject o, jstring args, jobjectArray arguments);
WB_METHOD_DECLARE(jobjectArray) WB_ParseCommandLine(JNIEnv* env, jobject o, jstring args, jobjectArray arguments);
#endif //SHARE_VM_PRIMS_WBTESTMETHODS_PARSERTESTS_H