Source: openjdk-9 Version: 9~b170-2 Severity: normal Tags: patch User: debian-68k@lists.debian.org Usertags: m68k
Hi! Like for openjdk-8 in #864205, the generation of jvmti.html causes an out-of-memory error on m68k. To avoid this problem, we can just disable the generation of jvmti.html on m68k which is achieved by the simple attached patch. I just added it to debian/rules with: ifneq (,$(findstring m68k, $(DEB_HOST_ARCH))) COMMON_PATCHES += \ hotspot-disable-jvmtihtml.diff endif Thanks for consideration. Adrian > [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864205 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- hotspot-jdk-9+170/hotspot/make/gensrc/GensrcJvmti.gmk.orig 2017-05-11 14:11:42.000000000 +0200 +++ hotspot-jdk-9+170/hotspot/make/gensrc/GensrcJvmti.gmk 2017-06-06 16:38:26.990673621 +0200 @@ -103,7 +103,6 @@ -PARAM interface jvmti -PARAM trace Trace)) $(eval $(call SetupJvmtiGeneration, jvmtiEnv.hpp, jvmtiHpp.xsl)) $(eval $(call SetupJvmtiGeneration, jvmti.h, jvmtiH.xsl)) -$(eval $(call SetupJvmtiGeneration, jvmti.html, jvmti.xsl)) $(eval $(call SetupJvmtiGeneration, jvmtiEnvStub.cpp, jvmtiEnv.xsl)) JVMTI_BC_SRCDIR := $(HOTSPOT_TOPDIR)/src/share/vm/interpreter