commit: ab46ebc3a07bfe8af6de9f2293f4dd2e8a16935d Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Wed Dec 6 21:52:09 2017 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Wed Dec 6 21:54:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab46ebc3
profiles: Remove obsolete Java 7 arm mask profiles/arch/arm/armv7a/package.mask | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask index f997bb16798..4cce0b3608e 100644 --- a/profiles/arch/arm/armv7a/package.mask +++ b/profiles/arch/arm/armv7a/package.mask @@ -1,14 +1,6 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# James Le Cuirot <[email protected]> (05 Aug 2016) -# The ARM32 JIT code is broken as of 7.2.6.6. Without this, Java 7 is -# no faster than Java 8. It seems more likely that Java 8 will see a -# new HotSpot port before this breakage is fixed. Earlier versions -# have vulnerabilities so please switch to icedtea(-bin):8. -dev-java/icedtea:7 -dev-java/icedtea-bin:7 - # James Le Cuirot <[email protected]> (09 Jan 2016) # This is built for armv6 so unmask against the wider arm mask. -dev-java/oracle-jdk-bin
