Comment 0 for bug 2011653

Revision history for this message
Vladimir Petko (vpa1977) wrote :

Please drop following patches:
- workaround_expand_exec_shield_cs_limit.diff
This patch enables code in workaround_expand_exec_shield_cs_limit() for IA32 and not Zero VM: '#if defined(IA32) && !defined(ZERO)'
This function is called from src/hotspot/os/linux/os_linux.cpp:5515 which already has `#if defined(IA32) && !defined(ZERO)`
Notice, that Hotspot-disable-exec-shield-workaround.diff fully disables this method, making the patch obsolete.

- Generated-headers.patch
This patch adds include path -I/<<PKGBUILDDIR>>/build/support/headers/java.desktop which is already added by the build

- Parallel-build-fix.diff
This patch updates make/hotspot/gensrc/GensrcJfr.gmk to include target directory for generated JNI includes for BUILD_JFR_TOOLS.
The tool is built from make/src/classes/GenerateJfrFiles which does not contain any native methods.
The added path is unnecessary.