It seems the script was incorrect, because it doubles-up #endifs, see for example here:
http://hg.openjdk.java.net/jdk/jdk/rev/9807daeb47c4#l128.1
So s390x build fails with:
/home/buildbot/worker/jdkX-linux/build/src/hotspot/os_cpu/linux_s390/globals_linux_s390.hpp:53:2: error: #endif without #if
#endif // OS_CPU_LINUX_S390_GLOBALS_LINUX_S390_HPP
^~~~~
It seems only s390x is affected.
http://hg.openjdk.java.net/jdk/jdk/rev/9807daeb47c4#l128.1
So s390x build fails with:
/home/buildbot/worker/jdkX-linux/build/src/hotspot/os_cpu/linux_s390/globals_linux_s390.hpp:53:2: error: #endif without #if
#endif // OS_CPU_LINUX_S390_GLOBALS_LINUX_S390_HPP
^~~~~
It seems only s390x is affected.
- relates to
-
JDK-8216167 Update include guards to reflect correct directories
-
- Resolved
-