JDK-8222084 : Build failure of native test libraries after JDK-8221530
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang:reflect
  • Affected Version: 13
  • Priority: P2
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2019-04-07
  • Updated: 2019-04-07
  • Resolved: 2019-04-07
Related Reports
Duplicate :  
Relates :  
Description
/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
Comments
Duplicate of JDK-8222078.
07-04-2019