mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8006683: Add WhiteBox API to testing of compiler
Reviewed-by: kvn, vlivanov
This commit is contained in:
parent
13c5c423d6
commit
034705ee13
10 changed files with 549 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue