aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2018-02-04 05:41:06 +0800
committerglewis <glewis@FreeBSD.org>2018-02-04 05:41:06 +0800
commita38fcbd29085e8cf82f787d3ccc6500b5aed7ab9 (patch)
tree74d61628d7ecf6da58858ac30a241ccd35aa0091 /java
parent51aeb998cbae1bcab548bf0a439cfb6c92541fff (diff)
downloadfreebsd-ports-gnome-a38fcbd29085e8cf82f787d3ccc6500b5aed7ab9.tar.gz
freebsd-ports-gnome-a38fcbd29085e8cf82f787d3ccc6500b5aed7ab9.tar.zst
freebsd-ports-gnome-a38fcbd29085e8cf82f787d3ccc6500b5aed7ab9.zip
. Update to 8u162.
Diffstat (limited to 'java')
-rw-r--r--java/openjdk8/Makefile8
-rw-r--r--java/openjdk8/distinfo4
-rw-r--r--java/openjdk8/files/patch-bsd955
-rw-r--r--java/openjdk8/files/patch-bsd-test468
4 files changed, 744 insertions, 691 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile
index ddd1f6a0173e..a0a68cb5c4cb 100644
--- a/java/openjdk8/Makefile
+++ b/java/openjdk8/Makefile
@@ -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@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
diff --git a/java/openjdk8/distinfo b/java/openjdk8/distinfo
index ae2cb90f6773..af4ba657cc2c 100644
--- a/java/openjdk8/distinfo
+++ b/java/openjdk8/distinfo
@@ -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) = 4b4b73a345bc69085b712213ff55831e739cf43c9d0b87e77d
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
diff --git a/java/openjdk8/files/patch-bsd b/java/openjdk8/files/patch-bsd
index 62fe84e63342..5fb3730c84ba 100644
--- a/java/openjdk8/files/patch-bsd
+++ b/java/openjdk8/files/patch-bsd
@@ -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
++++ ./hotspot/src/share/vm/opto/lcm.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -49,7 +49,7 @@
// Check whether val is not-null-decoded compressed oop,
// i.e. will grab into the base of the heap if it represents NULL.
@@ -8432,8 +8432,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/opto/loopPredicate.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/opto/loopPredicate.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/opto/loopPredicate.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/opto/loopPredicate.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -869,7 +869,7 @@
Node* idx = cmp->in(1);
assert(!invar.is_invariant(idx), "index is variant");
@@ -8443,8 +8443,8 @@
assert(invar.is_invariant(rng), "range must be invariant");
int scale = 1;
Node* offset = zero;
---- ./hotspot/src/share/vm/opto/node.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/opto/node.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/opto/node.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/opto/node.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -286,6 +286,10 @@
#ifdef _MSC_VER // the IDX_INIT hack falls foul of warning C4355
#pragma warning( disable:4355 ) // 'this' : used in base member initializer list
@@ -8467,8 +8467,8 @@
//------------------------------clone------------------------------------------
// Clone a Node.
---- ./hotspot/src/share/vm/runtime/atomic.inline.hpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/runtime/atomic.inline.hpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/runtime/atomic.inline.hpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/runtime/atomic.inline.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -63,6 +63,9 @@
#endif
@@ -8479,8 +8479,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "atomic_bsd_x86.inline.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/globals.hpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/runtime/globals.hpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/runtime/globals.hpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/runtime/globals.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -94,6 +94,9 @@
#ifdef TARGET_OS_ARCH_aix_ppc
# include "globals_aix_ppc.hpp"
@@ -8491,8 +8491,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "globals_bsd_x86.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -64,6 +64,9 @@
#endif
@@ -8503,8 +8503,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "orderAccess_bsd_x86.inline.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/os.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/runtime/os.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/runtime/os.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/runtime/os.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -426,15 +426,6 @@
if (_native_java_library == NULL) {
vm_exit_during_initialization("Unable to load native library", ebuf);
@@ -8521,8 +8521,8 @@
}
static jboolean onLoaded = JNI_FALSE;
if (onLoaded) {
---- ./hotspot/src/share/vm/runtime/os.hpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/runtime/os.hpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/runtime/os.hpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/runtime/os.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -843,6 +843,9 @@
#ifdef TARGET_OS_ARCH_aix_ppc
# include "os_aix_ppc.hpp"
@@ -8533,8 +8533,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "os_bsd_x86.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/prefetch.inline.hpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/runtime/prefetch.inline.hpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/runtime/prefetch.inline.hpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/runtime/prefetch.inline.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -63,6 +63,9 @@
#endif
@@ -8545,8 +8545,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "prefetch_bsd_x86.inline.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/thread.hpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/runtime/thread.hpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/runtime/thread.hpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/runtime/thread.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -1732,6 +1732,9 @@
#ifdef TARGET_OS_ARCH_aix_ppc
# include "thread_aix_ppc.hpp"
@@ -8557,8 +8557,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "thread_bsd_x86.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -75,6 +75,9 @@
#ifdef TARGET_OS_ARCH_aix_ppc
# include "threadLS_aix_ppc.hpp"
@@ -8569,8 +8569,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "threadLS_bsd_x86.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/virtualspace.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/runtime/virtualspace.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/runtime/virtualspace.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/runtime/virtualspace.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -342,7 +342,7 @@
(UseCompressedOops && (Universe::narrow_oop_base() != NULL) &&
Universe::narrow_oop_use_implicit_null_checks()) ?
@@ -8580,8 +8580,8 @@
MemTracker::record_virtual_memory_type((address)base(), mtJavaHeap);
}
---- ./hotspot/src/share/vm/runtime/vmStructs.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/runtime/vmStructs.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/runtime/vmStructs.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/runtime/vmStructs.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -146,6 +146,9 @@
#ifdef TARGET_OS_ARCH_aix_ppc
# include "vmStructs_aix_ppc.hpp"
@@ -8601,8 +8601,8 @@
\
NOT_ZERO(X86_ONLY(declare_constant(frame::entry_frame_call_wrapper_offset))) \
declare_constant(frame::pc_return_offset) \
---- ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Thu Jan 25 22:36:25 2018 -0800
@@ -30,6 +30,11 @@
// This file holds compiler-dependent includes,
// globally used constants & types, class (forward)
@@ -8634,8 +8634,8 @@
#define CAN_USE_NAN_DEFINE 1
#endif
---- ./hotspot/src/share/vm/utilities/vmError.cpp Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/src/share/vm/utilities/vmError.cpp Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/src/share/vm/utilities/vmError.cpp Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/src/share/vm/utilities/vmError.cpp Thu Jan 25 22:36:25 2018 -0800
@@ -22,7 +22,6 @@
*
*/
@@ -8644,8 +8644,8 @@
#include "precompiled.hpp"
#include "compiler/compileBroker.hpp"
#include "gc_interface/collectedHeap.hpp"
---- ./jdk/make/CompileDemos.gmk Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/CompileDemos.gmk Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/CompileDemos.gmk Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/CompileDemos.gmk Fri Feb 02 18:25:39 2018 -0800
@@ -323,7 +323,7 @@
$(eval $(call SetupJVMTIDemo,hprof, java_crw_demo, \
-I$(JDK_TOPDIR)/src/share/npt -I$(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/npt \
@@ -8655,8 +8655,8 @@
$(eval $(call SetupJVMTIDemo,minst, agent_util java_crw_demo))
$(eval $(call SetupJVMTIDemo,mtrace, agent_util java_crw_demo))
---- ./jdk/make/CompileJavaClasses.gmk Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/CompileJavaClasses.gmk Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/CompileJavaClasses.gmk Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/CompileJavaClasses.gmk Fri Feb 02 18:25:39 2018 -0800
@@ -128,23 +128,32 @@
sun/nio/fs/LinuxFileStore.java \
sun/nio/fs/LinuxFileSystem.java \
@@ -8758,8 +8758,8 @@
$(CLOSED_SRC_DIRS), \
INCLUDES := $(SECURITY_PKGS), \
EXCLUDES := $(EXCLUDES), \
---- ./jdk/make/CompileLaunchers.gmk Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/CompileLaunchers.gmk Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/CompileLaunchers.gmk Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/CompileLaunchers.gmk Fri Feb 02 18:25:39 2018 -0800
@@ -49,7 +49,7 @@
ORIGIN_ROOT := /..
endif
@@ -8864,8 +8864,8 @@
BUILD_JSPAWNHELPER := 1
endif
---- ./jdk/make/CopyFiles.gmk Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/CopyFiles.gmk Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/CopyFiles.gmk Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/CopyFiles.gmk Fri Feb 02 18:25:39 2018 -0800
@@ -29,6 +29,8 @@
ifeq ($(OPENJDK_TARGET_OS), windows)
@@ -8908,8 +8908,8 @@
endif
endif
endif
---- ./jdk/make/Images.gmk Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/Images.gmk Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/Images.gmk Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/Images.gmk Fri Feb 02 18:25:39 2018 -0800
@@ -236,11 +236,11 @@
endif
@@ -8980,7 +8980,7 @@
################################################################################
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/make/data/classlist/classlist.bsd Sat Nov 18 14:41:06 2017 -0800
++++ ./jdk/make/data/classlist/classlist.bsd Fri Feb 02 18:25:39 2018 -0800
@@ -0,0 +1,2559 @@
+java/lang/Object
+java/lang/String
@@ -11541,8 +11541,8 @@
+java/awt/MenuBar
+sun/awt/X11/XErrorEvent
+# eea35d9d56e0006e
---- ./jdk/make/gendata/GendataFontConfig.gmk Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/gendata/GendataFontConfig.gmk Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/gendata/GendataFontConfig.gmk Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/gendata/GendataFontConfig.gmk Fri Feb 02 18:25:39 2018 -0800
@@ -73,6 +73,13 @@
GENDATA_FONT_CONFIG_SRC_PREFIX := aix.
endif
@@ -11557,8 +11557,8 @@
###
$(GENDATA_FONT_CONFIG_DST)/%.src: \
---- ./jdk/make/lib/Awt2dLibraries.gmk Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/lib/Awt2dLibraries.gmk Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/lib/Awt2dLibraries.gmk Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/lib/Awt2dLibraries.gmk Fri Feb 02 18:25:39 2018 -0800
@@ -309,7 +309,7 @@
debug_trace.c \
debug_util.c
@@ -11683,8 +11683,8 @@
else # .. all other Unixes can use X_LIBS
LIBSPLASHSCREEN_LDFLAGS_SUFFIX += $(X_LIBS) -lX11 -lXext $(LIBM) -lpthread
endif
---- ./jdk/make/lib/CoreLibraries.gmk Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/lib/CoreLibraries.gmk Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/lib/CoreLibraries.gmk Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/lib/CoreLibraries.gmk Fri Feb 02 18:25:39 2018 -0800
@@ -100,7 +100,7 @@
endif
@@ -11771,8 +11771,8 @@
LDFLAGS_macosx := -liconv, \
LDFLAGS_SUFFIX_windows := -export:nptInitialize -export:nptTerminate, \
LDFLAGS_SUFFIX_solaris := -lc, \
---- ./jdk/make/lib/NetworkingLibraries.gmk Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/lib/NetworkingLibraries.gmk Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/lib/NetworkingLibraries.gmk Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/lib/NetworkingLibraries.gmk Fri Feb 02 18:25:39 2018 -0800
@@ -42,7 +42,7 @@
LIBNET_EXCLUDE_FILES += linux_close.c
endif
@@ -11801,8 +11801,8 @@
LDFLAGS_SUFFIX_windows := ws2_32.lib jvm.lib secur32.lib iphlpapi.lib \
delayimp.lib $(WIN_JAVA_LIB) advapi32.lib \
-DELAYLOAD:secur32.dll -DELAYLOAD:iphlpapi.dll, \
---- ./jdk/make/lib/NioLibraries.gmk Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/lib/NioLibraries.gmk Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/lib/NioLibraries.gmk Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/lib/NioLibraries.gmk Fri Feb 02 18:25:39 2018 -0800
@@ -77,9 +77,28 @@
UnixNativeDispatcher.c
endif
@@ -11863,8 +11863,8 @@
endif
+ endif
endif
---- ./jdk/make/lib/ServiceabilityLibraries.gmk Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/lib/ServiceabilityLibraries.gmk Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/lib/ServiceabilityLibraries.gmk Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/lib/ServiceabilityLibraries.gmk Fri Feb 02 18:25:39 2018 -0800
@@ -34,7 +34,7 @@
ifneq ($(OPENJDK_TARGET_OS), linux)
LIBATTACH_EXCLUDE_FILES += LinuxVirtualMachine.c
@@ -11954,8 +11954,8 @@
ifeq ($(ENABLE_DEBUG_SYMBOLS), true)
LIBHPROF_OPTIMIZATION := LOW
endif
---- ./jdk/make/lib/SoundLibraries.gmk Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/lib/SoundLibraries.gmk Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/lib/SoundLibraries.gmk Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/lib/SoundLibraries.gmk Fri Feb 02 18:25:39 2018 -0800
@@ -75,6 +75,13 @@
LIBJSOUND_CFLAGS += -DX_PLATFORM=X_AIX
endif # OPENJDK_TARGET_OS aix
@@ -11987,8 +11987,8 @@
LDFLAGS_SUFFIX := $(ALSA_LIBS) -ljava -ljvm, \
OBJECT_DIR := $(JDK_OUTPUTDIR)/objs/libjsoundalsa, \
DEBUG_SYMBOLS := $(DEBUG_ALL_BINARIES)))
---- ./jdk/make/mapfiles/launchers/mapfile-ppc64 Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/mapfiles/launchers/mapfile-ppc64 Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/mapfiles/launchers/mapfile-ppc64 Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/mapfiles/launchers/mapfile-ppc64 Fri Feb 02 18:25:39 2018 -0800
@@ -33,6 +33,7 @@
environ; # Public symbols and required by Java run time
_environ;
@@ -11997,8 +11997,8 @@
local:
*;
---- ./jdk/make/mapfiles/launchers/mapfile-x86 Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/mapfiles/launchers/mapfile-x86 Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/mapfiles/launchers/mapfile-x86 Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/mapfiles/launchers/mapfile-x86 Fri Feb 02 18:25:39 2018 -0800
@@ -33,6 +33,7 @@
environ; # Public symbols and required by Java run time
_environ;
@@ -12007,8 +12007,8 @@
___Argv; # The following are private, but as they are
_start; # exported from ctr1/crtn, the clever hacker
_init; # might know about them. However note, that
---- ./jdk/make/mapfiles/launchers/mapfile-x86_64 Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/mapfiles/launchers/mapfile-x86_64 Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/mapfiles/launchers/mapfile-x86_64 Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/mapfiles/launchers/mapfile-x86_64 Fri Feb 02 18:25:39 2018 -0800
@@ -33,6 +33,7 @@
environ; # Public symbols and required by Java run time
_environ;
@@ -12018,7 +12018,7 @@
local:
*;
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/make/mapfiles/libattach/mapfile-bsd Sat Nov 18 14:41:06 2017 -0800
++++ ./jdk/make/mapfiles/libattach/mapfile-bsd Fri Feb 02 18:25:39 2018 -0800
@@ -0,0 +1,42 @@
+#
+# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
@@ -12063,7 +12063,7 @@
+ *;
+};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/make/mapfiles/libnio/mapfile-bsd Sat Nov 18 14:41:06 2017 -0800
++++ ./jdk/make/mapfiles/libnio/mapfile-bsd Fri Feb 02 18:25:39 2018 -0800
@@ -0,0 +1,195 @@
+#
+# Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -12260,8 +12260,8 @@
+ local:
+ *;
+};
---- ./jdk/make/mapfiles/libunpack/mapfile-vers-unpack200 Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/mapfiles/libunpack/mapfile-vers-unpack200 Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/mapfiles/libunpack/mapfile-vers-unpack200 Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/mapfiles/libunpack/mapfile-vers-unpack200 Fri Feb 02 18:25:39 2018 -0800
@@ -26,6 +26,9 @@
# Define library interface.
@@ -12273,7 +12273,7 @@
*;
};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/make/netbeans/common/bsd-sources.ent Sat Nov 18 14:41:06 2017 -0800
++++ ./jdk/make/netbeans/common/bsd-sources.ent Fri Feb 02 18:25:39 2018 -0800
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
@@ -12321,7 +12321,7 @@
+ <location>${root}/src/bsd/classes</location>
+</source-folder>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/make/netbeans/common/bsd-view.ent Sat Nov 18 14:41:06 2017 -0800
++++ ./jdk/make/netbeans/common/bsd-view.ent Fri Feb 02 18:25:39 2018 -0800
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
@@ -12362,8 +12362,8 @@
+ <includes>${includes}</includes>
+ <excludes>${excludes}</excludes>
+</source-folder>
---- ./jdk/make/netbeans/common/java-data-native.ent Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/netbeans/common/java-data-native.ent Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/netbeans/common/java-data-native.ent Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/netbeans/common/java-data-native.ent Fri Feb 02 18:25:39 2018 -0800
@@ -34,6 +34,7 @@
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/4">
<compilation-unit>
@@ -12372,8 +12372,8 @@
<package-root>${root}/src/macosx/classes</package-root>
<package-root>${root}/src/solaris/classes</package-root>
<package-root>${root}/src/windows/classes</package-root>
---- ./jdk/make/netbeans/common/make.xml Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/netbeans/common/make.xml Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/netbeans/common/make.xml Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/netbeans/common/make.xml Fri Feb 02 18:25:39 2018 -0800
@@ -32,16 +32,21 @@
-->
@@ -12408,8 +12408,8 @@
<macrodef name="make-run">
<attribute name="target"/>
<attribute name="dir"/>
---- ./jdk/make/netbeans/j2se/nbproject/project.xml Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/netbeans/j2se/nbproject/project.xml Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/netbeans/j2se/nbproject/project.xml Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/netbeans/j2se/nbproject/project.xml Fri Feb 02 18:25:39 2018 -0800
@@ -34,6 +34,7 @@
<!DOCTYPE project [
<!ENTITY properties SYSTEM "../../common/properties.ent">
@@ -12442,8 +12442,8 @@
&macosx-view;
&unix-view;
&windows-view;
---- ./jdk/make/netbeans/world/nbproject/project.xml Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/make/netbeans/world/nbproject/project.xml Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/make/netbeans/world/nbproject/project.xml Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/make/netbeans/world/nbproject/project.xml Fri Feb 02 18:25:39 2018 -0800
@@ -34,12 +34,14 @@
<!DOCTYPE project [
<!ENTITY properties SYSTEM "../../common/properties.ent">
@@ -12476,7 +12476,7 @@
&unix-view;
&windows-view;
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/bsd/classes/java/net/DefaultInterface.java Sat Nov 18 14:41:06 2017 -0800
++++ ./jdk/src/bsd/classes/java/net/DefaultInterface.java Fri Feb 02 18:25:39 2018 -0800
@@ -0,0 +1,97 @@
+/*
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -12576,7 +12576,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/bsd/classes/sun/nio/ch/DefaultSelectorProvider.java Sat Nov 18 14:41:06 2017 -0800
++++ ./jdk/src/bsd/classes/sun/nio/ch/DefaultSelectorProvider.java Fri Feb 02 18:25:39 2018 -0800
@@ -0,0 +1,48 @@
+/*
+ * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -12627,7 +12627,7 @@
+
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueArrayWrapper.java Sat Nov 18 14:41:06 2017 -0800
++++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueArrayWrapper.java Fri Feb 02 18:25:39 2018 -0800
@@ -0,0 +1,213 @@
+/*
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -12843,7 +12843,7 @@
+ private static native void interrupt(int fd);
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueSelectorImpl.java Sat Nov 18 14:41:06 2017 -0800
++++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueSelectorImpl.java Fri Feb 02 18:25:39 2018 -0800
@@ -0,0 +1,263 @@
+/*
+ * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
@@ -13109,7 +13109,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueSelectorProvider.java Sat Nov 18 14:41:06 2017 -0800
++++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueSelectorProvider.java Fri Feb 02 18:25:39 2018 -0800
@@ -0,0 +1,44 @@
+/*
+ * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -13155,8 +13155,8 @@
+ return new KQueueSelectorImpl(this);
+ }
+}
---- ./jdk/src/bsd/doc/man/javah.1 Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/bsd/doc/man/javah.1 Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/bsd/doc/man/javah.1 Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/bsd/doc/man/javah.1 Fri Feb 02 18:25:39 2018 -0800
@@ -8,7 +8,7 @@
.\"
.\" This code is distributed in the hope that it will be useful, but WITHOUT
@@ -13175,8 +13175,8 @@
\fIWindows\fR:
---- ./jdk/src/bsd/doc/man/rmic.1 Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/bsd/doc/man/rmic.1 Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/bsd/doc/man/rmic.1 Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/bsd/doc/man/rmic.1 Fri Feb 02 18:25:39 2018 -0800
@@ -8,7 +8,7 @@
.\"
.\" This code is distributed in the hope that it will be useful, but WITHOUT
@@ -13204,8 +13204,8 @@
.SH SEE\ ALSO
.TP 0.2i
\(bu
---- ./jdk/src/bsd/doc/man/rmid.1 Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/bsd/doc/man/rmid.1 Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/bsd/doc/man/rmid.1 Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/bsd/doc/man/rmid.1 Fri Feb 02 18:25:39 2018 -0800
@@ -8,7 +8,7 @@
.\"
.\" This code is distributed in the hope that it will be useful, but WITHOUT
@@ -13225,7 +13225,7 @@
.TP 0.2i
\(bu
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/bsd/native/sun/nio/ch/KQueueArrayWrapper.c Sat Nov 18 14:41:06 2017 -0800
++++ ./jdk/src/bsd/native/sun/nio/ch/KQueueArrayWrapper.c Fri Feb 02 18:25:39 2018 -0800
@@ -0,0 +1,171 @@
+/*
+ * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -13398,7 +13398,7 @@
+ }
+}
+
---- ./jdk/src/macosx/classes/java/net/DefaultInterface.java Tue Sep 05 18:56:11 2017 -0700
+--- ./jdk/src/macosx/classes/java/net/DefaultInterface.java Fri Dec 15 09:05:18 2017 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,97 +0,0 @@
-/*
@@ -13498,7 +13498,7 @@
- return (ppp != null) ? ppp : loopback;
- }
-}
---- ./jdk/src/macosx/classes/sun/nio/ch/DefaultSelectorProvider.java Tue Sep 05 18:56:11 2017 -0700
+--- ./jdk/src/macosx/classes/sun/nio/ch/DefaultSelectorProvider.java Fri Dec 15 09:05:18 2017 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-/*
@@ -13549,7 +13549,7 @@
- }
-
-}
---- ./jdk/src/macosx/classes/sun/nio/ch/KQueueArrayWrapper.java Tue Sep 05 18:56:11 2017 -0700
+--- ./jdk/src/macosx/classes/sun/nio/ch/KQueueArrayWrapper.java Fri Dec 15 09:05:18 2017 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,213 +0,0 @@
-/*
@@ -13765,7 +13765,7 @@
- long timeout);
- private static native void interrupt(int fd);
-}
---- ./jdk/src/macosx/classes/sun/nio/ch/KQueueSelectorImpl.java Tue Sep 05 18:56:11 2017 -0700
+--- ./jdk/src/macosx/classes/sun/nio/ch/KQueueSelectorImpl.java Fri Dec 15 09:05:18 2017 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,263 +0,0 @@
-/*
@@ -14031,7 +14031,7 @@
- return this;
- }
-}
---- ./jdk/src/macosx/classes/sun/nio/ch/KQueueSelectorProvider.java Tue Sep 05 18:56:11 2017 -0700
+--- ./jdk/src/macosx/classes/sun/nio/ch/KQueueSelectorProvider.java Fri Dec 15 09:05:18 2017 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-/*
@@ -14078,7 +14078,7 @@
- return new KQueueSelectorImpl(this);
- }
-}
---- ./jdk/src/macosx/native/sun/nio/ch/KQueueArrayWrapper.c Tue Sep 05 18:56:11 2017 -0700
+--- ./jdk/src/macosx/native/sun/nio/ch/KQueueArrayWrapper.c Fri Dec 15 09:05:18 2017 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,171 +0,0 @@
-/*
@@ -14252,8 +14252,8 @@
- }
-}
-
---- ./jdk/src/share/bin/jli_util.h Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/bin/jli_util.h Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/bin/jli_util.h Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/bin/jli_util.h Fri Feb 02 18:25:39 2018 -0800
@@ -87,7 +87,7 @@
#define _LARGFILE64_SOURCE
#define JLI_Lseek lseek64
@@ -14263,8 +14263,8 @@
#define JLI_Lseek lseek
#endif
#ifdef _AIX
---- ./jdk/src/share/classes/sun/awt/FontConfiguration.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/classes/sun/awt/FontConfiguration.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/classes/sun/awt/FontConfiguration.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/classes/sun/awt/FontConfiguration.java Fri Feb 02 18:25:39 2018 -0800
@@ -1146,7 +1146,7 @@
*/
HashMap<String, Boolean> existsMap;
@@ -14274,8 +14274,8 @@
return false;
} else if (existsMap == null) {
existsMap = new HashMap<String, Boolean>();
---- ./jdk/src/share/classes/sun/awt/OSInfo.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/classes/sun/awt/OSInfo.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/classes/sun/awt/OSInfo.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/classes/sun/awt/OSInfo.java Fri Feb 02 18:25:39 2018 -0800
@@ -39,6 +39,7 @@
WINDOWS,
LINUX,
@@ -14295,8 +14295,8 @@
if (osName.contains("OS X")) {
return MACOSX;
}
---- ./jdk/src/share/classes/sun/font/FontUtilities.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/classes/sun/font/FontUtilities.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/classes/sun/font/FontUtilities.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/classes/sun/font/FontUtilities.java Fri Feb 02 18:25:39 2018 -0800
@@ -48,6 +48,8 @@
public static boolean isLinux;
@@ -14315,8 +14315,8 @@
isMacOSX = osName.contains("OS X"); // TODO: MacOSX
String t2kStr = System.getProperty("sun.java2d.font.scaler");
---- ./jdk/src/share/classes/sun/font/SunFontManager.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/classes/sun/font/SunFontManager.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/classes/sun/font/SunFontManager.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/classes/sun/font/SunFontManager.java Fri Feb 02 18:25:39 2018 -0800
@@ -418,7 +418,7 @@
* registerFonts method as on-screen these JRE fonts
* always go through the T2K rasteriser.
@@ -14326,8 +14326,8 @@
/* Linux font configuration uses these fonts */
registerFontDir(jreFontDirName);
}
---- ./jdk/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Fri Feb 02 18:25:39 2018 -0800
@@ -1306,7 +1306,7 @@
String osName = AccessController.doPrivileged(
new GetPropertyAction("os.name"));
@@ -14337,8 +14337,8 @@
charset("x-COMPOUND_TEXT", "COMPOUND_TEXT",
new String[] {
"COMPOUND_TEXT", // JDK historical
---- ./jdk/src/share/classes/sun/print/PSPrinterJob.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/classes/sun/print/PSPrinterJob.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/classes/sun/print/PSPrinterJob.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/classes/sun/print/PSPrinterJob.java Fri Feb 02 18:25:39 2018 -0800
@@ -1587,9 +1587,31 @@
}
@@ -14373,8 +14373,8 @@
if ((pFlags & PRINTER) != 0) {
execCmd[n++] = "-P" + printer;
}
---- ./jdk/src/share/classes/sun/security/jgss/GSSManagerImpl.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/classes/sun/security/jgss/GSSManagerImpl.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/classes/sun/security/jgss/GSSManagerImpl.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/classes/sun/security/jgss/GSSManagerImpl.java Fri Feb 02 18:25:39 2018 -0800
@@ -48,6 +48,7 @@
public Boolean run() {
String osname = System.getProperty("os.name");
@@ -14383,8 +14383,8 @@
osname.contains("OS X") ||
osname.startsWith("Linux")) {
return new Boolean(System.getProperty
---- ./jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java Fri Feb 02 18:25:39 2018 -0800
@@ -90,6 +90,12 @@
"libgssapi_krb5.so",
"libgssapi_krb5.so.2",
@@ -14398,8 +14398,8 @@
} else if (osname.contains("OS X")) {
gssLibs = new String[]{
"libgssapi_krb5.dylib",
---- ./jdk/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider Fri Feb 02 18:25:39 2018 -0800
@@ -31,4 +31,5 @@
#[windows]sun.tools.attach.WindowsAttachProvider
#[linux]sun.tools.attach.LinuxAttachProvider
@@ -14407,8 +14407,8 @@
+#[bsd]sun.tools.attach.BsdAttachProvider
#[aix]sun.tools.attach.AixAttachProvider
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/share/lib/security/java.security-bsd Sat Nov 18 14:41:06 2017 -0800
-@@ -0,0 +1,911 @@
++++ ./jdk/src/share/lib/security/java.security-bsd Fri Feb 02 18:25:39 2018 -0800
+@@ -0,0 +1,962 @@
+#
+# This is the "master security properties file".
+#
@@ -14633,6 +14633,7 @@
+ jdk.internal.,\
+ jdk.nashorn.internal.,\
+ jdk.nashorn.tools.,\
++ jdk.xml.internal.,\
+ com.sun.activation.registries.
+
+#
@@ -14682,6 +14683,7 @@
+ jdk.internal.,\
+ jdk.nashorn.internal.,\
+ jdk.nashorn.tools.,\
++ jdk.xml.internal.,\
+ com.sun.activation.registries.
+
+#
@@ -14996,7 +14998,7 @@
+#
+# See "jdk.certpath.disabledAlgorithms" for syntax descriptions.
+#
-+jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
++jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, DSA keySize < 1024
+
+#
+# Algorithm restrictions for Secure Socket Layer/Transport Layer Security
@@ -15028,8 +15030,8 @@
+#
+# Example:
+# jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
-+jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768, \
-+ EC keySize < 224
++jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \
++ EC keySize < 224, DES40_CBC, RC4_40
+
+# Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS)
+# processing in JSSE implementation.
@@ -15083,8 +15085,6 @@
+#
+jdk.tls.legacyAlgorithms= \
+ K_NULL, C_NULL, M_NULL, \
-+ DHE_DSS_EXPORT, DHE_RSA_EXPORT, DH_anon_EXPORT, DH_DSS_EXPORT, \
-+ DH_RSA_EXPORT, RSA_EXPORT, \
+ DH_anon, ECDH_anon, \
+ RC4_128, RC4_40, DES_CBC, DES40_CBC, \
+ 3DES_EDE_CBC
@@ -15148,67 +15148,70 @@
+
+# Cryptographic Jurisdiction Policy defaults
+#
-+# Due to the import control restrictions of some countries, the default
-+# JCE policy files allow for strong but "limited" cryptographic key
-+# lengths to be used. If your country's cryptographic regulations allow,
-+# the "unlimited" strength policy files can be used instead, which contain
-+# no restrictions on cryptographic strengths.
++# Import and export control rules on cryptographic software vary from
++# country to country. By default, the JDK provides two different sets of
++# cryptographic policy files:
+#
-+# YOU ARE ADVISED TO CONSULT YOUR EXPORT/IMPORT CONTROL COUNSEL OR ATTORNEY
-+# TO DETERMINE THE EXACT REQUIREMENTS.
++# unlimited: These policy files contain no restrictions on cryptographic
++# strengths or algorithms.
+#
-+# <java-home> (below) refers to the directory where the JRE was
-+# installed. It is determined based on whether you are running JCE
-+# on a JRE or a JRE contained within the Java Development Kit, or
-+# JDK(TM). The JDK contains the JRE, but at a different level in the
-+# file hierarchy. For example, if the JDK is installed in
-+# /home/user1/jdk1.8.0 on Unix or in C:\jdk1.8.0 on Windows, then
-+# <java-home> is:
++# limited: These policy files contain more restricted cryptographic
++# strengths, and are still available if your country or
++# usage requires the traditional restrictive policy.
+#
-+# /home/user1/jdk1.8.0/jre [Unix]
-+# C:\jdk1.8.0\jre [Windows]
++# The JDK JCE framework uses the unlimited policy files by default.
++# However the user may explicitly choose a set either by defining the
++# "crypto.policy" Security property or by installing valid JCE policy
++# jar files into the traditional JDK installation location. To better
++# support older JDK Update releases, the "crypto.policy" property is not
++# defined by default. See below for more information.
+#
-+# If on the other hand the JRE is installed in /home/user1/jre1.8.0
-+# on Unix or in C:\jre1.8.0 on Windows, and the JDK is not
-+# installed, then <java-home> is:
++# The following logic determines which policy files are used:
+#
-+# /home/user1/jre1.8.0 [Unix]
-+# C:\jre1.8.0 [Windows]
++# <java-home> refers to the directory where the JRE was
++# installed and may be determined using the "java.home"
++# System property.
+#
-+# On Windows, for each JDK installation, there may be additional
-+# JREs installed under the "Program Files" directory. Please make
-+# sure that you install the unlimited strength policy JAR files
-+# for all JREs that you plan to use.
++# 1. If the Security property "crypto.policy" has been defined,
++# then the following mechanism is used:
+#
-+# The policy files are jar files organized into subdirectories of
++# The policy files are stored as jar files in subdirectories of
+# <java-home>/lib/security/policy. Each directory contains a complete
+# set of policy files.
+#
-+# The "crypto.policy" Security property controls the directory selection,
-+# and thus the effective cryptographic policy.
++# The "crypto.policy" Security property controls the directory
++# selection, and thus the effective cryptographic policy.
+#
+# The default set of directories is:
+#
+# limited | unlimited
+#
-+# however other directories can be created and configured.
-+#
-+# To support older JDK Update releases, the crypto.policy property
-+# is not defined by default. When the property is not defined, an
-+# update release binary aware of the new property will use the following
-+# logic to decide what crypto policy files get used :
-+#
-+# * If the US_export_policy.jar and local_policy.jar files are located
-+# in the (legacy) <java-home>/lib/security directory, then the rules
-+# embedded in those jar files will be used. This helps preserve compatibility
++# 2. If the "crypto.policy" property is not set and the traditional
++# US_export_policy.jar and local_policy.jar files
++# (e.g. limited/unlimited) are found in the legacy
++# <java-home>/lib/security directory, then the rules embedded within
++# those jar files will be used. This helps preserve compatibility
+# for users upgrading from an older installation.
+#
-+# * If crypto.policy is not defined and no such jar files are present in
-+# the legacy locations, then the JDK will use the limited settings
-+# (equivalent to crypto.policy=limited)
++# 3. If the jar files are not present in the legacy location
++# and the "crypto.policy" Security property is not defined,
++# then the JDK will use the unlimited settings (equivalent to
++# crypto.policy=unlimited)
+#
+# Please see the JCA documentation for additional information on these
+# files and formats.
++#
++# YOU ARE ADVISED TO CONSULT YOUR EXPORT/IMPORT CONTROL COUNSEL OR ATTORNEY
++# TO DETERMINE THE EXACT REQUIREMENTS.
++#
++# Please note that the JCE for Java SE, including the JCE framework,
++# cryptographic policy files, and standard JCE providers provided with
++# the Java SE, have been reviewed and approved for export as mass market
++# encryption item by the US Bureau of Industry and Security.
++#
++# Note: This property is currently used by the JDK Reference implementation.
++# It is not guaranteed to be examined and used by other implementations.
++#
+#crypto.policy=unlimited
+
+#
@@ -15293,6 +15296,8 @@
+# If the pattern is equal to the class name, it matches.
+# Otherwise, the status is UNDECIDED.
+#
++# Primitive types are not configurable with this filter.
++#
+#jdk.serialFilter=pattern;pattern
+
+#
@@ -15300,11 +15305,37 @@
+#
+# The filter pattern uses the same format as jdk.serialFilter.
+# This filter can override the builtin filter if additional types need to be
-+# allowed or rejected from the RMI Registry.
++# allowed or rejected from the RMI Registry or to decrease limits but not
++# to increase limits.
++# If the limits (maxdepth, maxrefs, or maxbytes) are exceeded, the object is rejected.
++#
++# The maxdepth of any array passed to the RMI Registry is set to
++# 10000. The maximum depth of the graph is set to 20.
++# These limits can be reduced via the maxarray, maxdepth limits.
+#
+#sun.rmi.registry.registryFilter=pattern;pattern
+
+#
++# Array construction of any component type, including subarrays and arrays of
++# primitives, are allowed unless the length is greater than the maxarray limit.
++# The filter is applied to each array element.
++#
++# The built-in filter allows subclasses of allowed classes and
++# can approximately be represented as the pattern:
++#
++#sun.rmi.registry.registryFilter=\
++# maxarray=1000000;\
++# maxdepth=20;\
++# java.lang.String;\
++# java.lang.Number;\
++# java.lang.reflect.Proxy;\
++# java.rmi.Remote;\
++# sun.rmi.server.UnicastRef;\
++# sun.rmi.server.RMIClientSocketFactory;\
++# sun.rmi.server.RMIServerSocketFactory;\
++# java.rmi.activation.ActivationID;\
++# java.rmi.server.UID
++#
+# RMI Distributed Garbage Collector (DGC) Serial Filter
+#
+# The filter pattern uses the same format as jdk.serialFilter.
@@ -15320,8 +15351,28 @@
+# java.rmi.dgc.Lease;\
+# maxdepth=5;maxarray=10000
+
---- ./jdk/src/share/native/com/sun/java/util/jar/pack/zip.cpp Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/com/sun/java/util/jar/pack/zip.cpp Sat Nov 18 14:41:06 2017 -0800
++# CORBA ORBIorTypeCheckRegistryFilter
++# Type check enhancement for ORB::string_to_object processing
++#
++# An IOR type check filter, if configured, is used by an ORB during
++# an ORB::string_to_object invocation to check the veracity of the type encoded
++# in the ior string.
++#
++# The filter pattern consists of a semi-colon separated list of class names.
++# The configured list contains the binary class names of the IDL interface types
++# corresponding to the IDL stub class to be instantiated.
++# As such, a filter specifies a list of IDL stub classes that will be
++# allowed by an ORB when an ORB::string_to_object is invoked.
++# It is used to specify a white list configuration of acceptable
++# IDL stub types which may be contained in a stringified IOR
++# parameter passed as input to an ORB::string_to_object method.
++#
++# Note: This property is currently used by the JDK Reference implementation.
++# It is not guaranteed to be examined and used by other implementations.
++#
++#com.sun.CORBA.ORBIorTypeCheckRegistryFilter=binary_class_name;binary_class_name
+--- ./jdk/src/share/native/com/sun/java/util/jar/pack/zip.cpp Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/com/sun/java/util/jar/pack/zip.cpp Fri Feb 02 18:25:39 2018 -0800
@@ -62,7 +62,7 @@
#endif // End of ZLIB
@@ -15331,8 +15382,8 @@
#define SWAP_BYTES(a) \
((((a) << 8) & 0xff00) | 0x00ff) & (((a) >> 8) | 0xff00)
#else
---- ./jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c Fri Feb 02 18:25:39 2018 -0800
@@ -121,7 +121,7 @@
}
@@ -15360,8 +15411,8 @@
#define MAP_NATIVE2LE16(a) (a)
#define MAP_NATIVE2BE16(a) MAP_SWAP16_impl(a)
#define MAP_NATIVE2LE32(a) (a)
---- ./jdk/src/share/native/com/sun/media/sound/Utilities.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/com/sun/media/sound/Utilities.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/com/sun/media/sound/Utilities.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/com/sun/media/sound/Utilities.c Fri Feb 02 18:25:39 2018 -0800
@@ -28,7 +28,7 @@
@@ -15371,8 +15422,8 @@
return 0;
#else
return 1;
---- ./jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Fri Feb 02 18:25:39 2018 -0800
@@ -40,7 +40,7 @@
#endif
#endif
@@ -15382,8 +15433,8 @@
#define __HI(x) *(1+(int*)&x)
#define __LO(x) *(int*)&x
#define __HIp(x) *(1+(int*)x)
---- ./jdk/src/share/native/sun/awt/image/awt_parseImage.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/image/awt_parseImage.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/image/awt_parseImage.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/image/awt_parseImage.c Fri Feb 02 18:25:39 2018 -0800
@@ -624,7 +624,7 @@
switch(type) {
case java_awt_image_BufferedImage_TYPE_INT_ARGB:
@@ -15411,8 +15462,8 @@
colorOrder[0] = 2;
colorOrder[1] = 1;
colorOrder[2] = 0;
---- ./jdk/src/share/native/sun/awt/medialib/awt_ImagingLib.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/awt_ImagingLib.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/awt_ImagingLib.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/awt_ImagingLib.c Fri Feb 02 18:25:39 2018 -0800
@@ -1198,7 +1198,7 @@
#define NLUT 8
@@ -15422,8 +15473,8 @@
#define INDEXES { 3, 2, 1, 0, 7, 6, 5, 4 }
#else
#define INDEXES { 0, 1, 2, 3, 4, 5, 6, 7 }
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c Fri Feb 02 18:25:39 2018 -0800
@@ -86,7 +86,7 @@
#endif /* MLIB_USE_FTOI_CLAMPING */
@@ -15463,8 +15514,8 @@
#endif /* _NO_LONGLONG */
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c Fri Feb 02 18:25:39 2018 -0800
@@ -126,7 +126,7 @@
#define D2I(x) CLAMP_S32((x) SAT_OFF)
@@ -15504,8 +15555,8 @@
#endif /* _NO_LONGLONG */
/***************************************************************/
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c Fri Feb 02 18:25:39 2018 -0800
@@ -94,7 +94,7 @@
#define D2I(x) CLAMP_S32((x) SAT_OFF)
@@ -15545,8 +15596,8 @@
#endif /* _NO_LONGLONG */
/***************************************************************/
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c Fri Feb 02 18:25:39 2018 -0800
@@ -126,7 +126,7 @@
#define D2I(x) CLAMP_S32((x) SAT_OFF)
@@ -15586,8 +15637,8 @@
#endif /* _NO_LONGLONG */
/***************************************************************/
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c Fri Feb 02 18:25:39 2018 -0800
@@ -95,7 +95,7 @@
#define D2I(x) CLAMP_S32((x) SAT_OFF)
@@ -15627,8 +15678,8 @@
#endif /* _NO_LONGLONG */
/***************************************************************/
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c Fri Feb 02 18:25:39 2018 -0800
@@ -126,7 +126,7 @@
#define D2I(x) CLAMP_S32((x) SAT_OFF)
@@ -15668,8 +15719,8 @@
#endif /* _NO_LONGLONG */
/***************************************************************/
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c Fri Feb 02 18:25:39 2018 -0800
@@ -94,7 +94,7 @@
#define D2I(x) CLAMP_S32((x) SAT_OFF)
@@ -15709,8 +15760,8 @@
#endif /* _NO_LONGLONG */
/***************************************************************/
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c Fri Feb 02 18:25:39 2018 -0800
@@ -95,7 +95,7 @@
dst = dp[0];
if (ld_offset + size < 32) {
@@ -15930,8 +15981,8 @@
}
#else /* _LONGLONG */
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c Fri Feb 02 18:25:39 2018 -0800
@@ -168,7 +168,7 @@
}
@@ -16212,8 +16263,8 @@
dp[12] = t0;
dp[13] = t1;
dp[14] = t2;
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c Fri Feb 02 18:25:39 2018 -0800
@@ -88,7 +88,7 @@
} d64_2_f32;
@@ -16365,8 +16416,8 @@
((mlib_u32*)lh)[0] = l; ((mlib_u32*)lh)[1] = l;
((mlib_u32*)lh)[2] = l; ((mlib_u32*)lh)[3] = h;
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageUtils.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageUtils.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageUtils.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageUtils.c Fri Feb 02 18:25:39 2018 -0800
@@ -30,7 +30,7 @@
typedef union {
mlib_d64 db;
@@ -16376,8 +16427,8 @@
mlib_s32 int1, int0;
#else
mlib_s32 int0, int1;
---- ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c Fri Feb 02 18:25:39 2018 -0800
@@ -275,11 +275,11 @@
for (i = 0; j <= (b_size - 4); j += 4, i++) {
src0 = src1;
@@ -16476,8 +16527,8 @@
s0 = s1;
dp += SIZE;
sp += SIZE;
---- ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c Fri Feb 02 18:25:39 2018 -0800
@@ -120,7 +120,7 @@
} \
}
@@ -17710,8 +17761,8 @@
dp[12] = t0;
dp[13] = t1;
dp[14] = t2;
---- ./jdk/src/share/native/sun/awt/medialib/mlib_image.h Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_image.h Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_image.h Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_image.h Fri Feb 02 18:25:39 2018 -0800
@@ -27,9 +27,6 @@
#ifndef MLIB_IMAGE_H
#define MLIB_IMAGE_H
@@ -17722,8 +17773,8 @@
#include <mlib_types.h>
#include <mlib_status.h>
#include <mlib_sys.h>
---- ./jdk/src/share/native/sun/awt/medialib/mlib_sys.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_sys.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_sys.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_sys.c Fri Feb 02 18:25:39 2018 -0800
@@ -29,7 +29,7 @@
#ifdef MACOSX
#include <unistd.h>
@@ -17743,8 +17794,8 @@
#else
return (void *) memalign(8, size);
#endif /* _MSC_VER */
---- ./jdk/src/share/native/sun/font/layout/LEStandalone.h Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/font/layout/LEStandalone.h Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/font/layout/LEStandalone.h Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/font/layout/LEStandalone.h Fri Feb 02 18:25:39 2018 -0800
@@ -136,7 +136,7 @@
#define U_CAPI extern "C"
@@ -17754,8 +17805,8 @@
#define U_IS_BIG_ENDIAN 0
#endif
#endif
---- ./jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c Fri Feb 02 18:25:39 2018 -0800
@@ -182,7 +182,7 @@
return 0L;
}
@@ -17765,8 +17816,8 @@
/* Reversing data packed into int for LE archs */
if (isInIntPacked) {
inFormatter ^= DOSWAP_SH(1);
---- ./jdk/src/share/native/sun/management/DiagnosticCommandImpl.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/share/native/sun/management/DiagnosticCommandImpl.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/share/native/sun/management/DiagnosticCommandImpl.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/share/native/sun/management/DiagnosticCommandImpl.c Fri Feb 02 18:25:39 2018 -0800
@@ -27,6 +27,7 @@
#include <jni.h>
#include "management.h"
@@ -17775,8 +17826,8 @@
JNIEXPORT void JNICALL Java_sun_management_DiagnosticCommandImpl_setNotificationEnabled
(JNIEnv *env, jobject dummy, jboolean enabled) {
---- ./jdk/src/solaris/back/util_md.h Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/back/util_md.h Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/back/util_md.h Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/back/util_md.h Fri Feb 02 18:25:39 2018 -0800
@@ -51,7 +51,7 @@
/* On little endian machines, convert java big endian numbers. */
@@ -17786,8 +17837,8 @@
#define HOST_TO_JAVA_CHAR(x) (((x & 0xff) << 8) | ((x >> 8) & (0xff)))
#define HOST_TO_JAVA_SHORT(x) (((x & 0xff) << 8) | ((x >> 8) & (0xff)))
---- ./jdk/src/solaris/bin/ergo_i586.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/bin/ergo_i586.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/bin/ergo_i586.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/bin/ergo_i586.c Fri Feb 02 18:25:39 2018 -0800
@@ -106,7 +106,7 @@
#endif /* __solaris__ */
@@ -17806,8 +17857,8 @@
/*
* Routines shared by solaris-i586 and linux-i586.
---- ./jdk/src/solaris/bin/java_md_solinux.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/bin/java_md_solinux.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/bin/java_md_solinux.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/bin/java_md_solinux.c Fri Feb 02 18:25:39 2018 -0800
@@ -35,6 +35,9 @@
#include <sys/stat.h>
#include <unistd.h>
@@ -17899,8 +17950,8 @@
}
int
---- ./jdk/src/solaris/bin/java_md_solinux.h Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/bin/java_md_solinux.h Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/bin/java_md_solinux.h Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/bin/java_md_solinux.h Fri Feb 02 18:25:39 2018 -0800
@@ -26,17 +26,26 @@
#ifndef JAVA_MD_SOLINUX_H
#define JAVA_MD_SOLINUX_H
@@ -17941,8 +17992,8 @@
#else /* !__solaris__, i.e. Linux, AIX,.. */
static const char *system_dir = "/usr/java";
static const char *user_dir = "/java";
---- ./jdk/src/solaris/classes/java/lang/UNIXProcess.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/classes/java/lang/UNIXProcess.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/classes/java/lang/UNIXProcess.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/classes/java/lang/UNIXProcess.java Fri Feb 02 18:25:39 2018 -0800
@@ -82,6 +82,8 @@
LINUX(LaunchMechanism.VFORK, LaunchMechanism.FORK),
@@ -17990,8 +18041,8 @@
case BSD:
case AIX:
// There is a risk that pid will be recycled, causing us to
---- ./jdk/src/solaris/classes/sun/awt/X11FontManager.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/classes/sun/awt/X11FontManager.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/classes/sun/awt/X11FontManager.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/classes/sun/awt/X11FontManager.java Fri Feb 02 18:25:39 2018 -0800
@@ -234,7 +234,7 @@
if (fontID != null) {
fileName = (String)fontNameMap.get(fontID);
@@ -18019,8 +18070,8 @@
(!mFontConfig.foundOsSpecificFile() ||
!mFontConfig.fontFilesArePresent()) ||
(FontUtilities.isSolaris && !mFontConfig.fontFilesArePresent()))) {
---- ./jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties Fri Feb 02 18:25:39 2018 -0800
@@ -26,134 +26,134 @@
# Version
@@ -18283,8 +18334,8 @@
+filename.NanumGothic_Bold=/usr/local/lib/X11/fonts/nanum-ttf/NanumGothicBold.ttf
+filename.NanumMyeongjo=/usr/local/lib/X11/fonts/nanum-ttf/NanumMyeongjo.ttf
+filename.NanumMyeongjo_Bold=/usr/local/lib/X11/fonts/nanum-ttf/NanumMyeongjoBold.ttf
---- ./jdk/src/solaris/classes/sun/net/PortConfig.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/classes/sun/net/PortConfig.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/classes/sun/net/PortConfig.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/classes/sun/net/PortConfig.java Fri Feb 02 18:25:39 2018 -0800
@@ -52,7 +52,7 @@
} else if (os.startsWith("SunOS")) {
defaultLower = 32768;
@@ -18294,8 +18345,8 @@
defaultLower = 49152;
defaultUpper = 65535;
} else if (os.startsWith("AIX")) {
---- ./jdk/src/solaris/classes/sun/nio/ch/DefaultAsynchronousChannelProvider.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/classes/sun/nio/ch/DefaultAsynchronousChannelProvider.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/classes/sun/nio/ch/DefaultAsynchronousChannelProvider.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/classes/sun/nio/ch/DefaultAsynchronousChannelProvider.java Fri Feb 02 18:25:39 2018 -0800
@@ -66,7 +66,7 @@
return createProvider("sun.nio.ch.SolarisAsynchronousChannelProvider");
if (osname.equals("Linux"))
@@ -18305,8 +18356,8 @@
return createProvider("sun.nio.ch.BsdAsynchronousChannelProvider");
if (osname.equals("AIX"))
return createProvider("sun.nio.ch.AixAsynchronousChannelProvider");
---- ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java Fri Feb 02 18:25:39 2018 -0800
@@ -25,10 +25,14 @@
package sun.nio.fs;
@@ -18340,8 +18391,8 @@
+ new MagicFileTypeDetector());
+ }
}
---- ./jdk/src/solaris/classes/sun/nio/fs/DefaultFileSystemProvider.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/classes/sun/nio/fs/DefaultFileSystemProvider.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/classes/sun/nio/fs/DefaultFileSystemProvider.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/classes/sun/nio/fs/DefaultFileSystemProvider.java Fri Feb 02 18:25:39 2018 -0800
@@ -61,6 +61,8 @@
return createProvider("sun.nio.fs.SolarisFileSystemProvider");
if (osname.equals("Linux"))
@@ -18351,8 +18402,8 @@
if (osname.contains("OS X"))
return createProvider("sun.nio.fs.MacOSXFileSystemProvider");
if (osname.equals("AIX"))
---- ./jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Fri Feb 02 18:25:39 2018 -0800
@@ -161,6 +161,7 @@
static boolean isBSD() {
@@ -18376,8 +18427,8 @@
"/usr/sbin/lpc status all | grep -E '^[ 0-9a-zA-Z_-]*@' | awk -F'@' '{print $1}' | sort"
};
---- ./jdk/src/solaris/classes/sun/tools/attach/BsdVirtualMachine.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/classes/sun/tools/attach/BsdVirtualMachine.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/classes/sun/tools/attach/BsdVirtualMachine.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/classes/sun/tools/attach/BsdVirtualMachine.java Fri Feb 02 18:25:39 2018 -0800
@@ -273,7 +273,7 @@
try {
b = s.getBytes("UTF-8");
@@ -18387,8 +18438,8 @@
}
BsdVirtualMachine.write(fd, b, 0, b.length);
}
---- ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Fri Feb 02 18:25:39 2018 -0800
@@ -675,6 +675,7 @@
return -1;
}
@@ -18405,8 +18456,8 @@
} else if (err == -EAGAIN) {
TRACE0("xrun_recovery: EAGAIN try again flag.\n");
return 0;
---- ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c Fri Feb 02 18:25:39 2018 -0800
@@ -140,7 +140,7 @@
(float) ((int) sr->samp_rates[s]),
DAUDIO_PCM, /* encoding - let's only do PCM */
@@ -18416,8 +18467,8 @@
FALSE /* little endian */
#else
(bits[b] > 8)?TRUE:FALSE /* big endian */
---- ./jdk/src/solaris/native/common/jni_util_md.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/common/jni_util_md.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/common/jni_util_md.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/common/jni_util_md.c Fri Feb 02 18:25:39 2018 -0800
@@ -28,6 +28,7 @@
#include "jni.h"
#include "jni_util.h"
@@ -18426,8 +18477,8 @@
jstring nativeNewStringPlatform(JNIEnv *env, const char *str) {
return NULL;
---- ./jdk/src/solaris/native/java/lang/java_props_md.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/java/lang/java_props_md.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/java/lang/java_props_md.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/java/lang/java_props_md.c Fri Feb 02 18:25:39 2018 -0800
@@ -111,7 +111,7 @@
lc = setlocale(cat, NULL);
#endif
@@ -18437,7 +18488,7 @@
if (lc == NULL) {
return 0;
}
-@@ -515,23 +515,11 @@
+@@ -528,23 +528,11 @@
sprops.sun_jnu_encoding = sprops.encoding;
#endif
@@ -18462,8 +18513,8 @@
/* user properties */
{
---- ./jdk/src/solaris/native/java/net/Inet4AddressImpl.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/java/net/Inet4AddressImpl.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/java/net/Inet4AddressImpl.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/java/net/Inet4AddressImpl.c Fri Feb 02 18:25:39 2018 -0800
@@ -36,20 +36,13 @@
#include <stdlib.h>
#include <ctype.h>
@@ -18504,8 +18555,8 @@
error = getaddrinfo(hostname, NULL, &hints, &res);
if (error) {
---- ./jdk/src/solaris/native/java/net/Inet6AddressImpl.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/java/net/Inet6AddressImpl.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/java/net/Inet6AddressImpl.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/java/net/Inet6AddressImpl.c Fri Feb 02 18:25:39 2018 -0800
@@ -33,7 +33,7 @@
#include <strings.h>
#include <stdlib.h>
@@ -18547,8 +18598,8 @@
#ifdef AF_INET6
/* Try once, with our static buffer. */
memset(&hints, 0, sizeof(hints));
---- ./jdk/src/solaris/native/java/net/NetworkInterface.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/java/net/NetworkInterface.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/java/net/NetworkInterface.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/java/net/NetworkInterface.c Fri Feb 02 18:25:39 2018 -0800
@@ -58,14 +58,19 @@
#include <sys/param.h>
#include <sys/ioctl.h>
@@ -18571,8 +18622,8 @@
#include "jvm.h"
#include "jni_util.h"
---- ./jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c Fri Feb 02 18:25:39 2018 -0800
@@ -2221,7 +2221,7 @@
}
}
@@ -18582,8 +18633,8 @@
if (family == AF_INET6 && index == 0) {
index = getDefaultScopeID(env);
}
---- ./jdk/src/solaris/native/java/net/PlainSocketImpl.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/java/net/PlainSocketImpl.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/java/net/PlainSocketImpl.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/java/net/PlainSocketImpl.c Fri Feb 02 18:25:39 2018 -0800
@@ -215,6 +215,7 @@
}
@@ -18600,8 +18651,8 @@
#endif /* AF_INET6 */
/*
---- ./jdk/src/solaris/native/java/net/bsd_close.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/java/net/bsd_close.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/java/net/bsd_close.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/java/net/bsd_close.c Fri Feb 02 18:25:39 2018 -0800
@@ -320,11 +320,8 @@
}
@@ -18691,8 +18742,8 @@
}
+#endif
}
---- ./jdk/src/solaris/native/java/net/net_util_md.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/java/net/net_util_md.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/java/net/net_util_md.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/java/net/net_util_md.c Fri Feb 02 18:25:39 2018 -0800
@@ -46,6 +46,10 @@
#endif
#endif
@@ -18713,8 +18764,8 @@
static jclass ni_class = NULL;
static jfieldID ni_defaultIndexID;
if (ni_class == NULL) {
---- ./jdk/src/solaris/native/java/util/TimeZone_md.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/java/util/TimeZone_md.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/java/util/TimeZone_md.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/java/util/TimeZone_md.c Fri Feb 02 18:25:39 2018 -0800
@@ -56,7 +56,11 @@
#endif
@@ -18778,8 +18829,8 @@
}
-#endif /* MACOSX */
+#endif /* _ALLBSD_SOURCE */
---- ./jdk/src/solaris/native/sun/awt/awt_Font.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/awt/awt_Font.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/awt/awt_Font.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/awt/awt_Font.c Fri Feb 02 18:25:39 2018 -0800
@@ -255,7 +255,7 @@
if (strcmp(style, "regular") == 0) {
altstyle = "roman";
@@ -18789,8 +18840,8 @@
if (!strcmp(family, "lucidasans")) {
family = "lucida";
}
---- ./jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c Fri Feb 02 18:25:39 2018 -0800
@@ -121,7 +121,7 @@
*/
@@ -18875,8 +18926,8 @@
#endif /* HEADLESS */
return point;
}
---- ./jdk/src/solaris/native/sun/awt/awt_InputMethod.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/awt/awt_InputMethod.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/awt/awt_InputMethod.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/awt/awt_InputMethod.c Fri Feb 02 18:25:39 2018 -0800
@@ -52,7 +52,7 @@
XIMPreeditDrawCallbackStruct *);
static void PreeditCaretCallback(XIC, XPointer,
@@ -19096,8 +19147,8 @@
AWT_LOCK();
adjustStatusWindow(window);
AWT_UNLOCK();
---- ./jdk/src/solaris/native/sun/awt/awt_Robot.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/awt/awt_Robot.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/awt/awt_Robot.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/awt/awt_Robot.c Fri Feb 02 18:25:39 2018 -0800
@@ -45,7 +45,7 @@
#include "wsutils.h"
#include "list.h"
@@ -19107,8 +19158,8 @@
#include <sys/socket.h>
#endif
---- ./jdk/src/solaris/native/sun/awt/extutil.h Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/awt/extutil.h Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/awt/extutil.h Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/awt/extutil.h Fri Feb 02 18:25:39 2018 -0800
@@ -58,7 +58,7 @@
*/
/* $XFree86: xc/include/extensions/extutil.h,v 1.5 2001/01/17 17:53:20 dawes Exp $ */
@@ -19124,8 +19175,8 @@
-#endif /* __linux__ || MACOSX */
+#endif /* __linux__ || _ALLBSD_SOURCE */
---- ./jdk/src/solaris/native/sun/awt/fontpath.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/awt/fontpath.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/awt/fontpath.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/awt/fontpath.c Fri Feb 02 18:25:39 2018 -0800
@@ -23,9 +23,9 @@
* questions.
*/
@@ -19214,8 +19265,8 @@
&& (strcmp((char*)fontformat, "Type 1") != 0)
#endif
) {
---- ./jdk/src/solaris/native/sun/java2d/j2d_md.h Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/java2d/j2d_md.h Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/java2d/j2d_md.h Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/java2d/j2d_md.h Fri Feb 02 18:25:39 2018 -0800
@@ -28,11 +28,11 @@
#include <sys/types.h>
@@ -19231,8 +19282,8 @@
typedef unsigned char jubyte;
typedef unsigned short jushort;
---- ./jdk/src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c Fri Feb 02 18:25:39 2018 -0800
@@ -63,9 +63,6 @@
* MLIB_EDGE_SRC_PADDED
*/
@@ -19337,8 +19388,8 @@
LOGIC(da[0], dtmp, dtmp1, |);
}
else { /* aligned */
---- ./jdk/src/solaris/native/sun/java2d/loops/vis_FuncArray.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/java2d/loops/vis_FuncArray.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/java2d/loops/vis_FuncArray.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/java2d/loops/vis_FuncArray.c Fri Feb 02 18:25:39 2018 -0800
@@ -804,7 +804,7 @@
static int initialized;
static int usevis = JNI_TRUE;
@@ -19349,7 +19400,7 @@
#else
# define ULTRA_CHIP "sun4u"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/solaris/native/sun/management/BsdOperatingSystem.c Sat Nov 18 14:41:06 2017 -0800
++++ ./jdk/src/solaris/native/sun/management/BsdOperatingSystem.c Fri Feb 02 18:25:39 2018 -0800
@@ -0,0 +1,42 @@
+/*
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -19393,8 +19444,8 @@
+{
+ return (jdouble) -1;
+}
---- ./jdk/src/solaris/native/sun/management/OperatingSystemImpl.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/management/OperatingSystemImpl.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/management/OperatingSystemImpl.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/management/OperatingSystemImpl.c Fri Feb 02 18:25:39 2018 -0800
@@ -56,6 +56,9 @@
#include <limits.h>
#include <stdlib.h>
@@ -19559,8 +19610,8 @@
return -1;
}
---- ./jdk/src/solaris/native/sun/net/portconfig.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/net/portconfig.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/net/portconfig.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/net/portconfig.c Fri Feb 02 18:25:39 2018 -0800
@@ -67,6 +67,24 @@
range->lower = net_getParam("/dev/tcp", "tcp_smallest_anon_port");
return 0;
@@ -19586,8 +19637,8 @@
#elif defined(_ALLBSD_SOURCE)
{
int ret;
---- ./jdk/src/solaris/native/sun/nio/ch/sctp/Sctp.h Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/nio/ch/sctp/Sctp.h Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/nio/ch/sctp/Sctp.h Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/nio/ch/sctp/Sctp.h Fri Feb 02 18:25:39 2018 -0800
@@ -67,7 +67,7 @@
@@ -19636,8 +19687,8 @@
jboolean loadSocketExtensionFuncs(JNIEnv* env);
#endif /* !SUN_NIO_CH_SCTP_H */
---- ./jdk/src/solaris/native/sun/nio/ch/sctp/SctpNet.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/nio/ch/sctp/SctpNet.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/nio/ch/sctp/SctpNet.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/nio/ch/sctp/SctpNet.c Fri Feb 02 18:25:39 2018 -0800
@@ -58,6 +58,7 @@
*/
jboolean loadSocketExtensionFuncs
@@ -19654,8 +19705,8 @@
funcsLoaded = JNI_TRUE;
return JNI_TRUE;
---- ./jdk/src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c Fri Feb 02 18:25:39 2018 -0800
@@ -31,6 +31,12 @@
#include <dlfcn.h>
#include <string.h>
@@ -19678,8 +19729,8 @@
if (magic_handle == NULL) {
return JNI_FALSE;
}
---- ./jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c Fri Feb 02 18:25:39 2018 -0800
@@ -54,7 +54,7 @@
}
@@ -19689,9 +19740,9 @@
void *hModule = dlopen(libName, RTLD_LAZY);
#else
void *hModule = dlopen(libName, RTLD_NOLOAD);
---- ./jdk/src/solaris/native/sun/tools/attach/BsdVirtualMachine.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/tools/attach/BsdVirtualMachine.c Sat Nov 18 14:41:06 2017 -0800
-@@ -37,7 +37,9 @@
+--- ./jdk/src/solaris/native/sun/tools/attach/BsdVirtualMachine.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/tools/attach/BsdVirtualMachine.c Fri Feb 02 18:25:39 2018 -0800
+@@ -38,7 +38,9 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
@@ -19701,8 +19752,8 @@
#include <sys/un.h>
#include <fcntl.h>
---- ./jdk/src/solaris/native/sun/xawt/XWindow.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/solaris/native/sun/xawt/XWindow.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/solaris/native/sun/xawt/XWindow.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/solaris/native/sun/xawt/XWindow.c Fri Feb 02 18:25:39 2018 -0800
@@ -886,7 +886,7 @@
{
KeySym originalKeysym = *keysym;
@@ -19712,8 +19763,8 @@
/* The following code on Linux will cause the keypad keys
* not to echo on JTextField when the NumLock is on. The
* keysyms will be 0, because the last parameter 2 is not defined.
---- ./jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp Fri Feb 02 18:25:39 2018 -0800
@@ -308,7 +308,7 @@
DAUDIO_PCM,
(bitsArray[bitIndex]==8)?FALSE:TRUE, /* signed */
diff --git a/java/openjdk8/files/patch-bsd-test b/java/openjdk8/files/patch-bsd-test
index 47ffd8941b1c..2aae46487050 100644
--- a/java/openjdk8/files/patch-bsd-test
+++ b/java/openjdk8/files/patch-bsd-test
@@ -1,5 +1,5 @@
---- ./hotspot/test/compiler/5091921/Test7005594.sh Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/test/compiler/5091921/Test7005594.sh Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/test/compiler/5091921/Test7005594.sh Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/test/compiler/5091921/Test7005594.sh Thu Jan 25 22:36:25 2018 -0800
@@ -60,6 +60,15 @@
# Windows/MKS
MEM=`"$ROOTDIR/mksnt/sysinf" memory -v | grep "Total Physical Memory: " | sed 's/Total Physical Memory: *//g'`
@@ -16,8 +16,8 @@
else
echo "Unable to determine amount of physical memory on the machine"
fi
---- ./hotspot/test/compiler/6894807/Test6894807.sh Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/test/compiler/6894807/Test6894807.sh Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/test/compiler/6894807/Test6894807.sh Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/test/compiler/6894807/Test6894807.sh Thu Jan 25 22:36:25 2018 -0800
@@ -21,7 +21,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -27,8 +27,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./hotspot/test/runtime/7110720/Test7110720.sh Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/test/runtime/7110720/Test7110720.sh Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/test/runtime/7110720/Test7110720.sh Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/test/runtime/7110720/Test7110720.sh Thu Jan 25 22:36:25 2018 -0800
@@ -28,7 +28,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -38,8 +38,8 @@
FS="/"
RM=/bin/rm
CP=/bin/cp
---- ./hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java Thu Jan 25 22:36:25 2018 -0800
@@ -37,8 +37,8 @@
public static void main(String args[]) throws Throwable {
@@ -51,8 +51,8 @@
return;
}
---- ./hotspot/test/test_env.sh Tue Sep 05 18:34:11 2017 -0700
-+++ ./hotspot/test/test_env.sh Sat Nov 18 14:40:44 2017 -0800
+--- ./hotspot/test/test_env.sh Fri Dec 15 08:58:26 2017 -0800
++++ ./hotspot/test/test_env.sh Thu Jan 25 22:36:25 2018 -0800
@@ -53,7 +53,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -62,8 +62,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/com/sun/corba/5036554/TestCorbaBug.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/com/sun/corba/5036554/TestCorbaBug.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/com/sun/corba/5036554/TestCorbaBug.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/com/sun/corba/5036554/TestCorbaBug.sh Fri Feb 02 18:25:39 2018 -0800
@@ -48,7 +48,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -73,8 +73,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/com/sun/corba/cachedSocket/7056731.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/com/sun/corba/cachedSocket/7056731.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/com/sun/corba/cachedSocket/7056731.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/com/sun/corba/cachedSocket/7056731.sh Fri Feb 02 18:25:39 2018 -0800
@@ -31,7 +31,7 @@
OS=`uname -s`
@@ -84,8 +84,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/com/sun/jdi/ImmutableResourceTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/com/sun/jdi/ImmutableResourceTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/com/sun/jdi/ImmutableResourceTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/com/sun/jdi/ImmutableResourceTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -56,7 +56,7 @@
OS=`uname -s`
@@ -95,8 +95,8 @@
PATHSEP=":"
;;
---- ./jdk/test/com/sun/jdi/JITDebug.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/com/sun/jdi/JITDebug.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/com/sun/jdi/JITDebug.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/com/sun/jdi/JITDebug.sh Fri Feb 02 18:25:39 2018 -0800
@@ -63,7 +63,7 @@
OS=`uname -s`
export TRANSPORT_METHOD
@@ -106,8 +106,8 @@
PATHSEP=":"
TRANSPORT_METHOD=dt_socket
;;
---- ./jdk/test/com/sun/jdi/PrivateTransportTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/com/sun/jdi/PrivateTransportTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/com/sun/jdi/PrivateTransportTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/com/sun/jdi/PrivateTransportTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -106,7 +106,7 @@
xx=`find ${jreloc}/lib -name libdt_socket.so`
libloc=`dirname ${xx}`
@@ -117,8 +117,8 @@
libloc=${jreloc}/lib
;;
Windows*)
---- ./jdk/test/com/sun/jdi/ShellScaffold.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/com/sun/jdi/ShellScaffold.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/com/sun/jdi/ShellScaffold.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/com/sun/jdi/ShellScaffold.sh Fri Feb 02 18:25:39 2018 -0800
@@ -284,7 +284,7 @@
psCmd=ps
jstack=jstack.exe
@@ -128,8 +128,8 @@
transport=dt_socket
address=
devnull=/dev/null
---- ./jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh Fri Feb 02 18:25:39 2018 -0800
@@ -45,7 +45,7 @@
OS=`uname -s`
@@ -139,8 +139,8 @@
PS=":"
;;
Windows* | CYGWIN*)
---- ./jdk/test/java/awt/JAWT/JAWT.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/awt/JAWT/JAWT.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/awt/JAWT/JAWT.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/awt/JAWT/JAWT.sh Fri Feb 02 18:25:39 2018 -0800
@@ -62,6 +62,23 @@
MAKE="make"
LD_LIBRARY_PATH="."
@@ -174,8 +174,8 @@
exit 0;
;;
* )
---- ./jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -86,6 +86,14 @@
TMP="/tmp"
;;
@@ -191,8 +191,8 @@
Windows* )
VAR="A different value for Win32"
DEFAULT_JDK="C:/Program Files/Java/jdk1.8.0"
---- ./jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -59,7 +59,7 @@
# Checking for proper OS
OS=`uname -s`
@@ -202,8 +202,8 @@
FILESEP="/"
;;
---- ./jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -119,6 +119,14 @@
TMP="/tmp"
;;
@@ -219,8 +219,8 @@
Windows* )
VAR="A different value for Win32"
DEFAULT_JDK="C:/Program Files/Java/jdk1.8.0"
---- ./jdk/test/java/io/File/GetXSpace.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/io/File/GetXSpace.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/io/File/GetXSpace.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/io/File/GetXSpace.java Fri Feb 02 18:25:39 2018 -0800
@@ -51,7 +51,7 @@
private static final String dfFormat;
static {
@@ -230,8 +230,8 @@
// FileSystem Total Used Available Use% MountedOn
dfFormat = "([^\\s]+)\\s+(\\d+)\\s+\\d+\\s+(\\d+)\\s+\\d+%\\s+([^\\s]+)";
} else if (name.startsWith("Windows")) {
---- ./jdk/test/java/io/File/GetXSpace.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/io/File/GetXSpace.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/io/File/GetXSpace.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/io/File/GetXSpace.sh Fri Feb 02 18:25:39 2018 -0800
@@ -26,7 +26,7 @@
# set platform-dependent variable
OS=`uname -s`
@@ -241,8 +241,8 @@
Windows_98 ) return ;;
Windows* ) SID=`sid`; TMP="c:/temp" ;;
* )
---- ./jdk/test/java/io/Serializable/evolution/RenamePackage/run.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/io/Serializable/evolution/RenamePackage/run.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/io/Serializable/evolution/RenamePackage/run.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/io/Serializable/evolution/RenamePackage/run.sh Fri Feb 02 18:25:39 2018 -0800
@@ -45,7 +45,7 @@
# Need to determine the classpath separator and filepath separator based on the
# operating system.
@@ -252,8 +252,8 @@
PS=":" ;;
Windows* | CYGWIN* )
PS=";" ;;
---- ./jdk/test/java/io/Serializable/serialver/classpath/run.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/io/Serializable/serialver/classpath/run.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/io/Serializable/serialver/classpath/run.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/io/Serializable/serialver/classpath/run.sh Fri Feb 02 18:25:39 2018 -0800
@@ -47,7 +47,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -263,8 +263,8 @@
PS=":" ;;
Windows* | CYGWIN* )
PS=";" ;;
---- ./jdk/test/java/io/Serializable/serialver/nested/run.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/io/Serializable/serialver/nested/run.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/io/Serializable/serialver/nested/run.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/io/Serializable/serialver/nested/run.sh Fri Feb 02 18:25:39 2018 -0800
@@ -47,7 +47,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -274,8 +274,8 @@
PS=":" ;;
Windows* | CYGWIN* )
PS=";" ;;
---- ./jdk/test/java/lang/ClassLoader/Assert.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/lang/ClassLoader/Assert.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/lang/ClassLoader/Assert.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/lang/ClassLoader/Assert.sh Fri Feb 02 18:25:39 2018 -0800
@@ -25,7 +25,7 @@
OS=`uname -s`
@@ -285,8 +285,8 @@
FS="/"
CHMOD="${FS}bin${FS}chmod"
;;
---- ./jdk/test/java/lang/ClassLoader/deadlock/TestCrossDelegate.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/lang/ClassLoader/deadlock/TestCrossDelegate.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/lang/ClassLoader/deadlock/TestCrossDelegate.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/lang/ClassLoader/deadlock/TestCrossDelegate.sh Fri Feb 02 18:25:39 2018 -0800
@@ -55,7 +55,7 @@
Linux )
FS="/"
@@ -296,8 +296,8 @@
FS="/"
;;
AIX )
---- ./jdk/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh Fri Feb 02 18:25:39 2018 -0800
@@ -60,7 +60,7 @@
Linux )
FS="/"
@@ -307,8 +307,8 @@
FS="/"
;;
AIX )
---- ./jdk/test/java/lang/ProcessBuilder/DestroyTest.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/lang/ProcessBuilder/DestroyTest.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/lang/ProcessBuilder/DestroyTest.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/lang/ProcessBuilder/DestroyTest.java Fri Feb 02 18:25:39 2018 -0800
@@ -148,6 +148,9 @@
} else if (osName.startsWith("Linux") == true) {
return new UnixTest(
@@ -319,8 +319,8 @@
} else if (osName.startsWith("Mac OS")) {
return new MacTest(
File.createTempFile("ProcessTrap-", ".sh",null));
---- ./jdk/test/java/lang/ProcessBuilder/Zombies.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/lang/ProcessBuilder/Zombies.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/lang/ProcessBuilder/Zombies.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/lang/ProcessBuilder/Zombies.java Fri Feb 02 18:25:39 2018 -0800
@@ -34,7 +34,7 @@
static final String os = System.getProperty("os.name");
@@ -330,8 +330,8 @@
"/usr/bin/true" : "/bin/true";
public static void main(String[] args) throws Throwable {
---- ./jdk/test/java/lang/StringCoding/CheckEncodings.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/lang/StringCoding/CheckEncodings.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/lang/StringCoding/CheckEncodings.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/lang/StringCoding/CheckEncodings.sh Fri Feb 02 18:25:39 2018 -0800
@@ -30,7 +30,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -341,8 +341,8 @@
Windows* | CYGWIN* )
echo "Passed"; exit 0 ;;
* ) echo "Unrecognized system!" ; exit 1 ;;
---- ./jdk/test/java/lang/annotation/loaderLeak/LoaderLeak.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/lang/annotation/loaderLeak/LoaderLeak.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/lang/annotation/loaderLeak/LoaderLeak.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/lang/annotation/loaderLeak/LoaderLeak.sh Fri Feb 02 18:25:39 2018 -0800
@@ -48,7 +48,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -352,8 +352,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/java/lang/instrument/MakeJAR2.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/lang/instrument/MakeJAR2.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/lang/instrument/MakeJAR2.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/lang/instrument/MakeJAR2.sh Fri Feb 02 18:25:39 2018 -0800
@@ -55,7 +55,7 @@
OS=`uname -s`
@@ -363,8 +363,8 @@
PATHSEP=":"
;;
---- ./jdk/test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh Fri Feb 02 18:25:39 2018 -0800
@@ -43,7 +43,7 @@
PS=":"
FS="/"
@@ -374,8 +374,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/lang/management/OperatingSystemMXBean/GetSystemLoadAverage.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/lang/management/OperatingSystemMXBean/GetSystemLoadAverage.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/lang/management/OperatingSystemMXBean/GetSystemLoadAverage.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/lang/management/OperatingSystemMXBean/GetSystemLoadAverage.java Fri Feb 02 18:25:39 2018 -0800
@@ -79,8 +79,10 @@
System.out.println("Test passed.");
}
@@ -397,8 +397,8 @@
? output.split(" ")
: output.split(",");
double expected = Double.parseDouble(lavg[0]);
---- ./jdk/test/java/lang/management/OperatingSystemMXBean/TestSystemLoadAvg.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/lang/management/OperatingSystemMXBean/TestSystemLoadAvg.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/lang/management/OperatingSystemMXBean/TestSystemLoadAvg.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/lang/management/OperatingSystemMXBean/TestSystemLoadAvg.sh Fri Feb 02 18:25:39 2018 -0800
@@ -61,7 +61,7 @@
while true; do
echo "Run $i: TestSystemLoadAvg"
@@ -408,8 +408,8 @@
runOne GetSystemLoadAverage
;;
* )
---- ./jdk/test/java/net/Authenticator/B4933582.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/net/Authenticator/B4933582.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/net/Authenticator/B4933582.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/net/Authenticator/B4933582.sh Fri Feb 02 18:25:39 2018 -0800
@@ -26,7 +26,7 @@
OS=`uname -s`
@@ -419,8 +419,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/net/DatagramSocket/Send12k.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/net/DatagramSocket/Send12k.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/net/DatagramSocket/Send12k.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/net/DatagramSocket/Send12k.java Fri Feb 02 18:25:39 2018 -0800
@@ -36,9 +36,10 @@
public static void main(String args[]) throws Exception {
@@ -434,8 +434,8 @@
SEND_SIZE = 16 * 576;
} else {
SEND_SIZE = 16 * 1024;
---- ./jdk/test/java/net/DatagramSocket/SendDatagramToBadAddress.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/net/DatagramSocket/SendDatagramToBadAddress.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/net/DatagramSocket/SendDatagramToBadAddress.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/net/DatagramSocket/SendDatagramToBadAddress.java Fri Feb 02 18:25:39 2018 -0800
@@ -45,6 +45,8 @@
return (true);
if (p.getProperty ("os.name").equals ("Linux"))
@@ -445,8 +445,8 @@
if (p.getProperty ("os.name").startsWith ("Mac OS"))
return (true);
// Check for specific Solaris version from here
---- ./jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.sh Fri Feb 02 18:25:39 2018 -0800
@@ -27,11 +27,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -460,8 +460,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/java/net/Socket/OldSocketImpl.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/net/Socket/OldSocketImpl.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/net/Socket/OldSocketImpl.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/net/Socket/OldSocketImpl.sh Fri Feb 02 18:25:39 2018 -0800
@@ -28,7 +28,7 @@
OS=`uname -s`
@@ -471,8 +471,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/net/URL/B5086147.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/net/URL/B5086147.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/net/URL/B5086147.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/net/URL/B5086147.sh Fri Feb 02 18:25:39 2018 -0800
@@ -26,7 +26,7 @@
OS=`uname -s`
@@ -482,8 +482,8 @@
exit 0
;;
CYGWIN* )
---- ./jdk/test/java/net/URLClassLoader/B5077773.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/net/URLClassLoader/B5077773.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/net/URLClassLoader/B5077773.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/net/URLClassLoader/B5077773.sh Fri Feb 02 18:25:39 2018 -0800
@@ -34,11 +34,7 @@
OS=`uname -s`
@@ -497,8 +497,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/net/URLClassLoader/sealing/checksealed.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/net/URLClassLoader/sealing/checksealed.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/net/URLClassLoader/sealing/checksealed.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/net/URLClassLoader/sealing/checksealed.sh Fri Feb 02 18:25:39 2018 -0800
@@ -27,11 +27,7 @@
OS=`uname -s`
@@ -512,8 +512,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/net/URLConnection/6212146/test.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/net/URLConnection/6212146/test.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/net/URLConnection/6212146/test.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/net/URLConnection/6212146/test.sh Fri Feb 02 18:25:39 2018 -0800
@@ -33,11 +33,7 @@
OS=`uname -s`
@@ -527,8 +527,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/nio/channels/FileChannel/Transfer.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/nio/channels/FileChannel/Transfer.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/nio/channels/FileChannel/Transfer.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/nio/channels/FileChannel/Transfer.java Fri Feb 02 18:25:39 2018 -0800
@@ -228,7 +228,7 @@
// Windows and Linux can't handle the really large file sizes for a
// truncate or a positional write required by the test for 4563125
@@ -538,8 +538,8 @@
return;
File source = File.createTempFile("blah", null);
source.deleteOnExit();
---- ./jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c Fri Feb 02 18:25:39 2018 -0800
@@ -17,6 +17,12 @@
#include "Launcher.h"
@@ -562,8 +562,8 @@
_exit(-1);
}
---- ./jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Fri Feb 02 18:25:39 2018 -0800
@@ -34,7 +34,7 @@
OS=`uname -s`
@@ -573,8 +573,8 @@
# Skip locale test for Windows
Windows* | CYGWIN* )
echo "Passed"; exit 0 ;;
---- ./jdk/test/java/nio/charset/spi/basic.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/nio/charset/spi/basic.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/nio/charset/spi/basic.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/nio/charset/spi/basic.sh Fri Feb 02 18:25:39 2018 -0800
@@ -48,7 +48,7 @@
DIR=`pwd`
@@ -584,8 +584,8 @@
Windows* ) CPS=';' ;;
CYGWIN* )
DIR=`/usr/bin/cygpath -a -s -m $DIR`
---- ./jdk/test/java/nio/file/FileSystem/Basic.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/nio/file/FileSystem/Basic.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/nio/file/FileSystem/Basic.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/nio/file/FileSystem/Basic.java Fri Feb 02 18:25:39 2018 -0800
@@ -76,7 +76,7 @@
checkSupported(fs, "posix", "unix", "owner", "acl", "user");
if (os.equals("Linux"))
@@ -595,8 +595,8 @@
checkSupported(fs, "posix", "unix", "owner");
if (os.equals("Windows"))
checkSupported(fs, "owner", "dos", "acl", "user");
---- ./jdk/test/java/nio/file/Files/CopyAndMove.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/nio/file/Files/CopyAndMove.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/nio/file/Files/CopyAndMove.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/nio/file/Files/CopyAndMove.java Fri Feb 02 18:25:39 2018 -0800
@@ -651,7 +651,7 @@
// check POSIX attributes are copied
@@ -615,8 +615,8 @@
boolean isDirectory = isDirectory(file, NOFOLLOW_LINKS);
if (isUnix) {
---- ./jdk/test/java/rmi/activation/Activatable/extLoadedImpl/ext.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/rmi/activation/Activatable/extLoadedImpl/ext.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/rmi/activation/Activatable/extLoadedImpl/ext.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/rmi/activation/Activatable/extLoadedImpl/ext.sh Fri Feb 02 18:25:39 2018 -0800
@@ -33,7 +33,7 @@
OS=`uname -s`
@@ -626,8 +626,8 @@
PS=":"
;;
Windows* | CYGWIN* )
---- ./jdk/test/java/rmi/registry/readTest/readTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/rmi/registry/readTest/readTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/rmi/registry/readTest/readTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/rmi/registry/readTest/readTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -34,7 +34,7 @@
REGARGS=""
@@ -637,8 +637,8 @@
PS=":"
FS="/"
CHMOD="${FS}bin${FS}chmod"
---- ./jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh Fri Feb 02 18:25:39 2018 -0800
@@ -58,7 +58,7 @@
PATHSEP=":"
FILESEP="/"
@@ -648,8 +648,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock.sh Fri Feb 02 18:25:39 2018 -0800
@@ -42,7 +42,7 @@
PATHSEP=":"
FILESEP="/"
@@ -659,8 +659,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh Fri Feb 02 18:25:39 2018 -0800
@@ -66,7 +66,7 @@
PATHSEP=";"
FILESEP="/"
@@ -670,8 +670,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/java/security/Security/signedfirst/Dyn.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/security/Security/signedfirst/Dyn.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/security/Security/signedfirst/Dyn.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/security/Security/signedfirst/Dyn.sh Fri Feb 02 18:25:39 2018 -0800
@@ -58,7 +58,7 @@
PATHSEP=":"
FILESEP="/"
@@ -681,8 +681,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/java/security/Security/signedfirst/Static.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/security/Security/signedfirst/Static.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/security/Security/signedfirst/Static.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/security/Security/signedfirst/Static.sh Fri Feb 02 18:25:39 2018 -0800
@@ -58,7 +58,7 @@
PATHSEP=":"
FILESEP="/"
@@ -692,8 +692,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/java/util/Currency/PropertiesTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/util/Currency/PropertiesTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/util/Currency/PropertiesTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/util/Currency/PropertiesTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -52,7 +52,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -703,8 +703,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/util/PluggableLocale/ExecTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/util/PluggableLocale/ExecTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/util/PluggableLocale/ExecTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/util/PluggableLocale/ExecTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -62,7 +62,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -714,8 +714,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/util/ResourceBundle/Bug6299235Test.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/util/ResourceBundle/Bug6299235Test.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/util/ResourceBundle/Bug6299235Test.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/util/ResourceBundle/Bug6299235Test.sh Fri Feb 02 18:25:39 2018 -0800
@@ -31,7 +31,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -725,8 +725,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/java/util/ServiceLoader/basic.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/util/ServiceLoader/basic.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/util/ServiceLoader/basic.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/util/ServiceLoader/basic.sh Fri Feb 02 18:25:39 2018 -0800
@@ -43,9 +43,7 @@
OS=`uname -s`
@@ -738,8 +738,8 @@
SEP=':' ;;
* )
SEP='\;' ;;
---- ./jdk/test/java/util/prefs/CheckUserPrefsStorage.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/java/util/prefs/CheckUserPrefsStorage.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/java/util/prefs/CheckUserPrefsStorage.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/java/util/prefs/CheckUserPrefsStorage.sh Fri Feb 02 18:25:39 2018 -0800
@@ -31,7 +31,7 @@
OS=`uname -s`
@@ -749,8 +749,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/javax/crypto/SecretKeyFactory/FailOverTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/javax/crypto/SecretKeyFactory/FailOverTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/javax/crypto/SecretKeyFactory/FailOverTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/javax/crypto/SecretKeyFactory/FailOverTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -56,7 +56,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -760,8 +760,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -89,7 +89,7 @@
FILESEP="/"
;;
@@ -771,8 +771,8 @@
VAR="A different value for Linux"
DEFAULT_JDK=/none
#DEFAULT_JDK=/usr/local/java/jdk1.4/linux-i386
---- ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatThreadTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatThreadTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatThreadTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatThreadTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -90,7 +90,7 @@
FILESEP="/"
;;
@@ -782,8 +782,8 @@
VAR="A different value for Linux"
DEFAULT_JDK=/none
#DEFAULT_JDK=/usr/local/java/jdk1.4/linux-i386
---- ./jdk/test/javax/imageio/stream/StreamCloserLeak/run_test.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/javax/imageio/stream/StreamCloserLeak/run_test.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/javax/imageio/stream/StreamCloserLeak/run_test.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/javax/imageio/stream/StreamCloserLeak/run_test.sh Fri Feb 02 18:25:39 2018 -0800
@@ -108,6 +108,14 @@
TMP="/tmp"
;;
@@ -799,8 +799,8 @@
Windows* )
VAR="A different value for Win32"
DEFAULT_JDK="C:/Program Files/Java/jdk1.8.0"
---- ./jdk/test/javax/script/CommonSetup.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/javax/script/CommonSetup.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/javax/script/CommonSetup.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/javax/script/CommonSetup.sh Fri Feb 02 18:25:39 2018 -0800
@@ -36,7 +36,7 @@
OS=`uname -s`
@@ -810,8 +810,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/javax/security/auth/Subject/doAs/Test.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/javax/security/auth/Subject/doAs/Test.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/javax/security/auth/Subject/doAs/Test.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/javax/security/auth/Subject/doAs/Test.sh Fri Feb 02 18:25:39 2018 -0800
@@ -43,7 +43,7 @@
FS="/"
RM="/bin/rm -f"
@@ -821,8 +821,8 @@
PS=":"
FS="/"
RM="/bin/rm -f"
---- ./jdk/test/lib/security/java.policy/Ext_AllPolicy.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/lib/security/java.policy/Ext_AllPolicy.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/lib/security/java.policy/Ext_AllPolicy.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/lib/security/java.policy/Ext_AllPolicy.sh Fri Feb 02 18:25:39 2018 -0800
@@ -53,7 +53,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -832,8 +832,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/lib/testlibrary/jdk/testlibrary/Platform.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/lib/testlibrary/jdk/testlibrary/Platform.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/lib/testlibrary/jdk/testlibrary/Platform.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/lib/testlibrary/jdk/testlibrary/Platform.java Fri Feb 02 18:25:39 2018 -0800
@@ -53,8 +53,13 @@
return isOs("linux");
}
@@ -849,8 +849,8 @@
}
public static String getOsName() {
---- ./jdk/test/sun/awt/dnd/8024061/bug8024061.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/awt/dnd/8024061/bug8024061.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/awt/dnd/8024061/bug8024061.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/awt/dnd/8024061/bug8024061.java Fri Feb 02 18:25:39 2018 -0800
@@ -107,8 +107,8 @@
public static void main(String[] args) throws AWTException, InvocationTargetException, InterruptedException {
@@ -862,8 +862,8 @@
"skipping!");
return;
}
---- ./jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh Fri Feb 02 18:25:39 2018 -0800
@@ -42,7 +42,7 @@
fi
@@ -873,8 +873,8 @@
PATHSEP=":"
FILESEP="/"
DFILESEP=$FILESEP
---- ./jdk/test/sun/net/ftp/MarkResetTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/net/ftp/MarkResetTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/net/ftp/MarkResetTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/net/ftp/MarkResetTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -28,7 +28,7 @@
OS=`uname -s`
@@ -884,8 +884,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/net/www/http/HttpClient/RetryPost.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/net/www/http/HttpClient/RetryPost.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/net/www/http/HttpClient/RetryPost.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/net/www/http/HttpClient/RetryPost.sh Fri Feb 02 18:25:39 2018 -0800
@@ -28,7 +28,7 @@
OS=`uname -s`
@@ -895,8 +895,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/net/www/protocol/jar/B5105410.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/net/www/protocol/jar/B5105410.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/net/www/protocol/jar/B5105410.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/net/www/protocol/jar/B5105410.sh Fri Feb 02 18:25:39 2018 -0800
@@ -31,7 +31,7 @@
OS=`uname -s`
@@ -906,8 +906,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/net/www/protocol/jar/jarbug/run.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/net/www/protocol/jar/jarbug/run.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/net/www/protocol/jar/jarbug/run.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/net/www/protocol/jar/jarbug/run.sh Fri Feb 02 18:25:39 2018 -0800
@@ -31,7 +31,7 @@
OS=`uname -s`
@@ -917,8 +917,8 @@
PS=":"
FS="/"
CHMOD="${FS}bin${FS}chmod"
---- ./jdk/test/sun/nio/ch/SelProvider.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/nio/ch/SelProvider.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/nio/ch/SelProvider.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/nio/ch/SelProvider.java Fri Feb 02 18:25:39 2018 -0800
@@ -39,7 +39,7 @@
expected = "sun.nio.ch.DevPollSelectorProvider";
} else if ("Linux".equals(osname)) {
@@ -928,8 +928,8 @@
expected = "sun.nio.ch.KQueueSelectorProvider";
} else {
return;
---- ./jdk/test/sun/security/krb5/runNameEquals.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/krb5/runNameEquals.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/krb5/runNameEquals.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/krb5/runNameEquals.sh Fri Feb 02 18:25:39 2018 -0800
@@ -52,7 +52,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -939,8 +939,8 @@
PATHSEP=":"
FILESEP="/"
NATIVE=true
---- ./jdk/test/sun/security/mscapi/ShortRSAKey1024.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/mscapi/ShortRSAKey1024.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/mscapi/ShortRSAKey1024.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/mscapi/ShortRSAKey1024.sh Fri Feb 02 18:25:39 2018 -0800
@@ -50,7 +50,7 @@
OS=`uname -s`
@@ -950,8 +950,8 @@
FS="/"
;;
Windows_* )
---- ./jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh Fri Feb 02 18:25:39 2018 -0800
@@ -66,7 +66,7 @@
CP="${FS}bin${FS}cp"
CHMOD="${FS}bin${FS}chmod"
@@ -961,8 +961,8 @@
FS="/"
PS=":"
CP="${FS}bin${FS}cp"
---- ./jdk/test/sun/security/pkcs11/Provider/Login.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/pkcs11/Provider/Login.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/pkcs11/Provider/Login.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/pkcs11/Provider/Login.sh Fri Feb 02 18:25:39 2018 -0800
@@ -67,7 +67,7 @@
CP="${FS}bin${FS}cp"
CHMOD="${FS}bin${FS}chmod"
@@ -972,8 +972,8 @@
FS="/"
PS=":"
CP="${FS}bin${FS}cp"
---- ./jdk/test/sun/security/provider/KeyStore/DKSTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/provider/KeyStore/DKSTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/provider/KeyStore/DKSTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/provider/KeyStore/DKSTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -50,7 +50,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -983,8 +983,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh Fri Feb 02 18:25:39 2018 -0800
@@ -52,7 +52,7 @@
PATHSEP=":"
FILESEP="/"
@@ -994,8 +994,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/sun/security/provider/PolicyFile/getinstance/getinstance.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/provider/PolicyFile/getinstance/getinstance.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/provider/PolicyFile/getinstance/getinstance.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/provider/PolicyFile/getinstance/getinstance.sh Fri Feb 02 18:25:39 2018 -0800
@@ -59,7 +59,7 @@
PS=":"
FS="/"
@@ -1005,8 +1005,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh Fri Feb 02 18:25:39 2018 -0800
@@ -33,7 +33,7 @@
OS=`uname -s`
@@ -1016,8 +1016,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -46,7 +46,7 @@
OS=`uname -s`
@@ -1027,8 +1027,8 @@
FILESEP="/"
PATHSEP=":"
;;
---- ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh Fri Feb 02 18:25:39 2018 -0800
@@ -32,7 +32,7 @@
HOSTNAME=`uname -n`
OS=`uname -s`
@@ -1038,8 +1038,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Fri Feb 02 18:25:39 2018 -0800
@@ -32,7 +32,7 @@
HOSTNAME=`uname -n`
OS=`uname -s`
@@ -1049,8 +1049,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/security/tools/jarsigner/AlgOptions.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/jarsigner/AlgOptions.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/jarsigner/AlgOptions.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/jarsigner/AlgOptions.sh Fri Feb 02 18:25:39 2018 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1060,8 +1060,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/jarsigner/PercentSign.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/jarsigner/PercentSign.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/jarsigner/PercentSign.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/jarsigner/PercentSign.sh Fri Feb 02 18:25:39 2018 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1071,8 +1071,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/jarsigner/diffend.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/jarsigner/diffend.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/jarsigner/diffend.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/jarsigner/diffend.sh Fri Feb 02 18:25:39 2018 -0800
@@ -47,6 +47,13 @@
FS="/"
CP="${FS}bin${FS}cp -f"
@@ -1087,8 +1087,8 @@
CYGWIN* )
NULL=/dev/null
PS=";"
---- ./jdk/test/sun/security/tools/jarsigner/emptymanifest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/jarsigner/emptymanifest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/jarsigner/emptymanifest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/jarsigner/emptymanifest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -39,6 +39,11 @@
Windows_* )
FS="\\"
@@ -1101,8 +1101,8 @@
* )
FS="/"
;;
---- ./jdk/test/sun/security/tools/jarsigner/oldsig.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/jarsigner/oldsig.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/jarsigner/oldsig.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/jarsigner/oldsig.sh Fri Feb 02 18:25:39 2018 -0800
@@ -42,7 +42,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1112,8 +1112,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/keytool/AltProviderPath.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/keytool/AltProviderPath.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/keytool/AltProviderPath.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/keytool/AltProviderPath.sh Fri Feb 02 18:25:39 2018 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1123,8 +1123,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/keytool/CloneKeyAskPassword.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/keytool/CloneKeyAskPassword.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/keytool/CloneKeyAskPassword.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/keytool/CloneKeyAskPassword.sh Fri Feb 02 18:25:39 2018 -0800
@@ -55,7 +55,7 @@
PATHSEP=":"
FILESEP="/"
@@ -1134,8 +1134,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/sun/security/tools/keytool/NoExtNPE.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/keytool/NoExtNPE.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/keytool/NoExtNPE.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/keytool/NoExtNPE.sh Fri Feb 02 18:25:39 2018 -0800
@@ -48,7 +48,7 @@
Linux )
FILESEP="/"
@@ -1145,8 +1145,8 @@
FILESEP="/"
;;
AIX )
---- ./jdk/test/sun/security/tools/keytool/SecretKeyKS.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/keytool/SecretKeyKS.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/keytool/SecretKeyKS.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/keytool/SecretKeyKS.sh Fri Feb 02 18:25:39 2018 -0800
@@ -45,7 +45,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1156,8 +1156,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/keytool/StandardAlgName.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/keytool/StandardAlgName.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/keytool/StandardAlgName.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/keytool/StandardAlgName.sh Fri Feb 02 18:25:39 2018 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1167,8 +1167,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/keytool/StorePasswordsByShell.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/keytool/StorePasswordsByShell.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/keytool/StorePasswordsByShell.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/keytool/StorePasswordsByShell.sh Fri Feb 02 18:25:39 2018 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1178,8 +1178,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/sun/security/tools/keytool/i18n.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/keytool/i18n.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/keytool/i18n.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/keytool/i18n.sh Fri Feb 02 18:25:39 2018 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1189,8 +1189,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/keytool/printssl.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/keytool/printssl.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/keytool/printssl.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/keytool/printssl.sh Fri Feb 02 18:25:39 2018 -0800
@@ -40,7 +40,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1200,8 +1200,8 @@
FS="/"
;;
CYGWIN* )
---- ./jdk/test/sun/security/tools/keytool/resource.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/keytool/resource.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/keytool/resource.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/keytool/resource.sh Fri Feb 02 18:25:39 2018 -0800
@@ -43,7 +43,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1211,8 +1211,8 @@
NULL=/dev/null
FS="/"
;;
---- ./jdk/test/sun/security/tools/keytool/standard.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/keytool/standard.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/keytool/standard.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/keytool/standard.sh Fri Feb 02 18:25:39 2018 -0800
@@ -45,7 +45,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1222,8 +1222,8 @@
FS="/"
;;
Windows_* )
---- ./jdk/test/sun/security/tools/policytool/Alias.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/policytool/Alias.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/policytool/Alias.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/policytool/Alias.sh Fri Feb 02 18:25:39 2018 -0800
@@ -47,7 +47,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1233,8 +1233,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/policytool/ChangeUI.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/policytool/ChangeUI.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/policytool/ChangeUI.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/policytool/ChangeUI.sh Fri Feb 02 18:25:39 2018 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1244,8 +1244,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/policytool/OpenPolicy.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/policytool/OpenPolicy.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/policytool/OpenPolicy.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/policytool/OpenPolicy.sh Fri Feb 02 18:25:39 2018 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1255,8 +1255,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/policytool/SaveAs.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/policytool/SaveAs.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/policytool/SaveAs.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/policytool/SaveAs.sh Fri Feb 02 18:25:39 2018 -0800
@@ -47,7 +47,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1266,8 +1266,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/policytool/UpdatePermissions.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/policytool/UpdatePermissions.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/policytool/UpdatePermissions.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/policytool/UpdatePermissions.sh Fri Feb 02 18:25:39 2018 -0800
@@ -47,7 +47,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1277,8 +1277,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/policytool/UsePolicy.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/policytool/UsePolicy.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/policytool/UsePolicy.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/policytool/UsePolicy.sh Fri Feb 02 18:25:39 2018 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1288,8 +1288,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/policytool/i18n.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/security/tools/policytool/i18n.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/security/tools/policytool/i18n.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/security/tools/policytool/i18n.sh Fri Feb 02 18:25:39 2018 -0800
@@ -49,7 +49,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1299,8 +1299,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/tools/common/CommonSetup.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/tools/common/CommonSetup.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/tools/common/CommonSetup.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/tools/common/CommonSetup.sh Fri Feb 02 18:25:39 2018 -0800
@@ -47,6 +47,7 @@
# isLinux - true if OS is Linux
# isSolaris - true if OS is Solaris
@@ -1328,8 +1328,8 @@
Darwin )
OS="Mac OS X"
isMacos=true
---- ./jdk/test/sun/tools/jconsole/ResourceCheckTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/tools/jconsole/ResourceCheckTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/tools/jconsole/ResourceCheckTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/tools/jconsole/ResourceCheckTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -54,7 +54,7 @@
OS=`uname -s`
@@ -1339,8 +1339,8 @@
PATHSEP=":"
;;
---- ./jdk/test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh Fri Feb 02 18:25:39 2018 -0800
@@ -56,7 +56,7 @@
OS=`uname -s`
@@ -1350,8 +1350,8 @@
PATHSEP=":"
;;
---- ./jdk/test/tools/launcher/ExecutionEnvironment.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/tools/launcher/ExecutionEnvironment.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/tools/launcher/ExecutionEnvironment.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/tools/launcher/ExecutionEnvironment.java Fri Feb 02 18:25:39 2018 -0800
@@ -194,7 +194,7 @@
Map<String, String> env = new HashMap<>();
@@ -1361,8 +1361,8 @@
for (String x : LD_PATH_STRINGS) {
String pairs[] = x.split("=");
env.put(pairs[0], pairs[1]);
---- ./jdk/test/tools/launcher/RunpathTest.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/tools/launcher/RunpathTest.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/tools/launcher/RunpathTest.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/tools/launcher/RunpathTest.java Fri Feb 02 18:25:39 2018 -0800
@@ -69,7 +69,7 @@
}
@@ -1372,8 +1372,8 @@
RunpathTest rp = new RunpathTest();
rp.testRpath();
}
---- ./jdk/test/tools/launcher/Test7029048.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/tools/launcher/Test7029048.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/tools/launcher/Test7029048.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/tools/launcher/Test7029048.java Fri Feb 02 18:25:39 2018 -0800
@@ -223,7 +223,7 @@
} else if (isSolaris && passes < 9) {
throw new Exception("Test7029048: FAIL: " +
@@ -1383,8 +1383,8 @@
throw new Exception("Test7029048: FAIL: " +
"all tests did not run, expected " + 6 + " got " + passes);
} else {
---- ./jdk/test/tools/launcher/TestHelper.java Tue Sep 05 18:56:11 2017 -0700
-+++ ./jdk/test/tools/launcher/TestHelper.java Sat Nov 18 14:41:06 2017 -0800
+--- ./jdk/test/tools/launcher/TestHelper.java Fri Dec 15 09:05:18 2017 -0800
++++ ./jdk/test/tools/launcher/TestHelper.java Fri Feb 02 18:25:39 2018 -0800
@@ -94,6 +94,8 @@
System.getProperty("os.name", "unknown").startsWith("Linux");
static final boolean isAIX =
@@ -1394,8 +1394,8 @@
static final String LIBJVM = isWindows
? "jvm.dll"
: "libjvm" + (isMacOSX ? ".dylib" : ".so");
---- ./langtools/test/Makefile Tue Sep 05 19:22:39 2017 -0700
-+++ ./langtools/test/Makefile Sat Nov 18 08:32:29 2017 -0800
+--- ./langtools/test/Makefile Fri Dec 15 09:20:16 2017 -0800
++++ ./langtools/test/Makefile Thu Jan 25 22:36:17 2018 -0800
@@ -34,6 +34,14 @@
ARCH=i586
endif
@@ -1411,8 +1411,8 @@
ifeq ($(OSNAME), Darwin)
PLATFORM = bsd
ARCH = $(shell uname -m)
---- ./langtools/test/tools/javah/ReadOldClass.sh Tue Sep 05 19:22:39 2017 -0700
-+++ ./langtools/test/tools/javah/ReadOldClass.sh Sat Nov 18 08:32:29 2017 -0800
+--- ./langtools/test/tools/javah/ReadOldClass.sh Fri Dec 15 09:20:16 2017 -0800
++++ ./langtools/test/tools/javah/ReadOldClass.sh Thu Jan 25 22:36:17 2018 -0800
@@ -43,7 +43,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1422,8 +1422,8 @@
PS=":"
FS="/"
;;
---- ./nashorn/test/script/jfx.js Tue Sep 05 19:25:16 2017 -0700
-+++ ./nashorn/test/script/jfx.js Sat Nov 18 08:32:58 2017 -0800
+--- ./nashorn/test/script/jfx.js Fri Dec 15 09:23:48 2017 -0800
++++ ./nashorn/test/script/jfx.js Thu Jan 25 22:36:19 2018 -0800
@@ -93,6 +93,8 @@
f2 = new File(sb.append(fsep + "linux.png").toString());
} else if (OSInfo.getOSType() == OSType.MACOSX) {