From owner-svn-ports-head@freebsd.org Wed Feb 7 22:24:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08B1FEDEF33; Wed, 7 Feb 2018 22:24:00 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAC2681FF9; Wed, 7 Feb 2018 22:23:59 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A579052E2; Wed, 7 Feb 2018 22:23:59 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w17MNxR7066514; Wed, 7 Feb 2018 22:23:59 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w17MNwpI066511; Wed, 7 Feb 2018 22:23:58 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201802072223.w17MNwpI066511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Wed, 7 Feb 2018 22:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461189 - in head/java/openjdk7: . files X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: in head/java/openjdk7: . files X-SVN-Commit-Revision: 461189 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2018 22:24:00 -0000 Author: glewis Date: Wed Feb 7 22:23:58 2018 New Revision: 461189 URL: https://svnweb.freebsd.org/changeset/ports/461189 Log: . Update to 7u161. Deleted: head/java/openjdk7/files/patch-src-solaris-native-java-net-bsd_close.c Modified: head/java/openjdk7/Makefile head/java/openjdk7/distinfo head/java/openjdk7/files/patch-bsd Modified: head/java/openjdk7/Makefile ============================================================================== --- head/java/openjdk7/Makefile Wed Feb 7 21:43:29 2018 (r461188) +++ head/java/openjdk7/Makefile Wed Feb 7 22:23:58 2018 (r461189) @@ -34,7 +34,8 @@ PATCHFILES= patch-7u45-b30.xz \ patch-7u121-b00.xz \ patch-7u131-b00.xz \ patch-7u141-b02.xz \ - patch-7u151-b01.xz + patch-7u151-b01.xz \ + patch-7u161-b01.xz MAINTAINER?= glewis@FreeBSD.org COMMENT?= Java Development Kit 7 @@ -77,7 +78,7 @@ JAVAVMS_COMMENT+= JRE INSTALLDIR= ${PREFIX}/${PORTNAME}${JDK_MAJOR_VERSION}-jre .endif -PORT_MINOR_VERSION= 151 +PORT_MINOR_VERSION= 161 PORT_BUILD_NUMBER= 01 JDK_MAJOR_VERSION= 7 JDK_MINOR_VERSION= 40 Modified: head/java/openjdk7/distinfo ============================================================================== --- head/java/openjdk7/distinfo Wed Feb 7 21:43:29 2018 (r461188) +++ head/java/openjdk7/distinfo Wed Feb 7 22:23:58 2018 (r461189) @@ -1,4 +1,4 @@ -TIMESTAMP = 1504889826 +TIMESTAMP = 1518019203 SHA256 (openjdk-7u40-fcs-src-b43-26_aug_2013.zip) = 00f8ea561876cbcad174ba3ca7a9ae10b50df46a782ac64c2ac57ac357b50596 SIZE (openjdk-7u40-fcs-src-b43-26_aug_2013.zip) = 104575196 SHA256 (apache-ant-1.9.7-bin.zip) = b28c5ea0b5ea90bb4ad6bab229b6a56ac4461760a251a12567803a69259cd9de @@ -37,3 +37,5 @@ SHA256 (patch-7u141-b02.xz) = 721db525f519417c30d37bcf SIZE (patch-7u141-b02.xz) = 165488 SHA256 (patch-7u151-b01.xz) = 90f1f83528825290f2183f4122e8cef8e1bac4814a826f449271cc7635ca197c SIZE (patch-7u151-b01.xz) = 217872 +SHA256 (patch-7u161-b01.xz) = 9c466a4a39a77fab96798ce120dd1dc7446d6930bd25ae5390ce3e9e9a4b8dc2 +SIZE (patch-7u161-b01.xz) = 364440 Modified: head/java/openjdk7/files/patch-bsd ============================================================================== --- head/java/openjdk7/files/patch-bsd Wed Feb 7 21:43:29 2018 (r461188) +++ head/java/openjdk7/files/patch-bsd Wed Feb 7 22:23:58 2018 (r461189) @@ -1,50 +1,5 @@ ---- ./.hgtags Tue Aug 01 14:12:25 2017 +0100 -+++ ./.hgtags Thu Sep 07 23:37:08 2017 -0700 -@@ -123,6 +123,7 @@ - 2d38c2a79c144c30cd04d143d83ee7ec6af40771 jdk7-b146 - 3ac30b3852876ccad6bd61697b5f9efa91ca7bc6 jdk7u1-b01 - d91364304d7c4ecd34caffdba2b840aeb0d10b51 jdk7-b147 -+00b623147f23ef8a92a25c4c28ef8681dc1d1b52 7u0 - 34451dc0580d5c95d97b95a564e6198f36545d68 jdk7u1-b02 - bf735d852f79bdbb3373c777eec3ff27e035e7ba jdk7u1-b03 - f66a2bada589f4157789e6f66472954d2f1c114e jdk7u1-b04 -@@ -612,3 +613,4 @@ - b21d7bc25e0f96c6ed9b19e1ea0ea6253c34d7fe jdk7u141-b01 - db8fe12e5e508b18dd0aeb166099406a774b0d04 jdk7u141-b02 - ae6c3762cdc9b1610211cd1ad1a29ed1a7f8471e jdk7u151-b00 -+c63b09823b9fa0ddeb37c1ac534569a9227c5bf6 jdk7u151-b01 ---- ./corba/.hgtags Tue Aug 01 14:12:26 2017 +0100 -+++ ./corba/.hgtags Thu Sep 07 23:37:09 2017 -0700 -@@ -123,6 +123,7 @@ - 770227a4087e4e401fe87ccd19738440111c3948 jdk7-b146 - 36f0efbc66ef8ace3cca8aa8d0c88f3334080f8a jdk7u1-b01 - 73323cb3396260d93e0ab731fd2d431096ceed0f jdk7-b147 -+578c4d2c534cc761f5f5cc0d8360471bb8d5f94f 7u0 - 9515a2d034b4727c11aeea36354a549fbc469c4f jdk7u1-b02 - dd71cb354c573c1addcda269a7dd9144bfce9587 jdk7u1-b03 - eaee830124aa453627591d8f9eccb39d7e040876 jdk7u1-b04 -@@ -614,3 +615,4 @@ - caa46a309b1195a0301956e7416633b717553925 jdk7u141-b01 - 39240de9d27767c8bad74e34f83f0a4902a9ef85 jdk7u141-b02 - d232281a177cd3f80d48eca3f1bbc3919f720a1e jdk7u151-b00 -+f74af33b4963a7c484ffa605f11e41efd92966e3 jdk7u151-b01 ---- ./hotspot/.hgtags Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/.hgtags Fri Sep 08 09:32:12 2017 -0700 -@@ -182,6 +182,7 @@ - 38fa55e5e79232d48f1bb8cf27d88bc094c9375a hs21-b16 - 81d815b05abb564aa1f4100ae13491c949b9a07e jdk7-b147 - 81d815b05abb564aa1f4100ae13491c949b9a07e hs21-b17 -+f1a18ada5853af49fce54d43dd5a5b67dc291470 7u0 - 9b0ca45cd756d538c4c30afab280a91868eee1a5 jdk7u2-b01 - 0cc8a70952c368e06de2adab1f2649a408f5e577 jdk8-b01 - 31e253c1da429124bb87570ab095d9bc89850d0a jdk8-b02 -@@ -846,3 +847,4 @@ - 22c5a6ca09e35b63baf51bad4cb3d8f0cf326705 jdk7u141-b01 - 56ad25be7d88c2c2da562fe1e8879c8723d01da1 jdk7u141-b02 - 75662a7ec1719b3133636d09bd078968579a55ab jdk7u151-b00 -+d0c7cea0660f7a8188a7b8c1f6d1a6c8d6388fb0 jdk7u151-b01 ---- ./hotspot/agent/src/os/bsd/ps_proc.c Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/agent/src/os/bsd/ps_proc.c Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/agent/src/os/bsd/ps_proc.c Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/agent/src/os/bsd/ps_proc.c Sat Feb 03 14:01:55 2018 -0800 @@ -131,7 +131,7 @@ static bool ptrace_continue(pid_t pid, int signal) { @@ -54,8 +9,8 @@ print_debug("ptrace(PTRACE_CONT, ..) failed for %d\n", pid); return false; } ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Sat Feb 03 14:01:55 2018 -0800 @@ -33,6 +33,7 @@ import sun.jvm.hotspot.debugger.remote.*; import sun.jvm.hotspot.debugger.windbg.*; @@ -64,8 +19,8 @@ import sun.jvm.hotspot.memory.*; import sun.jvm.hotspot.oops.*; import sun.jvm.hotspot.runtime.*; ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java Sat Feb 03 14:01:55 2018 -0800 @@ -35,6 +35,7 @@ import sun.jvm.hotspot.debugger.windbg.*; import sun.jvm.hotspot.debugger.linux.*; @@ -74,8 +29,8 @@ import sun.jvm.hotspot.debugger.remote.*; import sun.jvm.hotspot.livejvm.*; import sun.jvm.hotspot.memory.*; ---- ./hotspot/make/bsd/Makefile Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/make/bsd/Makefile Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/make/bsd/Makefile Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/make/bsd/Makefile Sat Feb 03 14:01:55 2018 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. @@ -105,8 +60,8 @@ # Synonyms for win32-like targets. compiler2: jvmg product ---- ./hotspot/make/bsd/makefiles/build_vm_def.sh Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/make/bsd/makefiles/build_vm_def.sh Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Sat Feb 03 14:01:55 2018 -0800 @@ -1,12 +1,28 @@ #!/bin/sh @@ -142,8 +97,8 @@ + if ($3 ~ /^_ZN9Arguments17SharedArchivePathE$/) print "\t" $3 ";" + }' | sort -u ;; +esac ---- ./hotspot/make/bsd/makefiles/buildtree.make Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/make/bsd/makefiles/buildtree.make Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/make/bsd/makefiles/buildtree.make Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/buildtree.make Sat Feb 03 14:01:55 2018 -0800 @@ -255,6 +255,16 @@ echo "$(call gamma-path,commonsrc,os/posix/vm)"; \ [ -n "$(CFLAGS_BROWSE)" ] && \ @@ -170,8 +125,8 @@ .dbxrc: $(BUILDTREE_MAKE) @echo Creating $@ ... ---- ./hotspot/make/bsd/makefiles/gcc.make Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/make/bsd/makefiles/gcc.make Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/make/bsd/makefiles/gcc.make Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/gcc.make Sat Feb 03 14:01:55 2018 -0800 @@ -117,7 +117,10 @@ CFLAGS += -fno-rtti CFLAGS += -fno-exceptions @@ -205,8 +160,8 @@ endif # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp. ---- ./hotspot/make/bsd/makefiles/jsig.make Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/make/bsd/makefiles/jsig.make Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/make/bsd/makefiles/jsig.make Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/jsig.make Sat Feb 03 14:01:55 2018 -0800 @@ -36,9 +36,16 @@ LIBJSIG_G = lib$(JSIG_G).so endif @@ -259,8 +214,8 @@ $(QUIETLY) cp -f $(LIBJSIG) $(DEST_JSIG) && echo "Done" .PHONY: install_jsig ---- ./hotspot/make/bsd/makefiles/launcher.make Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/make/bsd/makefiles/launcher.make Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/make/bsd/makefiles/launcher.make Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/launcher.make Sat Feb 03 14:01:55 2018 -0800 @@ -50,7 +50,7 @@ LIBS_LAUNCHER += $(STATIC_STDCXX) $(LIBS) else @@ -270,8 +225,8 @@ # The gamma launcher runs the JDK from $JAVA_HOME, overriding the JVM with a # freshly built JVM at ./libjvm.{so|dylib}. This is accomplished by setting ---- ./hotspot/make/bsd/makefiles/mapfile-vers-product Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/make/bsd/makefiles/mapfile-vers-product Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Sat Feb 03 14:01:55 2018 -0800 @@ -19,237 +19,248 @@ # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any @@ -746,8 +701,8 @@ + local: + *; +}; ---- ./hotspot/make/bsd/makefiles/ppc.make Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/make/bsd/makefiles/ppc.make Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/make/bsd/makefiles/ppc.make Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/ppc.make Sat Feb 03 14:01:55 2018 -0800 @@ -28,3 +28,6 @@ # Must also specify if CPU is big endian CFLAGS += -DVM_BIG_ENDIAN @@ -755,8 +710,8 @@ +ifdef E500V2 +ASFLAGS += -Wa,-mspe -Wa,--defsym -Wa,E500V2=1 +endif ---- ./hotspot/make/bsd/makefiles/saproc.make Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/make/bsd/makefiles/saproc.make Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/make/bsd/makefiles/saproc.make Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/saproc.make Sat Feb 03 14:01:55 2018 -0800 @@ -36,6 +36,11 @@ LIBSAPROC_G = lib$(SAPROC_G).so endif @@ -813,8 +768,8 @@ cp -f $(LIBSAPROC) $(DEST_SAPROC) && echo "Done"; \ fi ---- ./hotspot/make/solaris/makefiles/defs.make Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/make/solaris/makefiles/defs.make Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/make/solaris/makefiles/defs.make Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/make/solaris/makefiles/defs.make Sat Feb 03 14:01:55 2018 -0800 @@ -221,8 +221,8 @@ endif ifeq ($(JVM_VARIANT_CLIENT),true) @@ -826,8 +781,8 @@ EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm_dtrace.$(LIBRARY_SUFFIX) ifeq ($(ARCH_DATA_MODEL),32) EXPORT_LIST += $(EXPORT_CLIENT_DIR)/64/libjvm_db.$(LIBRARY_SUFFIX) ---- ./hotspot/src/cpu/sparc/vm/globals_sparc.hpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/cpu/sparc/vm/globals_sparc.hpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/cpu/sparc/vm/globals_sparc.hpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/cpu/sparc/vm/globals_sparc.hpp Sat Feb 03 14:01:55 2018 -0800 @@ -71,7 +71,11 @@ define_pd_global(bool, RewriteBytecodes, true); define_pd_global(bool, RewriteFrequentPairs, true); @@ -841,7 +796,7 @@ // GC Ergo Flags define_pd_global(intx, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Fri Sep 08 09:32:12 2017 -0700 ++++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Sat Feb 03 14:01:55 2018 -0800 @@ -0,0 +1,46 @@ +/* + * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. @@ -889,8 +844,8 @@ + return false; +} + ---- ./hotspot/src/os/bsd/vm/os_bsd.cpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/os/bsd/vm/os_bsd.cpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Sat Feb 03 14:01:55 2018 -0800 @@ -163,6 +163,7 @@ #endif pthread_t os::Bsd::_main_thread; @@ -1310,8 +1265,8 @@ } else { pthread_mutex_unlock(_mutex); assert (status == 0, "invariant") ; ---- ./hotspot/src/os/bsd/vm/os_bsd.hpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/os/bsd/vm/os_bsd.hpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/os/bsd/vm/os_bsd.hpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/os/bsd/vm/os_bsd.hpp Sat Feb 03 14:01:55 2018 -0800 @@ -106,6 +106,12 @@ static bool hugetlbfs_sanity_check(bool warn, size_t page_size); @@ -1386,8 +1341,8 @@ } }; ---- ./hotspot/src/os/bsd/vm/os_bsd.inline.hpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/os/bsd/vm/os_bsd.inline.hpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/os/bsd/vm/os_bsd.inline.hpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/os/bsd/vm/os_bsd.inline.hpp Sat Feb 03 14:01:55 2018 -0800 @@ -31,10 +31,22 @@ # include "atomic_bsd_x86.inline.hpp" # include "orderAccess_bsd_x86.inline.hpp" @@ -1411,8 +1366,8 @@ // System includes ---- ./hotspot/src/os/bsd/vm/thread_bsd.inline.hpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/os/bsd/vm/thread_bsd.inline.hpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/os/bsd/vm/thread_bsd.inline.hpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/os/bsd/vm/thread_bsd.inline.hpp Sat Feb 03 14:01:55 2018 -0800 @@ -34,11 +34,26 @@ # include "orderAccess_bsd_x86.inline.hpp" # include "prefetch_bsd_x86.inline.hpp" @@ -1440,8 +1395,8 @@ // Contains inlined functions for class Thread and ThreadLocalStorage ---- ./hotspot/src/os/posix/vm/os_posix.cpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/os/posix/vm/os_posix.cpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/os/posix/vm/os_posix.cpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/os/posix/vm/os_posix.cpp Sat Feb 03 14:01:55 2018 -0800 @@ -183,11 +183,19 @@ if (rlim.rlim_cur == RLIM_INFINITY) st->print("infinity"); else st->print("%d", rlim.rlim_cur); @@ -1462,8 +1417,8 @@ } void os::Posix::print_uname_info(outputStream* st) { ---- ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sat Feb 03 14:01:55 2018 -0800 @@ -945,7 +945,7 @@ if (rslt != 0) fatal(err_msg("pthread_stackseg_np failed with err = %d", rslt)); @@ -1473,8 +1428,8 @@ *size = ss.ss_size; #elif defined(_ALLBSD_SOURCE) pthread_attr_t attr; ---- ./hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Sat Feb 03 14:01:55 2018 -0800 @@ -24,7 +24,7 @@ */ @@ -1484,8 +1439,8 @@ # include /* For pthread_attr_get_np */ #endif ---- ./hotspot/src/share/vm/gc_implementation/shared/gcTraceSend.cpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/share/vm/gc_implementation/shared/gcTraceSend.cpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/share/vm/gc_implementation/shared/gcTraceSend.cpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/share/vm/gc_implementation/shared/gcTraceSend.cpp Sat Feb 03 14:01:55 2018 -0800 @@ -111,7 +111,7 @@ if (e.should_commit()) { e.set_gcId(_shared_gc_info.id()); @@ -1495,8 +1450,8 @@ e.commit(); } } ---- ./hotspot/src/share/vm/opto/lcm.cpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/share/vm/opto/lcm.cpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/share/vm/opto/lcm.cpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/share/vm/opto/lcm.cpp Sat Feb 03 14:01:55 2018 -0800 @@ -57,7 +57,7 @@ // Check whether val is not-null-decoded compressed oop, // i.e. will grab into the base of the heap if it represents NULL. @@ -1506,8 +1461,8 @@ if (val && val->is_Mach()) { if (val->as_Mach()->ideal_Opcode() == Op_DecodeN) { // This assumes all Decodes with TypePtr::NotNull are matched to nodes that ---- ./hotspot/src/share/vm/runtime/atomic.cpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/share/vm/runtime/atomic.cpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/share/vm/runtime/atomic.cpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/share/vm/runtime/atomic.cpp Sat Feb 03 14:01:55 2018 -0800 @@ -57,6 +57,12 @@ #ifdef TARGET_OS_ARCH_windows_x86 # include "atomic_windows_x86.inline.hpp" @@ -1521,8 +1476,8 @@ #ifdef TARGET_OS_ARCH_linux_arm # include "atomic_linux_arm.inline.hpp" #endif ---- ./hotspot/src/share/vm/runtime/objectMonitor.cpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/share/vm/runtime/objectMonitor.cpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/share/vm/runtime/objectMonitor.cpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/share/vm/runtime/objectMonitor.cpp Sat Feb 03 14:01:55 2018 -0800 @@ -1740,7 +1740,7 @@ } iterator->_notified = 1 ; @@ -1541,8 +1496,8 @@ if (Policy != 4) { iterator->TState = ObjectWaiter::TS_ENTER ; } ---- ./hotspot/src/share/vm/runtime/os.cpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/share/vm/runtime/os.cpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/share/vm/runtime/os.cpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/share/vm/runtime/os.cpp Sat Feb 03 14:01:55 2018 -0800 @@ -410,13 +410,6 @@ if (_native_java_library == NULL) { vm_exit_during_initialization("Unable to load native library", ebuf); @@ -1557,8 +1512,8 @@ } static jboolean onLoaded = JNI_FALSE; if (onLoaded) { ---- ./hotspot/src/share/vm/runtime/os.hpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/share/vm/runtime/os.hpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/share/vm/runtime/os.hpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/share/vm/runtime/os.hpp Sat Feb 03 14:01:55 2018 -0800 @@ -30,6 +30,9 @@ #include "runtime/extendedPC.hpp" #include "runtime/handles.hpp" @@ -1579,8 +1534,8 @@ #endif #ifdef TARGET_OS_ARCH_linux_x86 # include "os_linux_x86.hpp" ---- ./hotspot/src/share/vm/runtime/vmThread.cpp Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/share/vm/runtime/vmThread.cpp Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/share/vm/runtime/vmThread.cpp Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/share/vm/runtime/vmThread.cpp Sat Feb 03 14:01:55 2018 -0800 @@ -396,7 +396,7 @@ // Only write caller thread information for non-concurrent vm operations. // For concurrent vm operations, the thread id is set to 0 indicating thread is unknown. @@ -1590,8 +1545,8 @@ event.commit(); } ---- ./hotspot/src/share/vm/trace/tracetypes.xml Thu Aug 03 07:27:30 2017 +0100 -+++ ./hotspot/src/share/vm/trace/tracetypes.xml Fri Sep 08 09:32:12 2017 -0700 +--- ./hotspot/src/share/vm/trace/tracetypes.xml Mon Nov 27 05:43:26 2017 +0000 ++++ ./hotspot/src/share/vm/trace/tracetypes.xml Sat Feb 03 14:01:55 2018 -0800 @@ -60,7 +60,7 @@ @@ -1612,8 +1567,8 @@ = 4.3 @@ -3821,8 +3731,8 @@ OTHER_INCLUDES += -I$(X11_PATH)/include OTHER_LDLIBS += -lawt $(LIBM) $(LIBCXX) ifeq ($(OS_VENDOR),Apple) ---- ./jdk/make/sun/jawt/Makefile Tue Aug 01 14:12:33 2017 +0100 -+++ ./jdk/make/sun/jawt/Makefile Thu Sep 07 23:37:21 2017 -0700 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***