-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
13
-
None
/home/buildbot/worker/jdkX-linux/build/test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c: In function 'main':
/home/buildbot/worker/jdkX-linux/build/test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c:79:9: error: implicit declaration of function 'checkAndClearIllegalAccessExceptionThrown' [-Werror=implicit-function-declaration]
if (checkAndClearIllegalAccessExceptionThrown(env) != JNI_TRUE) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
/home/buildbot/worker/jdkX-linux/build/test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c:79:9: error: implicit declaration of function 'checkAndClearIllegalAccessExceptionThrown' [-Werror=implicit-function-declaration]
if (checkAndClearIllegalAccessExceptionThrown(env) != JNI_TRUE) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
- duplicates
-
JDK-8222078 test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c build fails after 8221530
- Closed
- relates to
-
JDK-8221530 Field::get and reflective member access not handling caller = null when invoked by JNI code with no java frames on stack
- Resolved