From owner-svn-ports-all@freebsd.org Sun Aug 27 17:48:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BB67DF4D0F; Sun, 27 Aug 2017 17:48:48 +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 mx1.freebsd.org (Postfix) with ESMTPS id 15C627D95F; Sun, 27 Aug 2017 17:48:48 +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 v7RHml3D072579; Sun, 27 Aug 2017 17:48:47 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7RHmlEK072575; Sun, 27 Aug 2017 17:48:47 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201708271748.v7RHmlEK072575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sun, 27 Aug 2017 17:48:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448833 - in head/java/openjdk8: . files X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: in head/java/openjdk8: . files X-SVN-Commit-Revision: 448833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Aug 2017 17:48:48 -0000 Author: glewis Date: Sun Aug 27 17:48:46 2017 New Revision: 448833 URL: https://svnweb.freebsd.org/changeset/ports/448833 Log: . Update to 8u144. Deleted: head/java/openjdk8/files/patch-hotspot_src_share_vm_opto_lcm.cpp head/java/openjdk8/files/patch-hotspot_src_share_vm_runtime_virtualspace.cpp Modified: head/java/openjdk8/Makefile head/java/openjdk8/distinfo head/java/openjdk8/files/patch-bsd head/java/openjdk8/files/patch-bsd-test Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Sun Aug 27 17:32:20 2017 (r448832) +++ head/java/openjdk8/Makefile Sun Aug 27 17:48:46 2017 (r448833) @@ -28,7 +28,8 @@ PATCHFILES= patch-8u05-b13.xz \ patch-8u102-b14.xz \ patch-8u112-b16.xz \ patch-8u121-b13.xz \ - patch-8u131-b11.xz + patch-8u131-b11.xz \ + patch-8u144-b01.xz MAINTAINER= java@FreeBSD.org COMMENT?= Java Development Kit ${JDK_MAJOR_VERSION} @@ -221,8 +222,8 @@ NO_CCACHE= yes NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 8 -JDK_UPDATE_VERSION= 131 -JDK_BUILD_NUMBER= 11 +JDK_UPDATE_VERSION= 144 +JDK_BUILD_NUMBER= 01 DIST_BUILD_NUMBER= 132 JTREG_VERSION= 4.1 JTREG_BUILD_NUMBER= b08 Modified: head/java/openjdk8/distinfo ============================================================================== --- head/java/openjdk8/distinfo Sun Aug 27 17:32:20 2017 (r448832) +++ head/java/openjdk8/distinfo Sun Aug 27 17:48:46 2017 (r448833) @@ -1,4 +1,4 @@ -TIMESTAMP = 1492583230 +TIMESTAMP = 1503817494 SHA256 (openjdk-8-src-b132-03_mar_2014.zip) = ba651f9aa68fdc823b2ef55510710a013ab9f78fff291d5dc1c4d166f3e1e589 SIZE (openjdk-8-src-b132-03_mar_2014.zip) = 124099402 SHA256 (jtreg4.1-b08.tar.gz) = a9fbfac903313c12687e60978c4688c20189cdf873560125917d6ad53d55b30c @@ -39,3 +39,5 @@ SHA256 (patch-8u121-b13.xz) = ef48cad21bb0ccadb3968147 SIZE (patch-8u121-b13.xz) = 135520 SHA256 (patch-8u131-b11.xz) = c0953d79f7e1b02ed75e6757ff170a144527af9b44f44cb36f2ddb484437d4d6 SIZE (patch-8u131-b11.xz) = 88068 +SHA256 (patch-8u144-b01.xz) = 4b4b73a345bc69085b712213ff55831e739cf43c9d0b87e77da91283e7c3520f +SIZE (patch-8u144-b01.xz) = 239460 Modified: head/java/openjdk8/files/patch-bsd ============================================================================== --- head/java/openjdk8/files/patch-bsd Sun Aug 27 17:32:20 2017 (r448832) +++ head/java/openjdk8/files/patch-bsd Sun Aug 27 17:48:46 2017 (r448833) @@ -1,5 +1,5 @@ ---- ./common/autoconf/build-performance.m4 Mon Feb 27 11:15:51 2017 -0800 -+++ ./common/autoconf/build-performance.m4 Tue Apr 18 21:21:31 2017 -0700 +--- ./common/autoconf/build-performance.m4 Tue Jul 11 23:50:55 2017 -0700 ++++ ./common/autoconf/build-performance.m4 Sat Aug 26 21:38:11 2017 -0700 @@ -41,6 +41,10 @@ # Looks like a MacOSX system NUM_CORES=`/usr/sbin/system_profiler -detailLevel full SPHardwareDataType | grep 'Cores' | awk '{print [$]5}'` @@ -38,8 +38,8 @@ AC_MSG_RESULT([no, disabling ccache]) CCACHE= else ---- ./common/autoconf/generated-configure.sh Mon Feb 27 11:15:51 2017 -0800 -+++ ./common/autoconf/generated-configure.sh Tue Apr 18 21:21:31 2017 -0700 +--- ./common/autoconf/generated-configure.sh Tue Jul 11 23:50:55 2017 -0700 ++++ ./common/autoconf/generated-configure.sh Sat Aug 26 21:38:11 2017 -0700 @@ -646,6 +646,8 @@ LIBM LIBZIP_CAN_USE_MMAP @@ -685,8 +685,8 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, disabling ccache" >&5 $as_echo "no, disabling ccache" >&6; } CCACHE= ---- ./common/autoconf/jdk-options.m4 Mon Feb 27 11:15:51 2017 -0800 -+++ ./common/autoconf/jdk-options.m4 Tue Apr 18 21:21:31 2017 -0700 +--- ./common/autoconf/jdk-options.m4 Tue Jul 11 23:50:55 2017 -0700 ++++ ./common/autoconf/jdk-options.m4 Sat Aug 26 21:38:11 2017 -0700 @@ -159,7 +159,7 @@ INCLUDE_SA=false fi @@ -717,8 +717,8 @@ # Enable or disable the elliptic curve crypto implementation # AC_DEFUN_ONCE([JDKOPT_DETECT_INTREE_EC], ---- ./common/autoconf/libraries.m4 Mon Feb 27 11:15:51 2017 -0800 -+++ ./common/autoconf/libraries.m4 Tue Apr 18 21:21:31 2017 -0700 +--- ./common/autoconf/libraries.m4 Tue Jul 11 23:50:55 2017 -0700 ++++ ./common/autoconf/libraries.m4 Sat Aug 26 21:38:11 2017 -0700 @@ -69,9 +69,15 @@ fi @@ -856,8 +856,8 @@ + AC_SUBST(LIBCXX) ]) ---- ./common/autoconf/platform.m4 Mon Feb 27 11:15:51 2017 -0800 -+++ ./common/autoconf/platform.m4 Tue Apr 18 21:21:31 2017 -0700 +--- ./common/autoconf/platform.m4 Tue Jul 11 23:50:55 2017 -0700 ++++ ./common/autoconf/platform.m4 Sat Aug 26 21:38:11 2017 -0700 @@ -30,7 +30,7 @@ [ # First argument is the cpu name from the trip/quad @@ -917,8 +917,8 @@ OPENJDK_TARGET_CPU_OSARCH="i386" elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then # On all platforms except macosx, we replace x86_64 with amd64. ---- ./common/autoconf/spec.gmk.in Mon Feb 27 11:15:51 2017 -0800 -+++ ./common/autoconf/spec.gmk.in Tue Apr 18 21:21:31 2017 -0700 +--- ./common/autoconf/spec.gmk.in Tue Jul 11 23:50:55 2017 -0700 ++++ ./common/autoconf/spec.gmk.in Sat Aug 26 21:38:11 2017 -0700 @@ -76,6 +76,7 @@ OPENJDK_TARGET_OS:=@OPENJDK_TARGET_OS@ OPENJDK_TARGET_OS_API:=@OPENJDK_TARGET_OS_API@ @@ -955,8 +955,8 @@ USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@ LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@ MSVCR_DLL:=@MSVCR_DLL@ ---- ./common/autoconf/toolchain.m4 Mon Feb 27 11:15:51 2017 -0800 -+++ ./common/autoconf/toolchain.m4 Tue Apr 18 21:21:31 2017 -0700 +--- ./common/autoconf/toolchain.m4 Tue Jul 11 23:50:55 2017 -0700 ++++ ./common/autoconf/toolchain.m4 Sat Aug 26 21:38:11 2017 -0700 @@ -72,7 +72,7 @@ else COMPILER_VERSION_TEST=`$COMPILER --version 2>&1 | $HEAD -n 1` @@ -1074,16 +1074,16 @@ fi if test "x$DEBUG_LEVEL" = xrelease; then CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DNDEBUG" ---- ./configure Mon Feb 27 11:15:51 2017 -0800 -+++ ./configure Tue Apr 18 21:21:31 2017 -0700 +--- ./configure Tue Jul 11 23:50:55 2017 -0700 ++++ ./configure Sat Aug 26 21:38:11 2017 -0700 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ---- ./make/Javadoc.gmk Mon Feb 27 11:15:51 2017 -0800 -+++ ./make/Javadoc.gmk Tue Apr 18 21:21:31 2017 -0700 +--- ./make/Javadoc.gmk Tue Jul 11 23:50:55 2017 -0700 ++++ ./make/Javadoc.gmk Sat Aug 26 21:38:11 2017 -0700 @@ -46,8 +46,18 @@ BUILD_NUMBER=$(JDK_BUILD_NUMBER) @@ -1104,8 +1104,8 @@ -Djava.awt.headless=true \ $(NEW_JAVADOC) \ -bootclasspath $(JDK_OUTPUTDIR)/classes ---- ./make/Main.gmk Mon Feb 27 11:15:51 2017 -0800 -+++ ./make/Main.gmk Tue Apr 18 21:21:31 2017 -0700 +--- ./make/Main.gmk Tue Jul 11 23:50:55 2017 -0700 ++++ ./make/Main.gmk Sat Aug 26 21:38:11 2017 -0700 @@ -58,7 +58,11 @@ # Setup number of jobs to use. -jN is unfortunately not available for us to parse from the command line, @@ -1118,8 +1118,8 @@ ### Main targets ---- ./make/common/MakeBase.gmk Mon Feb 27 11:15:51 2017 -0800 -+++ ./make/common/MakeBase.gmk Tue Apr 18 21:21:31 2017 -0700 +--- ./make/common/MakeBase.gmk Tue Jul 11 23:50:55 2017 -0700 ++++ ./make/common/MakeBase.gmk Sat Aug 26 21:38:11 2017 -0700 @@ -338,7 +338,7 @@ # (and causing a crash on Cygwin). # Default shell seems to always be /bin/sh. Must override with bash to get this to work on Solaris. @@ -1140,8 +1140,8 @@ endef # Make directory without forking mkdir if not needed ---- ./make/common/NativeCompilation.gmk Mon Feb 27 11:15:51 2017 -0800 -+++ ./make/common/NativeCompilation.gmk Tue Apr 18 21:21:31 2017 -0700 +--- ./make/common/NativeCompilation.gmk Tue Jul 11 23:50:55 2017 -0700 ++++ ./make/common/NativeCompilation.gmk Sat Aug 26 21:38:11 2017 -0700 @@ -151,9 +151,9 @@ # CC the compiler to use, default is $(CC) # LDEXE the linker to use for linking executables, default is $(LDEXE) @@ -1155,8 +1155,8 @@ ifneq (,$$($1_BIN)) $$(error BIN has been replaced with OBJECT_DIR) ---- ./hotspot/agent/make/Makefile Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/agent/make/Makefile Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/agent/make/Makefile Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/agent/make/Makefile Sat Aug 26 21:38:23 2017 -0700 @@ -50,6 +50,7 @@ sun.jvm.hotspot.debugger.amd64 \ sun.jvm.hotspot.debugger.bsd \ @@ -1235,8 +1235,8 @@ sun/jvm/hotspot/runtime/solaris_amd64/*.java \ sun/jvm/hotspot/runtime/solaris_sparc/*.java \ sun/jvm/hotspot/runtime/solaris_x86/*.java \ ---- ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Sat Aug 26 21:38:23 2017 -0700 @@ -42,6 +42,10 @@ #include "sun_jvm_hotspot_debugger_sparc_SPARCThreadContext.h" #endif @@ -1305,8 +1305,8 @@ (*env)->ReleaseLongArrayElements(env, array, regs, JNI_COMMIT); return array; ---- ./hotspot/agent/src/os/bsd/symtab.c Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/agent/src/os/bsd/symtab.c Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/agent/src/os/bsd/symtab.c Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/agent/src/os/bsd/symtab.c Sat Aug 26 21:38:23 2017 -0700 @@ -211,6 +211,10 @@ // Reading of elf header @@ -1347,8 +1347,8 @@ key.data = sym_name; key.size = strlen(sym_name) + 1; ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Sat Aug 26 21:38:23 2017 -0700 @@ -33,6 +33,7 @@ import sun.jvm.hotspot.debugger.JVMDebugger; import sun.jvm.hotspot.debugger.MachineDescription; @@ -1367,7 +1367,7 @@ if (LinuxDebuggerLocal.getAddressSize()==8) { machDesc = new MachineDescriptionSPARC64Bit(); --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionPPC64.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionPPC64.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,43 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1412,8 +1412,8 @@ + return false; + } +} ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Sat Aug 26 21:38:23 2017 -0700 @@ -30,8 +30,10 @@ import sun.jvm.hotspot.debugger.cdbg.*; import sun.jvm.hotspot.debugger.x86.*; @@ -1439,8 +1439,8 @@ } else { throw new DebuggerException(cpu + " is not yet supported"); } ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Sat Aug 26 21:38:23 2017 -0700 @@ -27,6 +27,7 @@ import sun.jvm.hotspot.debugger.*; import sun.jvm.hotspot.debugger.bsd.amd64.*; @@ -1459,7 +1459,7 @@ throw new RuntimeException("cpu " + cpu + " is not yet supported"); } --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64CFrame.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64CFrame.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,79 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1541,7 +1541,7 @@ + private BsdDebugger dbg; +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64ThreadContext.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64ThreadContext.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,46 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1590,7 +1590,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ppc64/PPC64ThreadContext.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ppc64/PPC64ThreadContext.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,123 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1715,8 +1715,8 @@ + public abstract Address getRegisterAsAddress(int index); + +} ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Sat Aug 26 21:38:23 2017 -0700 @@ -32,7 +32,9 @@ import sun.jvm.hotspot.debugger.cdbg.*; import sun.jvm.hotspot.debugger.proc.amd64.*; @@ -1739,7 +1739,7 @@ try { Class tfc = Class.forName("sun.jvm.hotspot.debugger.proc." + --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64Thread.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64Thread.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,86 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1828,7 +1828,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadContext.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadContext.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,46 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1877,7 +1877,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadFactory.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadFactory.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1923,8 +1923,8 @@ + return new ProcPPC64Thread(debugger, id); + } +} ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Sat Aug 26 21:38:23 2017 -0700 @@ -33,6 +33,7 @@ import sun.jvm.hotspot.debugger.remote.sparc.*; import sun.jvm.hotspot.debugger.remote.x86.*; @@ -1946,7 +1946,7 @@ try { Class tf = Class.forName("sun.jvm.hotspot.debugger.remote." + --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64Thread.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64Thread.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,53 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2002,7 +2002,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadContext.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadContext.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2055,7 +2055,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadFactory.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadFactory.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2101,8 +2101,8 @@ + return new RemotePPC64Thread(debugger, id); + } +} ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Sat Aug 26 21:38:23 2017 -0700 @@ -37,6 +37,7 @@ import sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess; import sun.jvm.hotspot.runtime.bsd_x86.BsdX86JavaThreadPDAccess; @@ -2121,7 +2121,7 @@ } else if (os.equals("darwin")) { if (cpu.equals("amd64") || cpu.equals("x86_64")) { --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_ppc64/BsdPPC64JavaThreadPDAccess.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_ppc64/BsdPPC64JavaThreadPDAccess.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,132 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2256,7 +2256,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64CurrentFrameGuess.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64CurrentFrameGuess.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,176 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2435,7 +2435,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,508 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2946,7 +2946,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64JavaCallWrapper.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64JavaCallWrapper.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,43 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2992,7 +2992,7 @@ + +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64RegisterMap.java Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64RegisterMap.java Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,51 @@ +/* + * Copyright (c) 20014, Oracle and/or its affiliates. All rights reserved. @@ -3045,8 +3045,8 @@ + protected void initializeFromPD(RegisterMap map) {} + protected Address getLocationPD(VMReg reg) { return null; } +} ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Sat Aug 26 21:38:23 2017 -0700 @@ -61,7 +61,7 @@ return "x86"; } else if (cpu.equals("sparc") || cpu.equals("sparcv9")) { @@ -3056,8 +3056,8 @@ return cpu; } else { try { ---- ./hotspot/make/bsd/Makefile Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/Makefile Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/Makefile Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/Makefile Sat Aug 26 21:38:23 2017 -0700 @@ -66,6 +66,10 @@ FORCE_TIERED=1 endif @@ -3069,8 +3069,8 @@ ifdef LP64 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","") ---- ./hotspot/make/bsd/makefiles/build_vm_def.sh Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/build_vm_def.sh Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Sat Aug 26 21:38:23 2017 -0700 @@ -1,12 +1,28 @@ #!/bin/sh @@ -3106,8 +3106,8 @@ + if ($3 ~ /^_ZN9Arguments17SharedArchivePathE$/) print "\t" $3 ";" + }' | sort -u ;; +esac ---- ./hotspot/make/bsd/makefiles/debug.make Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/debug.make Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/debug.make Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/debug.make Sat Aug 26 21:38:23 2017 -0700 @@ -35,7 +35,10 @@ # to inhibit the effect of the previous line on CFLAGS. @@ -3120,8 +3120,8 @@ VERSION = debug SYSDEFS += -DASSERT ---- ./hotspot/make/bsd/makefiles/defs.make Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/defs.make Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/defs.make Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/defs.make Sat Aug 26 21:38:23 2017 -0700 @@ -29,7 +29,15 @@ SLASH_JAVA ?= /java @@ -3220,8 +3220,8 @@ ADD_SA_BINARIES/ia64 = ADD_SA_BINARIES/arm = ADD_SA_BINARIES/zero = ---- ./hotspot/make/bsd/makefiles/fastdebug.make Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/fastdebug.make Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/fastdebug.make Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/fastdebug.make Sat Aug 26 21:38:23 2017 -0700 @@ -56,7 +56,10 @@ # to inhibit the effect of the previous line on CFLAGS. @@ -3234,8 +3234,8 @@ VERSION = fastdebug SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS ---- ./hotspot/make/bsd/makefiles/gcc.make Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/gcc.make Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/gcc.make Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/gcc.make Sat Aug 26 21:38:23 2017 -0700 @@ -168,6 +168,9 @@ CFLAGS += -DDONT_USE_PRECOMPILED_HEADER endif @@ -3277,7 +3277,7 @@ ifeq ($(USE_CLANG),) WARNING_FLAGS += -Wconversion endif -@@ -421,53 +427,43 @@ +@@ -421,53 +427,44 @@ CFLAGS += -flimit-debug-info endif @@ -3300,6 +3300,7 @@ + STABS_CFLAGS/ia64 = -g + STABS_CFLAGS/arm = -g + STABS_CFLAGS/ppc = -g ++ STABS_CFLAGS/amd64 = -g + ifeq ($(STABS_CFLAGS/$(BUILDARCH)),) + STABS_CFLAGS += -gstabs + else @@ -3362,7 +3363,7 @@ endif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/make/bsd/makefiles/launcher.make Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/launcher.make Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,117 @@ +# +# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. @@ -3481,8 +3482,8 @@ + $(QUIETLY) sed -e 's/@@LIBARCH@@/$(LIBARCH)/g' $< > $@ + $(QUIETLY) chmod +x $@ + ---- ./hotspot/make/bsd/makefiles/mapfile-vers-debug Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/mapfile-vers-debug Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug Sat Aug 26 21:38:23 2017 -0700 @@ -21,246 +21,254 @@ # questions. # @@ -3970,7 +3971,7 @@ + *; +}; --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,266 @@ +# +# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved. @@ -4238,8 +4239,8 @@ + + # INSERT VTABLE SYMBOLS HERE + ---- ./hotspot/make/bsd/makefiles/mapfile-vers-product Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/mapfile-vers-product Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Sat Aug 26 21:38:23 2017 -0700 @@ -21,241 +21,249 @@ # questions. # @@ -4718,7 +4719,7 @@ + *; +}; --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,261 @@ +# +# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved. @@ -4981,8 +4982,8 @@ + + # INSERT VTABLE SYMBOLS HERE + ---- ./hotspot/make/bsd/makefiles/optimized.make Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/optimized.make Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/optimized.make Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/optimized.make Sat Aug 26 21:38:23 2017 -0700 @@ -38,6 +38,9 @@ # to inhibit the effect of the previous line on CFLAGS. @@ -4995,7 +4996,7 @@ VERSION = optimized --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/make/bsd/makefiles/ppc64.make Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/ppc64.make Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,51 @@ +# +# Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. @@ -5048,8 +5049,8 @@ + # Use Power8, this is the first CPU to support PPC64 LE with ELFv2 ABI. + CFLAGS += -mcpu=power7 -mtune=power8 -minsert-sched-nops=regroup_exact -mno-multiple -mno-string +endif ---- ./hotspot/make/bsd/makefiles/product.make Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/product.make Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/product.make Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/product.make Sat Aug 26 21:38:23 2017 -0700 @@ -38,7 +38,10 @@ # to inhibit the effect of the previous line on CFLAGS. @@ -5062,8 +5063,8 @@ SYSDEFS += -DPRODUCT VERSION = optimized ---- ./hotspot/make/bsd/makefiles/rules.make Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/rules.make Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/rules.make Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/rules.make Sat Aug 26 21:38:23 2017 -0700 @@ -34,7 +34,7 @@ CC_COMPILE = $(CC) $(CXXFLAGS) $(CFLAGS) CXX_COMPILE = $(CXX) $(CXXFLAGS) $(CFLAGS) @@ -5073,8 +5074,8 @@ COMPILE.CC = $(CC_COMPILE) -c GENASM.CC = $(CC_COMPILE) -S ---- ./hotspot/make/bsd/makefiles/sa.make Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/sa.make Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/sa.make Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/sa.make Sat Aug 26 21:38:23 2017 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved. @@ -5189,8 +5190,8 @@ rm -rf $(AGENT_FILES_LIST) + +-include $(HS_ALT_MAKE)/bsd/makefiles/sa-rules.make ---- ./hotspot/make/bsd/makefiles/saproc.make Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/saproc.make Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/saproc.make Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/saproc.make Sat Aug 26 21:38:23 2017 -0700 @@ -99,10 +99,10 @@ endif @@ -5230,8 +5231,8 @@ + cp -f $(LIBSAPROC) $(DEST_SAPROC) && echo "Done" .PHONY: install_saproc ---- ./hotspot/make/bsd/makefiles/vm.make Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/bsd/makefiles/vm.make Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/bsd/makefiles/vm.make Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/bsd/makefiles/vm.make Sat Aug 26 21:38:23 2017 -0700 @@ -107,7 +107,7 @@ # File specific flags CXXFLAGS += $(CXXFLAGS/BYFILE) @@ -5242,7 +5243,7 @@ endif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/make/bsd/platform_ppc64 Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/make/bsd/platform_ppc64 Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,17 @@ +os_family = bsd + @@ -5261,8 +5262,8 @@ +gnu_dis_arch = ppc64 + +sysdefs = -DBSD -D_ALLBSD_SOURCE -D_GNU_SOURCE -DPPC64 ---- ./hotspot/make/sa.files Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/make/sa.files Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/make/sa.files Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/make/sa.files Sat Aug 26 21:38:23 2017 -0700 @@ -45,6 +45,7 @@ $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/amd64/*.java \ $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/bsd/*.java \ @@ -5303,8 +5304,8 @@ $(AGENT_SRC_DIR)/sun/jvm/hotspot/tools/*.java \ $(AGENT_SRC_DIR)/sun/jvm/hotspot/tools/jcore/*.java \ $(AGENT_SRC_DIR)/sun/jvm/hotspot/tools/soql/*.java \ ---- ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Sat Aug 26 21:38:23 2017 -0700 @@ -277,5 +277,9 @@ #if defined(TARGET_OS_ARCH_linux_ppc) #include "bytes_linux_ppc.inline.hpp" @@ -5315,8 +5316,8 @@ + #endif // CPU_PPC_VM_BYTES_PPC_HPP ---- ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Sat Aug 26 21:38:23 2017 -0700 @@ -307,6 +307,8 @@ // Although AIX runs on big endian CPU, float is in most significant // word of an argument slot. @@ -5326,8 +5327,8 @@ #else #error "unknown OS" #endif ---- ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Sat Aug 26 21:38:23 2017 -0700 @@ -778,6 +778,8 @@ // Although AIX runs on big endian CPU, float is in the most // significant word of an argument slot. @@ -5337,8 +5338,8 @@ #else #error "unknown OS" #endif ---- ./hotspot/src/cpu/x86/vm/jni_x86.h Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/cpu/x86/vm/jni_x86.h Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/cpu/x86/vm/jni_x86.h Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/cpu/x86/vm/jni_x86.h Sat Aug 26 21:38:23 2017 -0700 @@ -34,7 +34,7 @@ #ifndef __has_attribute #define __has_attribute(x) 0 @@ -5348,8 +5349,8 @@ #define JNIEXPORT __attribute__((visibility("default"))) #define JNIIMPORT __attribute__((visibility("default"))) #else ---- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Sat Aug 26 21:38:23 2017 -0700 @@ -2266,7 +2266,7 @@ if (!is_critical_native) { // reset handle block @@ -5359,8 +5360,8 @@ // Any exception pending? __ cmpptr(Address(thread, in_bytes(Thread::pending_exception_offset())), (int32_t)NULL_WORD); ---- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Sat Aug 26 21:38:23 2017 -0700 @@ -23,9 +23,12 @@ */ @@ -5375,8 +5376,8 @@ #include "asm/macroAssembler.hpp" #include "asm/macroAssembler.inline.hpp" #include "code/debugInfoRec.hpp" ---- ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Sat Aug 26 21:38:23 2017 -0700 @@ -1293,7 +1293,7 @@ // reset handle block @@ -5386,8 +5387,8 @@ // If result was an oop then unbox and save it in the frame { Label L; ---- ./hotspot/src/cpu/x86/vm/x86_32.ad Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/cpu/x86/vm/x86_32.ad Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/cpu/x86/vm/x86_32.ad Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/cpu/x86/vm/x86_32.ad Sat Aug 26 21:38:23 2017 -0700 @@ -1250,6 +1250,7 @@ @@ -5396,8 +5397,8 @@ } #ifndef PRODUCT ---- ./hotspot/src/os/aix/vm/os_aix.cpp Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/os/aix/vm/os_aix.cpp Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/os/aix/vm/os_aix.cpp Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/os/aix/vm/os_aix.cpp Sat Aug 26 21:38:23 2017 -0700 @@ -5236,6 +5236,10 @@ return 0; } @@ -5410,7 +5411,7 @@ } --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Tue Apr 18 21:21:39 2017 -0700 ++++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Sat Aug 26 21:38:23 2017 -0700 @@ -0,0 +1,53 @@ +/* + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. @@ -5465,8 +5466,8 @@ + return false; +} +#endif ---- ./hotspot/src/os/bsd/vm/jsig.c Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/os/bsd/vm/jsig.c Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/os/bsd/vm/jsig.c Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/os/bsd/vm/jsig.c Sat Aug 26 21:38:23 2017 -0700 @@ -165,9 +165,8 @@ } @@ -5479,8 +5480,8 @@ static int call_os_sigaction(int sig, const struct sigaction *act, struct sigaction *oact) { ---- ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Sat Aug 26 21:38:23 2017 -0700 @@ -50,6 +50,7 @@ case INTERRUPT_SIGNAL: case SIGFPE: @@ -5590,8 +5591,8 @@ + jio_snprintf(buf, len, "SIG%s", signame); + return true; } ---- ./hotspot/src/os/bsd/vm/jvm_bsd.h Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/os/bsd/vm/jvm_bsd.h Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/os/bsd/vm/jvm_bsd.h Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/os/bsd/vm/jvm_bsd.h Sat Aug 26 21:38:23 2017 -0700 @@ -112,20 +112,6 @@ #define SHUTDOWN2_SIGNAL SIGINT #define SHUTDOWN3_SIGNAL SIGTERM @@ -5613,8 +5614,8 @@ #endif /* JVM_MD_H */ #endif // OS_BSD_VM_JVM_BSD_H ---- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Sat Aug 26 21:38:23 2017 -0700 @@ -30,7 +30,7 @@ void OSThread::pd_initialize() { @@ -5624,8 +5625,8 @@ _thread_id = 0; #else _thread_id = NULL; ---- ./hotspot/src/os/bsd/vm/os_bsd.cpp Mon Feb 27 11:16:11 2017 -0800 -+++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Tue Apr 18 21:21:39 2017 -0700 +--- ./hotspot/src/os/bsd/vm/os_bsd.cpp Tue Jul 11 23:51:17 2017 -0700 ++++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Sat Aug 26 21:38:23 2017 -0700 @@ -97,16 +97,31 @@ # include #ifndef __APPLE__ @@ -5716,7 +5717,16 @@ #elif defined(SPARC) # ifdef _LP64 static char cpu_arch[] = "sparcv9"; -@@ -411,12 +451,21 @@ +@@ -272,6 +312,8 @@ + + #if defined (HW_MEMSIZE) // Apple + mib[1] = HW_MEMSIZE; ++#elif defined(HW_PHYSMEM64) // OpenBSD & NetBSD ++ mib[1] = HW_PHYSMEM64; + #elif defined(HW_PHYSMEM) // Most of BSD + mib[1] = HW_PHYSMEM; + #elif defined(HW_REALMEM) // Old FreeBSD +@@ -411,12 +453,21 @@ const char *v = ::getenv("LD_LIBRARY_PATH"); const char *v_colon = ":"; if (v == NULL) { v = ""; v_colon = ""; } @@ -5738,7 +5748,7 @@ Arguments::set_library_path(ld_library_path); FREE_C_HEAP_ARRAY(char, ld_library_path, mtInternal); } -@@ -591,6 +640,9 @@ +@@ -591,6 +642,9 @@ sigaddset(&unblocked_sigs, SIGSEGV); sigaddset(&unblocked_sigs, SIGBUS); sigaddset(&unblocked_sigs, SIGFPE); @@ -5748,7 +5758,7 @@ sigaddset(&unblocked_sigs, SR_signum); if (!ReduceSignalUsage) { -@@ -983,6 +1035,13 @@ +@@ -983,6 +1037,13 @@ bool os::vtime_enabled() { return false; } double os::elapsedVTime() { @@ -5762,7 +5772,7 @@ // better than nothing, but not much return elapsedTime(); } -@@ -1008,11 +1067,15 @@ +@@ -1008,11 +1069,15 @@ void os::Bsd::clock_init() { struct timespec res; struct timespec tp; @@ -5778,7 +5788,7 @@ } #endif -@@ -1048,7 +1111,7 @@ +@@ -1048,7 +1113,7 @@ jlong os::javaTimeNanos() { if (Bsd::supports_monotonic_clock()) { struct timespec tp; @@ -5787,7 +5797,7 @@ assert(status == 0, "gettime error"); jlong result = jlong(tp.tv_sec) * (1000 * 1000 * 1000) + jlong(tp.tv_nsec); return result; -@@ -1190,35 +1253,38 @@ +@@ -1190,35 +1255,38 @@ pid_t os::Bsd::gettid() { int retval = -1; @@ -5838,7 +5848,7 @@ #else return (intx)::pthread_self(); #endif -@@ -1696,14 +1762,14 @@ +@@ -1696,14 +1764,14 @@ } void os::print_os_info_brief(outputStream* st) { @@ -5855,7 +5865,7 @@ os::Posix::print_uname_info(st); -@@ -1716,6 +1782,29 @@ +@@ -1716,6 +1784,29 @@ // Nothing to do for now. } @@ -5885,7 +5895,7 @@ void os::print_memory_info(outputStream* st) { st->print("Memory:"); -@@ -1725,11 +1814,14 @@ +@@ -1725,11 +1816,14 @@ os::physical_memory() >> 10); st->print("(" UINT64_FORMAT "k free)", os::available_memory() >> 10); @@ -5905,7 +5915,7 @@ st->cr(); } -@@ -1768,6 +1860,9 @@ +@@ -1768,6 +1862,9 @@ print_signal_handler(st, SHUTDOWN2_SIGNAL , buf, buflen); print_signal_handler(st, SHUTDOWN3_SIGNAL , buf, buflen); print_signal_handler(st, BREAK_SIGNAL, buf, buflen); @@ -5915,7 +5925,7 @@ } static char saved_jvm_path[MAXPATHLEN] = {0}; -@@ -1965,7 +2060,7 @@ +@@ -1965,7 +2062,7 @@ os_semaphore_t _semaphore; }; @@ -5924,7 +5934,7 @@ SEM_INIT(_semaphore, 0); } -@@ -2153,7 +2248,7 @@ +@@ -2153,7 +2250,7 @@ if (::write(fd, "", 1) == 1) { mmap(base, size, PROT_READ|PROT_WRITE|PROT_EXEC, @@ -5933,7 +5943,7 @@ } } ::close(fd); -@@ -2263,7 +2358,7 @@ +@@ -2263,7 +2360,7 @@ return ::mprotect(addr, size, PROT_NONE) == 0; #else uintptr_t res = (uintptr_t) ::mmap(addr, size, PROT_NONE, @@ -5942,7 +5952,7 @@ return res != (uintptr_t) MAP_FAILED; #endif } -@@ -2290,7 +2385,7 @@ +@@ -2290,7 +2387,7 @@ char * addr; int flags; @@ -5951,7 +5961,7 @@ if (fixed) { assert((uintptr_t)requested_addr % os::Bsd::page_size() == 0, "unaligned address"); flags |= MAP_FIXED; -@@ -2779,6 +2874,7 @@ +@@ -2779,6 +2876,7 @@ return OS_OK; #elif defined(__FreeBSD__) int ret = pthread_setprio(thread->osthread()->pthread_id(), newpri); @@ -5959,7 +5969,7 @@ #elif defined(__APPLE__) || defined(__NetBSD__) struct sched_param sp; int policy; -@@ -3325,6 +3421,9 @@ +@@ -3325,6 +3423,9 @@ set_signal_handler(SIGBUS, true); set_signal_handler(SIGILL, true); set_signal_handler(SIGFPE, true); @@ -5969,7 +5979,7 @@ set_signal_handler(SIGXFSZ, true); #if defined(__APPLE__) -@@ -3373,18 +3472,6 @@ +@@ -3373,18 +3474,6 @@ } } @@ -5988,7 +5998,7 @@ static const char* get_signal_handler_name(address handler, char* buf, int buflen) { int offset; -@@ -3408,9 +3495,6 @@ +@@ -3408,9 +3497,6 @@ sigaction(sig, NULL, &sa); @@ -5998,7 +6008,7 @@ st->print("%s: ", os::exception_name(sig, buf, buflen)); address handler = (sa.sa_flags & SA_SIGINFO) -@@ -3432,7 +3516,7 @@ +@@ -3432,7 +3518,7 @@ // May be, handler was resetted by VMError? if(rh != NULL) { handler = rh; @@ -6007,7 +6017,7 @@ } st->print(", sa_flags="); -@@ -3474,6 +3558,9 @@ +@@ -3474,6 +3560,9 @@ DO_SIGNAL_CHECK(SIGBUS); DO_SIGNAL_CHECK(SIGPIPE); DO_SIGNAL_CHECK(SIGXFSZ); @@ -6017,7 +6027,7 @@ // ReduceSignalUsage allows the user to override these handlers -@@ -3508,8 +3595,6 @@ +@@ -3508,8 +3597,6 @@ os_sigaction(sig, (struct sigaction*)NULL, &act); *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***