(1-line) Review Request: 8222078: test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c build fails after 8221530
David Holmes
david.holmes at oracle.com
Sun Apr 7 02:47:02 UTC 2019
Looks good.
Thanks,
David
On 7/04/2019 9:37 am, Mandy Chung wrote:
> A simple test fix. The test causes the build failure.
>
> Thanks
> Mandy
>
> diff --git
> a/test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c
> b/test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c
> --- a/test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c
> +++ b/test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c
> @@ -34,6 +34,7 @@
> static jmethodID mid_Field_get;
>
> int getField(JNIEnv *env, char* declaringClass_name, char* field_name);
> +int checkAndClearIllegalAccessExceptionThrown(JNIEnv *env);
>
> int main(int argc, char** args) {
> JavaVM *jvm;
>
More information about the core-libs-dev
mailing list