svn commit: r460849 - in head/java/openjdk8: . files
Greg Lewis
glewis at FreeBSD.org
Sat Feb 3 21:41:07 UTC 2018
Author: glewis
Date: Sat Feb 3 21:41:06 2018
New Revision: 460849
URL: https://svnweb.freebsd.org/changeset/ports/460849
Log:
. Update to 8u162.
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 Sat Feb 3 20:59:14 2018 (r460848)
+++ head/java/openjdk8/Makefile Sat Feb 3 21:41:06 2018 (r460849)
@@ -2,7 +2,6 @@
PORTNAME= openjdk
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//}
-PORTREVISION= 3
CATEGORIES= java devel
MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${DIST_BUILD_NUMBER}/:jdk \
https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \
@@ -31,7 +30,8 @@ PATCHFILES= patch-8u05-b13.xz \
patch-8u121-b13.xz \
patch-8u131-b11.xz \
patch-8u144-b01.xz \
- patch-8u152-b16.xz
+ patch-8u152-b16.xz \
+ patch-8u162-b12.xz
MAINTAINER= java at FreeBSD.org
COMMENT?= Java Development Kit ${JDK_MAJOR_VERSION}
@@ -204,8 +204,8 @@ NO_CCACHE= yes
NOPRECIOUSMAKEVARS= yes
JDK_MAJOR_VERSION= 8
-JDK_UPDATE_VERSION= 152
-JDK_BUILD_NUMBER= 16
+JDK_UPDATE_VERSION= 162
+JDK_BUILD_NUMBER= 12
DIST_BUILD_NUMBER= 132
JTREG_VERSION= 4.1
JTREG_BUILD_NUMBER= b08
Modified: head/java/openjdk8/distinfo
==============================================================================
--- head/java/openjdk8/distinfo Sat Feb 3 20:59:14 2018 (r460848)
+++ head/java/openjdk8/distinfo Sat Feb 3 21:41:06 2018 (r460849)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1503817494
+TIMESTAMP = 1517683323
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
@@ -43,3 +43,5 @@ SHA256 (patch-8u144-b01.xz) = 4b4b73a345bc69085b712213
SIZE (patch-8u144-b01.xz) = 239460
SHA256 (patch-8u152-b16.xz) = 51c57b8d60b8f71758fe03c45c70ab60d0423bf4699e71b21ba4148f80497852
SIZE (patch-8u152-b16.xz) = 454236
+SHA256 (patch-8u162-b12.xz) = 9f083cde406ead14e38f5423a6dcc0f0b0a3f7ef69fdc4c83a32b8fea4c3ddcb
+SIZE (patch-8u162-b12.xz) = 337248
Modified: head/java/openjdk8/files/patch-bsd
==============================================================================
--- head/java/openjdk8/files/patch-bsd Sat Feb 3 20:59:14 2018 (r460848)
+++ head/java/openjdk8/files/patch-bsd Sat Feb 3 21:41:06 2018 (r460849)
@@ -1,5 +1,5 @@
---- ./common/autoconf/build-performance.m4 Tue Sep 05 10:26:42 2017 -0700
-+++ ./common/autoconf/build-performance.m4 Sat Nov 18 14:38:54 2017 -0800
+--- ./common/autoconf/build-performance.m4 Fri Dec 15 08:56:46 2017 -0800
++++ ./common/autoconf/build-performance.m4 Thu Jan 25 22:36:11 2018 -0800
@@ -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 Tue Sep 05 10:26:42 2017 -0700
-+++ ./common/autoconf/generated-configure.sh Sat Nov 18 14:38:54 2017 -0800
+--- ./common/autoconf/generated-configure.sh Fri Dec 15 08:56:46 2017 -0800
++++ ./common/autoconf/generated-configure.sh Thu Jan 25 22:36:11 2018 -0800
@@ -646,6 +646,8 @@
LIBM
LIBZIP_CAN_USE_MMAP
@@ -675,8 +675,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 Tue Sep 05 10:26:42 2017 -0700
-+++ ./common/autoconf/jdk-options.m4 Sat Nov 18 14:38:54 2017 -0800
+--- ./common/autoconf/jdk-options.m4 Fri Dec 15 08:56:46 2017 -0800
++++ ./common/autoconf/jdk-options.m4 Thu Jan 25 22:36:11 2018 -0800
@@ -159,7 +159,7 @@
INCLUDE_SA=false
fi
@@ -707,8 +707,8 @@
# Enable or disable the elliptic curve crypto implementation
#
AC_DEFUN_ONCE([JDKOPT_DETECT_INTREE_EC],
---- ./common/autoconf/libraries.m4 Tue Sep 05 10:26:42 2017 -0700
-+++ ./common/autoconf/libraries.m4 Sat Nov 18 14:38:54 2017 -0800
+--- ./common/autoconf/libraries.m4 Fri Dec 15 08:56:46 2017 -0800
++++ ./common/autoconf/libraries.m4 Thu Jan 25 22:36:11 2018 -0800
@@ -69,9 +69,15 @@
fi
@@ -846,8 +846,8 @@
+
AC_SUBST(LIBCXX)
])
---- ./common/autoconf/platform.m4 Tue Sep 05 10:26:42 2017 -0700
-+++ ./common/autoconf/platform.m4 Sat Nov 18 14:38:54 2017 -0800
+--- ./common/autoconf/platform.m4 Fri Dec 15 08:56:46 2017 -0800
++++ ./common/autoconf/platform.m4 Thu Jan 25 22:36:11 2018 -0800
@@ -30,7 +30,7 @@
[
# First argument is the cpu name from the trip/quad
@@ -907,8 +907,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 Tue Sep 05 10:26:42 2017 -0700
-+++ ./common/autoconf/spec.gmk.in Sat Nov 18 14:38:54 2017 -0800
+--- ./common/autoconf/spec.gmk.in Fri Dec 15 08:56:46 2017 -0800
++++ ./common/autoconf/spec.gmk.in Thu Jan 25 22:36:11 2018 -0800
@@ -76,6 +76,7 @@
OPENJDK_TARGET_OS:=@OPENJDK_TARGET_OS@
OPENJDK_TARGET_OS_API:=@OPENJDK_TARGET_OS_API@
@@ -945,8 +945,8 @@
USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@
LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@
MSVCR_DLL:=@MSVCR_DLL@
---- ./common/autoconf/toolchain.m4 Tue Sep 05 10:26:42 2017 -0700
-+++ ./common/autoconf/toolchain.m4 Sat Nov 18 14:38:54 2017 -0800
+--- ./common/autoconf/toolchain.m4 Fri Dec 15 08:56:46 2017 -0800
++++ ./common/autoconf/toolchain.m4 Thu Jan 25 22:36:11 2018 -0800
@@ -122,7 +122,7 @@
else
COMPILER_VERSION_TEST=`$COMPILER --version 2>&1 | $HEAD -n 1`
@@ -1064,16 +1064,16 @@
fi
if test "x$DEBUG_LEVEL" = xrelease; then
COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DNDEBUG"
---- ./configure Tue Sep 05 10:26:42 2017 -0700
-+++ ./configure Sat Nov 18 14:38:54 2017 -0800
+--- ./configure Fri Dec 15 08:56:46 2017 -0800
++++ ./configure Thu Jan 25 22:36:11 2018 -0800
@@ -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 Tue Sep 05 10:26:42 2017 -0700
-+++ ./make/Javadoc.gmk Sat Nov 18 14:38:54 2017 -0800
+--- ./make/Javadoc.gmk Fri Dec 15 08:56:46 2017 -0800
++++ ./make/Javadoc.gmk Thu Jan 25 22:36:11 2018 -0800
@@ -46,8 +46,18 @@
BUILD_NUMBER=$(JDK_BUILD_NUMBER)
@@ -1094,8 +1094,8 @@
-Djava.awt.headless=true \
$(NEW_JAVADOC) \
-bootclasspath $(JDK_OUTPUTDIR)/classes
---- ./make/Main.gmk Tue Sep 05 10:26:42 2017 -0700
-+++ ./make/Main.gmk Sat Nov 18 14:38:54 2017 -0800
+--- ./make/Main.gmk Fri Dec 15 08:56:46 2017 -0800
++++ ./make/Main.gmk Thu Jan 25 22:36:11 2018 -0800
@@ -58,7 +58,11 @@
# Setup number of jobs to use. -jN is unfortunately not available for us to parse from the command line,
@@ -1108,8 +1108,8 @@
### Main targets
---- ./make/common/MakeBase.gmk Tue Sep 05 10:26:42 2017 -0700
-+++ ./make/common/MakeBase.gmk Sat Nov 18 14:38:54 2017 -0800
+--- ./make/common/MakeBase.gmk Fri Dec 15 08:56:46 2017 -0800
++++ ./make/common/MakeBase.gmk Thu Jan 25 22:36:11 2018 -0800
@@ -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.
@@ -1130,8 +1130,8 @@
endef
# Make directory without forking mkdir if not needed
---- ./make/common/NativeCompilation.gmk Tue Sep 05 10:26:42 2017 -0700
-+++ ./make/common/NativeCompilation.gmk Sat Nov 18 14:38:54 2017 -0800
+--- ./make/common/NativeCompilation.gmk Fri Dec 15 08:56:46 2017 -0800
++++ ./make/common/NativeCompilation.gmk Thu Jan 25 22:36:11 2018 -0800
@@ -151,9 +151,9 @@
# CC the compiler to use, default is $(CC)
# LDEXE the linker to use for linking executables, default is $(LDEXE)
@@ -1145,8 +1145,8 @@
ifneq (,$$($1_BIN))
$$(error BIN has been replaced with OBJECT_DIR)
---- ./hotspot/agent/make/Makefile Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/agent/make/Makefile Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/agent/make/Makefile Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/agent/make/Makefile Thu Jan 25 22:36:25 2018 -0800
@@ -50,6 +50,7 @@
sun.jvm.hotspot.debugger.amd64 \
sun.jvm.hotspot.debugger.bsd \
@@ -1225,8 +1225,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 Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Thu Jan 25 22:36:25 2018 -0800
@@ -42,6 +42,10 @@
#include "sun_jvm_hotspot_debugger_sparc_SPARCThreadContext.h"
#endif
@@ -1295,8 +1295,8 @@
(*env)->ReleaseLongArrayElements(env, array, regs, JNI_COMMIT);
return array;
---- ./hotspot/agent/src/os/bsd/elfmacros.h Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/agent/src/os/bsd/elfmacros.h Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/agent/src/os/bsd/elfmacros.h Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/agent/src/os/bsd/elfmacros.h Thu Jan 25 22:36:25 2018 -0800
@@ -34,6 +34,7 @@
#define ELF_SYM Elf64_Sym
#define ELF_DYN Elf64_Dyn
@@ -1313,8 +1313,8 @@
#ifndef ELF_ST_TYPE
#define ELF_ST_TYPE ELF32_ST_TYPE
---- ./hotspot/agent/src/os/bsd/ps_core.c Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/agent/src/os/bsd/ps_core.c Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/agent/src/os/bsd/ps_core.c Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/agent/src/os/bsd/ps_core.c Thu Jan 25 22:36:25 2018 -0800
@@ -1091,6 +1091,18 @@
if (core_handle_prstatus(ph, descdata, notep->n_descsz) != true) {
return false;
@@ -1361,8 +1361,8 @@
goto err;
}
---- ./hotspot/agent/src/os/bsd/symtab.c Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/agent/src/os/bsd/symtab.c Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/agent/src/os/bsd/symtab.c Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/agent/src/os/bsd/symtab.c Thu Jan 25 22:36:25 2018 -0800
@@ -211,6 +211,10 @@
// Reading of elf header
@@ -1403,8 +1403,8 @@
key.data = sym_name;
key.size = strlen(sym_name) + 1;
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Thu Jan 25 22:36:25 2018 -0800
@@ -33,6 +33,7 @@
import sun.jvm.hotspot.debugger.JVMDebugger;
import sun.jvm.hotspot.debugger.MachineDescription;
@@ -1423,7 +1423,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 Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionPPC64.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,43 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1468,8 +1468,8 @@
+ return false;
+ }
+}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Thu Jan 25 22:36:25 2018 -0800
@@ -30,8 +30,10 @@
import sun.jvm.hotspot.debugger.cdbg.*;
import sun.jvm.hotspot.debugger.x86.*;
@@ -1495,8 +1495,8 @@
} else {
throw new DebuggerException(cpu + " is not yet supported");
}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Thu Jan 25 22:36:25 2018 -0800
@@ -27,6 +27,7 @@
import sun.jvm.hotspot.debugger.*;
import sun.jvm.hotspot.debugger.bsd.amd64.*;
@@ -1515,7 +1515,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 Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64CFrame.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,79 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1597,7 +1597,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 Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64ThreadContext.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,46 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1646,7 +1646,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ppc64/PPC64ThreadContext.java Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ppc64/PPC64ThreadContext.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,123 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1771,8 +1771,8 @@
+ public abstract Address getRegisterAsAddress(int index);
+
+}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Thu Jan 25 22:36:25 2018 -0800
@@ -32,7 +32,9 @@
import sun.jvm.hotspot.debugger.cdbg.*;
import sun.jvm.hotspot.debugger.proc.amd64.*;
@@ -1795,7 +1795,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 Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64Thread.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,86 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1884,7 +1884,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadContext.java Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadContext.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,46 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1933,7 +1933,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadFactory.java Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadFactory.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,44 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1979,8 +1979,8 @@
+ return new ProcPPC64Thread(debugger, id);
+ }
+}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Thu Jan 25 22:36:25 2018 -0800
@@ -33,6 +33,7 @@
import sun.jvm.hotspot.debugger.remote.sparc.*;
import sun.jvm.hotspot.debugger.remote.x86.*;
@@ -2002,7 +2002,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 Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64Thread.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,53 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2058,7 +2058,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadContext.java Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadContext.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,50 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2111,7 +2111,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadFactory.java Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadFactory.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,44 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2157,8 +2157,8 @@
+ return new RemotePPC64Thread(debugger, id);
+ }
+}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Thu Jan 25 22:36:25 2018 -0800
@@ -37,6 +37,7 @@
import sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess;
import sun.jvm.hotspot.runtime.bsd_x86.BsdX86JavaThreadPDAccess;
@@ -2177,7 +2177,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 Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_ppc64/BsdPPC64JavaThreadPDAccess.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,132 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2312,7 +2312,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64CurrentFrameGuess.java Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64CurrentFrameGuess.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,176 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2491,7 +2491,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,508 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -3002,7 +3002,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64JavaCallWrapper.java Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64JavaCallWrapper.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,43 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -3048,7 +3048,7 @@
+
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64RegisterMap.java Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64RegisterMap.java Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,51 @@
+/*
+ * Copyright (c) 20014, Oracle and/or its affiliates. All rights reserved.
@@ -3101,8 +3101,8 @@
+ protected void initializeFromPD(RegisterMap map) {}
+ protected Address getLocationPD(VMReg reg) { return null; }
+}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Thu Jan 25 22:36:25 2018 -0800
@@ -61,7 +61,7 @@
return "x86";
} else if (cpu.equals("sparc") || cpu.equals("sparcv9")) {
@@ -3112,8 +3112,8 @@
return cpu;
} else {
try {
---- ./hotspot/make/bsd/Makefile Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/Makefile Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/Makefile Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/Makefile Thu Jan 25 22:36:25 2018 -0800
@@ -66,6 +66,10 @@
FORCE_TIERED=1
endif
@@ -3125,8 +3125,8 @@
ifdef LP64
ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")
---- ./hotspot/make/bsd/makefiles/build_vm_def.sh Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/build_vm_def.sh Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Thu Jan 25 22:36:25 2018 -0800
@@ -1,12 +1,28 @@
#!/bin/sh
@@ -3162,8 +3162,8 @@
+ if ($3 ~ /^_ZN9Arguments17SharedArchivePathE$/) print "\t" $3 ";"
+ }' | sort -u ;;
+esac
---- ./hotspot/make/bsd/makefiles/debug.make Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/debug.make Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/debug.make Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/debug.make Thu Jan 25 22:36:25 2018 -0800
@@ -35,7 +35,10 @@
# to inhibit the effect of the previous line on CFLAGS.
@@ -3176,8 +3176,8 @@
VERSION = debug
SYSDEFS += -DASSERT
---- ./hotspot/make/bsd/makefiles/defs.make Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/defs.make Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/defs.make Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/defs.make Thu Jan 25 22:36:25 2018 -0800
@@ -29,7 +29,15 @@
SLASH_JAVA ?= /java
@@ -3276,8 +3276,8 @@
ADD_SA_BINARIES/ia64 =
ADD_SA_BINARIES/arm =
ADD_SA_BINARIES/zero =
---- ./hotspot/make/bsd/makefiles/fastdebug.make Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/fastdebug.make Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/fastdebug.make Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/fastdebug.make Thu Jan 25 22:36:25 2018 -0800
@@ -56,7 +56,10 @@
# to inhibit the effect of the previous line on CFLAGS.
@@ -3290,8 +3290,8 @@
VERSION = fastdebug
SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
---- ./hotspot/make/bsd/makefiles/gcc.make Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/gcc.make Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/gcc.make Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/gcc.make Thu Jan 25 22:36:25 2018 -0800
@@ -168,6 +168,9 @@
CFLAGS += -DDONT_USE_PRECOMPILED_HEADER
endif
@@ -3419,7 +3419,7 @@
endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/launcher.make Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/make/bsd/makefiles/launcher.make Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,117 @@
+#
+# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -3538,8 +3538,8 @@
+ $(QUIETLY) sed -e 's/@@LIBARCH@@/$(LIBARCH)/g' $< > $@
+ $(QUIETLY) chmod +x $@
+
---- ./hotspot/make/bsd/makefiles/mapfile-vers-debug Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/mapfile-vers-debug Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug Thu Jan 25 22:36:25 2018 -0800
@@ -21,246 +21,254 @@
# questions.
#
@@ -4027,7 +4027,7 @@
+ *;
+};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,266 @@
+#
+# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
@@ -4295,8 +4295,8 @@
+
+ # INSERT VTABLE SYMBOLS HERE
+
---- ./hotspot/make/bsd/makefiles/mapfile-vers-product Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/mapfile-vers-product Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Thu Jan 25 22:36:25 2018 -0800
@@ -21,241 +21,249 @@
# questions.
#
@@ -4775,7 +4775,7 @@
+ *;
+};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,261 @@
+#
+# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
@@ -5038,8 +5038,8 @@
+
+ # INSERT VTABLE SYMBOLS HERE
+
---- ./hotspot/make/bsd/makefiles/optimized.make Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/optimized.make Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/optimized.make Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/optimized.make Thu Jan 25 22:36:25 2018 -0800
@@ -38,6 +38,9 @@
# to inhibit the effect of the previous line on CFLAGS.
@@ -5052,7 +5052,7 @@
VERSION = optimized
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/ppc64.make Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/make/bsd/makefiles/ppc64.make Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,51 @@
+#
+# Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -5105,8 +5105,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 Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/product.make Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/product.make Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/product.make Thu Jan 25 22:36:25 2018 -0800
@@ -38,7 +38,10 @@
# to inhibit the effect of the previous line on CFLAGS.
@@ -5119,8 +5119,8 @@
SYSDEFS += -DPRODUCT
VERSION = optimized
---- ./hotspot/make/bsd/makefiles/rules.make Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/rules.make Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/rules.make Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/rules.make Thu Jan 25 22:36:25 2018 -0800
@@ -34,7 +34,7 @@
CC_COMPILE = $(CC) $(CXXFLAGS) $(CFLAGS)
CXX_COMPILE = $(CXX) $(CXXFLAGS) $(CFLAGS)
@@ -5130,8 +5130,8 @@
COMPILE.CC = $(CC_COMPILE) -c
GENASM.CC = $(CC_COMPILE) -S
---- ./hotspot/make/bsd/makefiles/sa.make Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/sa.make Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/sa.make Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/sa.make Thu Jan 25 22:36:25 2018 -0800
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
@@ -5246,8 +5246,8 @@
rm -rf $(AGENT_FILES_LIST)
+
+-include $(HS_ALT_MAKE)/bsd/makefiles/sa-rules.make
---- ./hotspot/make/bsd/makefiles/saproc.make Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/saproc.make Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/saproc.make Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/saproc.make Thu Jan 25 22:36:25 2018 -0800
@@ -99,10 +99,10 @@
endif
@@ -5287,8 +5287,8 @@
+ cp -f $(LIBSAPROC) $(DEST_SAPROC) && echo "Done"
.PHONY: install_saproc
---- ./hotspot/make/bsd/makefiles/vm.make Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/bsd/makefiles/vm.make Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/bsd/makefiles/vm.make Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/bsd/makefiles/vm.make Thu Jan 25 22:36:25 2018 -0800
@@ -107,7 +107,7 @@
# File specific flags
CXXFLAGS += $(CXXFLAGS/BYFILE)
@@ -5299,7 +5299,7 @@
endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/platform_ppc64 Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/make/bsd/platform_ppc64 Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,17 @@
+os_family = bsd
+
@@ -5318,8 +5318,8 @@
+gnu_dis_arch = ppc64
+
+sysdefs = -DBSD -D_ALLBSD_SOURCE -D_GNU_SOURCE -DPPC64
---- ./hotspot/make/sa.files Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/make/sa.files Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/make/sa.files Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/make/sa.files Thu Jan 25 22:36:25 2018 -0800
@@ -45,6 +45,7 @@
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/amd64/*.java \
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/bsd/*.java \
@@ -5360,8 +5360,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 Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -277,5 +277,9 @@
#if defined(TARGET_OS_ARCH_linux_ppc)
#include "bytes_linux_ppc.inline.hpp"
@@ -5372,8 +5372,8 @@
+
#endif // CPU_PPC_VM_BYTES_PPC_HPP
---- ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -307,6 +307,8 @@
// Although AIX runs on big endian CPU, float is in most significant
// word of an argument slot.
@@ -5383,9 +5383,9 @@
#else
#error "unknown OS"
#endif
---- ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Sat Nov 18 14:40:44 2017 -0800
-@@ -778,6 +778,8 @@
+--- ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Thu Jan 25 22:36:25 2018 -0800
+@@ -780,6 +780,8 @@
// Although AIX runs on big endian CPU, float is in the most
// significant word of an argument slot.
#define FLOAT_WORD_OFFSET_IN_SLOT 0
@@ -5394,8 +5394,8 @@
#else
#error "unknown OS"
#endif
---- ./hotspot/src/cpu/x86/vm/jni_x86.h Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/cpu/x86/vm/jni_x86.h Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/cpu/x86/vm/jni_x86.h Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/cpu/x86/vm/jni_x86.h Thu Jan 25 22:36:25 2018 -0800
@@ -34,7 +34,7 @@
#ifndef __has_attribute
#define __has_attribute(x) 0
@@ -5405,8 +5405,8 @@
#define JNIEXPORT __attribute__((visibility("default")))
#define JNIIMPORT __attribute__((visibility("default")))
#else
---- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -2266,7 +2266,7 @@
if (!is_critical_native) {
// reset handle block
@@ -5416,8 +5416,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 Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -23,9 +23,12 @@
*/
@@ -5432,8 +5432,8 @@
#include "asm/macroAssembler.hpp"
#include "asm/macroAssembler.inline.hpp"
#include "code/debugInfoRec.hpp"
---- ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -1293,7 +1293,7 @@
// reset handle block
@@ -5443,8 +5443,8 @@
// If result was an oop then unbox and save it in the frame
{ Label L;
---- ./hotspot/src/cpu/x86/vm/x86_32.ad Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/cpu/x86/vm/x86_32.ad Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/cpu/x86/vm/x86_32.ad Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/cpu/x86/vm/x86_32.ad Thu Jan 25 22:36:25 2018 -0800
@@ -1250,6 +1250,7 @@
@@ -5453,8 +5453,8 @@
}
#ifndef PRODUCT
---- ./hotspot/src/os/aix/vm/os_aix.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/os/aix/vm/os_aix.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/os/aix/vm/os_aix.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/os/aix/vm/os_aix.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -5236,6 +5236,10 @@
return 0;
}
@@ -5467,7 +5467,7 @@
}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,53 @@
+/*
+ * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -5522,8 +5522,8 @@
+ return false;
+}
+#endif
---- ./hotspot/src/os/bsd/vm/jsig.c Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/os/bsd/vm/jsig.c Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/os/bsd/vm/jsig.c Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/os/bsd/vm/jsig.c Thu Jan 25 22:36:25 2018 -0800
@@ -165,9 +165,8 @@
}
@@ -5536,8 +5536,8 @@
static int call_os_sigaction(int sig, const struct sigaction *act,
struct sigaction *oact) {
---- ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -50,6 +50,7 @@
case INTERRUPT_SIGNAL:
case SIGFPE:
@@ -5647,8 +5647,8 @@
+ jio_snprintf(buf, len, "SIG%s", signame);
+ return true;
}
---- ./hotspot/src/os/bsd/vm/jvm_bsd.h Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/os/bsd/vm/jvm_bsd.h Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/os/bsd/vm/jvm_bsd.h Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/os/bsd/vm/jvm_bsd.h Thu Jan 25 22:36:25 2018 -0800
@@ -112,20 +112,6 @@
#define SHUTDOWN2_SIGNAL SIGINT
#define SHUTDOWN3_SIGNAL SIGTERM
@@ -5670,8 +5670,8 @@
#endif /* JVM_MD_H */
#endif // OS_BSD_VM_JVM_BSD_H
---- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -30,7 +30,7 @@
void OSThread::pd_initialize() {
@@ -5681,8 +5681,8 @@
_thread_id = 0;
#else
_thread_id = NULL;
---- ./hotspot/src/os/bsd/vm/os_bsd.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/os/bsd/vm/os_bsd.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -97,16 +97,31 @@
# include <sys/shm.h>
#ifndef __APPLE__
@@ -6486,8 +6486,8 @@
}
#ifndef PRODUCT
---- ./hotspot/src/os/bsd/vm/os_bsd.hpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/os/bsd/vm/os_bsd.hpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/os/bsd/vm/os_bsd.hpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/os/bsd/vm/os_bsd.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -58,12 +58,16 @@
// For signal flags diagnostics
static int sigflags[MAXSIGNUM];
@@ -6576,8 +6576,8 @@
}
};
---- ./hotspot/src/os/bsd/vm/vmError_bsd.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/os/bsd/vm/vmError_bsd.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/os/bsd/vm/vmError_bsd.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/os/bsd/vm/vmError_bsd.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -33,30 +33,50 @@
#include <sys/syscall.h>
#include <unistd.h>
@@ -6639,9 +6639,9 @@
os::fork_and_exec(buf);
yes = false;
}
---- ./hotspot/src/os/linux/vm/os_linux.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/os/linux/vm/os_linux.cpp Sat Nov 18 14:40:44 2017 -0800
-@@ -6279,6 +6279,10 @@
+--- ./hotspot/src/os/linux/vm/os_linux.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/os/linux/vm/os_linux.cpp Thu Jan 25 22:36:25 2018 -0800
+@@ -6285,6 +6285,10 @@
return 0;
}
@@ -6652,8 +6652,8 @@
return strlen(buffer);
}
---- ./hotspot/src/os/posix/vm/os_posix.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/os/posix/vm/os_posix.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/os/posix/vm/os_posix.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/os/posix/vm/os_posix.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -53,12 +53,11 @@
n = get_core_path(buffer, bufferSize);
@@ -6716,8 +6716,8 @@
// Linux specific
#ifdef SI_TKILL
{ SI_TKILL, "SI_TKILL", "Signal sent by tkill (pthread_kill)" },
---- ./hotspot/src/os/solaris/vm/os_solaris.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/os/solaris/vm/os_solaris.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/os/solaris/vm/os_solaris.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/os/solaris/vm/os_solaris.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -6375,6 +6375,10 @@
return 0;
}
@@ -6730,7 +6730,7 @@
}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/atomic_bsd_ppc.inline.hpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/atomic_bsd_ppc.inline.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,400 @@
+/*
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -7133,7 +7133,7 @@
+
+#endif // OS_CPU_BSD_PPC_VM_ATOMIC_BSD_PPC_INLINE_HPP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/bytes_bsd_ppc.inline.hpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/bytes_bsd_ppc.inline.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,39 @@
+/*
+ * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -7175,7 +7175,7 @@
+
+#endif // OS_CPU_BSD_PPC_VM_BYTES_BSD_PPC_INLINE_HPP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/globals_bsd_ppc.hpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/globals_bsd_ppc.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,54 @@
+/*
+ * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -7232,7 +7232,7 @@
+
+#endif // OS_CPU_BSD_PPC_VM_GLOBALS_BSD_PPC_HPP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/orderAccess_bsd_ppc.inline.hpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/orderAccess_bsd_ppc.inline.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,149 @@
+/*
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -7384,7 +7384,7 @@
+
+#endif // OS_CPU_BSD_PPC_VM_ORDERACCESS_BSD_PPC_INLINE_HPP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.cpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,666 @@
+/*
+ * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -8053,7 +8053,7 @@
+}
+#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.hpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,35 @@
+/*
+ * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -8091,7 +8091,7 @@
+
+#endif // OS_CPU_BSD_PPC_VM_OS_BSD_PPC_HPP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/prefetch_bsd_ppc.inline.hpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/prefetch_bsd_ppc.inline.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,50 @@
+/*
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -8144,7 +8144,7 @@
+
+#endif // OS_CPU_BSD_PPC_VM_PREFETCH_BSD_PPC_INLINE_HPP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.cpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,39 @@
+/*
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -8186,7 +8186,7 @@
+ os::thread_local_storage_at_put(ThreadLocalStorage::thread_index(), thread);
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.hpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,36 @@
+/*
+ * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -8225,7 +8225,7 @@
+
+#endif // OS_CPU_BSD_PPC_VM_THREADLS_BSD_PPC_HPP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,36 @@
+/*
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -8264,7 +8264,7 @@
+
+void JavaThread::cache_global_variables() { }
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.hpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,83 @@
+/*
+ * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -8350,7 +8350,7 @@
+
+#endif // OS_CPU_BSD_PPC_VM_THREAD_BSD_PPC_HPP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/vmStructs_bsd_ppc.hpp Sat Nov 18 14:40:44 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/vmStructs_bsd_ppc.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -0,0 +1,55 @@
+/*
+ * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -8407,8 +8407,8 @@
+#define VM_LONG_CONSTANTS_OS_CPU(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant)
+
+#endif // OS_CPU_BSD_PPC_VM_VMSTRUCTS_BSD_PPC_HPP
---- ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -594,7 +594,11 @@
stub = SharedRuntime::continuation_for_implicit_exception(thread, pc, SharedRuntime::IMPLICIT_NULL);
}
@@ -8421,8 +8421,8 @@
thread->doing_unsafe_access()) {
stub = StubRoutines::handler_for_unsafe_access();
}
---- ./hotspot/src/share/vm/opto/lcm.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/opto/lcm.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/opto/lcm.cpp Fri Dec 15 08:58:26 2017 -0800
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-ports-all
mailing list