head 1.2; access; symbols pkgsrc-2015Q1:1.1.0.2 pkgsrc-2015Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2015.06.09.15.03.43; author tnn; state dead; branches; next 1.1; commitid jdhWNPI67qGNzLoy; 1.1 date 2015.02.12.06.18.17; author tnn; state Exp; branches; next ; commitid c2GNsTcNC2dlqG9y; desc @@ 1.2 log @Update to OpenJDK7, Update 80. This is a maintenance release that fixes ~100 bugs in the following subsystems: client-libs: 2d, java.awt, javax.swing core-libs: Support, java.lang, java.lang.class_loading, java.lang:reflect java.net, java.nio, java.nio.charsets, java.util.jar, java.util:i18n core-svc: javax.management deploy: deployment_toolkit, plugin, webstart globalization: locale-data, translation hotspot: compiler, gc, jvmti, runtime, svc security-libs: java.security, javax.crypto, javax.crypto:pkcs11, javax.net.ssl, org.ietf.jgss:krb5 tools: javac xml: jaxp @ text @$NetBSD: patch-hotspot_src_share_vm_runtime_arguments.cpp,v 1.1 2015/02/12 06:18:17 tnn Exp $ Fix problem with ZERO build. arguments.cpp:2089:9: error: 'is_sun4v' is not a member of 'VM_Version' --- hotspot/src/share/vm/runtime/arguments.cpp.orig 2015-01-26 15:21:48.000000000 +0000 +++ hotspot/src/share/vm/runtime/arguments.cpp @@@@ -2086,7 +2086,7 @@@@ bool Arguments::check_vm_args_consistenc // Issue a stern warning if the user has explicitly set // UseMemSetInBOT (it is known to cause issues), but allow // use for experimentation and debugging. - if (VM_Version::is_sun4v() && UseMemSetInBOT) { + if (UseMemSetInBOT) { assert(!FLAG_IS_DEFAULT(UseMemSetInBOT), "Error"); warning("Experimental flag -XX:+UseMemSetInBOT is known to cause instability" " on sun4v; please understand that you are using at your own risk!"); @ 1.1 log @- Add basic support for NetBSD/sparc64 - drop obsolete patch; libgcc_s linking is handled by the package - can use either cups-1.5 or cups-2.0 headers for build @ text @d1 1 a1 1 $NetBSD$ @