CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/02/03 13:32:57
Modified files:
devel/jdk/1.8 : Makefile
devel/jdk/11 : Makefile
devel/jdk/11/patches: patch-make_common_NativeCompilation_gmk
devel/jdk/17 : Makefile
devel/jdk/17/patches: patch-make_common_NativeCompilation_gmk
Added files:
devel/jdk/1.8/patches:
patch-hotspot_src_cpu_aarch64_vm_templateInterpreter_aarch64_cpp
devel/jdk/11/patches:
patch-src_hotspot_cpu_aarch64_templateInterpreterGenerator_aarch64_cpp
devel/jdk/17/patches:
patch-src_hotspot_cpu_aarch64_templateInterpreterGenerator_aarch64_cpp
Log message:
* Remove errant aarch64 hotspot assembly instruction that was reading from
libjvm.so .text segment. This is clearly not was intended here. Found by
exec only.
* Remove USE_NOEXECONLY flags.
* Disable -Werror for 11 & 17 to so clang 15 can build them.