aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2017-01-29 07:08:18 +0000
committerGreg Lewis <glewis@FreeBSD.org>2017-01-29 07:08:18 +0000
commit7494e12b61fe09ef699cd4f92eaa7059ad6b13d5 (patch)
tree02b7337f44e7fd62865dd1da38eded9592a0577d /java
parent518559d9280db631e620ae19253659733fc8a9a3 (diff)
downloadports-7494e12b61fe09ef699cd4f92eaa7059ad6b13d5.tar.gz
ports-7494e12b61fe09ef699cd4f92eaa7059ad6b13d5.zip
. Update to 8u121.
Notes
Notes: svn path=/head/; revision=432697
Diffstat (limited to 'java')
-rw-r--r--java/openjdk8/Makefile8
-rw-r--r--java/openjdk8/distinfo6
-rw-r--r--java/openjdk8/files/patch-bsd983
-rw-r--r--java/openjdk8/files/patch-bsd-test826
-rw-r--r--java/openjdk8/files/patch-jdk_src_solaris_native_sun_management_OperatingSystemImpl.c9
5 files changed, 1182 insertions, 650 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile
index ff5ae60e67f9..591cb37dd508 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 \
@@ -27,7 +26,8 @@ PATCHFILES= patch-8u05-b13.xz \
patch-8u77-b03.xz \
patch-8u92-b14.xz \
patch-8u102-b14.xz \
- patch-8u112-b16.xz
+ patch-8u112-b16.xz \
+ patch-8u121-b13.xz
MAINTAINER= java@FreeBSD.org
COMMENT?= Java Development Kit ${JDK_MAJOR_VERSION}
@@ -221,8 +221,8 @@ NO_CCACHE= yes
NOPRECIOUSMAKEVARS= yes
JDK_MAJOR_VERSION= 8
-JDK_UPDATE_VERSION= 112
-JDK_BUILD_NUMBER= 16
+JDK_UPDATE_VERSION= 121
+JDK_BUILD_NUMBER= 13
DIST_BUILD_NUMBER= 132
JTREG_VERSION= 4.1
JTREG_BUILD_NUMBER= b08
diff --git a/java/openjdk8/distinfo b/java/openjdk8/distinfo
index 1c3f001f4a15..4828432a9d41 100644
--- a/java/openjdk8/distinfo
+++ b/java/openjdk8/distinfo
@@ -1,8 +1,6 @@
-TIMESTAMP = 1477762427
+TIMESTAMP = 1485666250
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
-SIZE (jtreg4.1-b08.tar.gz) = 6834252
SHA256 (patch-8u05-b13.xz) = 0fd6dfa17769a92d94a710e330d411fcbd49a8142d4cb8826b96b42d3c007a63
SIZE (patch-8u05-b13.xz) = 88636
SHA256 (patch-8u11-b13.xz) = 68ead09e1841fc43a4fec2c386acc70e3edab99e116923befa0d83960c4a1f85
@@ -35,3 +33,5 @@ SHA256 (patch-8u102-b14.xz) = 02ae897c1bfbb137339fe00f0672af268b94beee88f44c818a
SIZE (patch-8u102-b14.xz) = 411024
SHA256 (patch-8u112-b16.xz) = adbca9b317d599a3ee2e8ac6efb47b0576bdb1ebf0a8b9a0d0d7742db499b921
SIZE (patch-8u112-b16.xz) = 217492
+SHA256 (patch-8u121-b13.xz) = ef48cad21bb0ccadb3968147ab4d4d0b9ae024bf42a0fccf5714584f43df9ed4
+SIZE (patch-8u121-b13.xz) = 135520
diff --git a/java/openjdk8/files/patch-bsd b/java/openjdk8/files/patch-bsd
index 3a225dc7f23b..af118c65eb8f 100644
--- a/java/openjdk8/files/patch-bsd
+++ b/java/openjdk8/files/patch-bsd
@@ -1,5 +1,5 @@
---- ./common/autoconf/build-performance.m4 Thu Sep 22 12:29:25 2016 -0700
-+++ ./common/autoconf/build-performance.m4 Wed Dec 28 10:29:21 2016 -0800
+--- ./common/autoconf/build-performance.m4 Mon Nov 28 13:51:01 2016 -0800
++++ ./common/autoconf/build-performance.m4 Sat Jan 28 19:01:56 2017 -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 Thu Sep 22 12:29:25 2016 -0700
-+++ ./common/autoconf/generated-configure.sh Wed Dec 28 10:29:21 2016 -0800
+--- ./common/autoconf/generated-configure.sh Mon Nov 28 13:51:01 2016 -0800
++++ ./common/autoconf/generated-configure.sh Sat Jan 28 19:01:56 2017 -0800
@@ -646,6 +646,8 @@
LIBM
LIBZIP_CAN_USE_MMAP
@@ -685,8 +685,8 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no, disabling ccache" >&5
$as_echo "no, disabling ccache" >&6; }
CCACHE=
---- ./common/autoconf/jdk-options.m4 Thu Sep 22 12:29:25 2016 -0700
-+++ ./common/autoconf/jdk-options.m4 Wed Dec 28 10:29:21 2016 -0800
+--- ./common/autoconf/jdk-options.m4 Mon Nov 28 13:51:01 2016 -0800
++++ ./common/autoconf/jdk-options.m4 Sat Jan 28 19:01:56 2017 -0800
@@ -159,7 +159,7 @@
INCLUDE_SA=false
fi
@@ -717,8 +717,8 @@
# Enable or disable the elliptic curve crypto implementation
#
AC_DEFUN_ONCE([JDKOPT_DETECT_INTREE_EC],
---- ./common/autoconf/libraries.m4 Thu Sep 22 12:29:25 2016 -0700
-+++ ./common/autoconf/libraries.m4 Wed Dec 28 10:29:21 2016 -0800
+--- ./common/autoconf/libraries.m4 Mon Nov 28 13:51:01 2016 -0800
++++ ./common/autoconf/libraries.m4 Sat Jan 28 19:01:56 2017 -0800
@@ -69,9 +69,15 @@
fi
@@ -856,8 +856,8 @@
+
AC_SUBST(LIBCXX)
])
---- ./common/autoconf/platform.m4 Thu Sep 22 12:29:25 2016 -0700
-+++ ./common/autoconf/platform.m4 Wed Dec 28 10:29:21 2016 -0800
+--- ./common/autoconf/platform.m4 Mon Nov 28 13:51:01 2016 -0800
++++ ./common/autoconf/platform.m4 Sat Jan 28 19:01:56 2017 -0800
@@ -30,7 +30,7 @@
[
# First argument is the cpu name from the trip/quad
@@ -917,8 +917,8 @@
OPENJDK_TARGET_CPU_OSARCH="i386"
elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then
# On all platforms except macosx, we replace x86_64 with amd64.
---- ./common/autoconf/spec.gmk.in Thu Sep 22 12:29:25 2016 -0700
-+++ ./common/autoconf/spec.gmk.in Wed Dec 28 10:29:21 2016 -0800
+--- ./common/autoconf/spec.gmk.in Mon Nov 28 13:51:01 2016 -0800
++++ ./common/autoconf/spec.gmk.in Sat Jan 28 19:01:56 2017 -0800
@@ -76,6 +76,7 @@
OPENJDK_TARGET_OS:=@OPENJDK_TARGET_OS@
OPENJDK_TARGET_OS_API:=@OPENJDK_TARGET_OS_API@
@@ -955,8 +955,8 @@
USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@
LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@
MSVCR_DLL:=@MSVCR_DLL@
---- ./common/autoconf/toolchain.m4 Thu Sep 22 12:29:25 2016 -0700
-+++ ./common/autoconf/toolchain.m4 Wed Dec 28 10:29:21 2016 -0800
+--- ./common/autoconf/toolchain.m4 Mon Nov 28 13:51:01 2016 -0800
++++ ./common/autoconf/toolchain.m4 Sat Jan 28 19:01:56 2017 -0800
@@ -72,7 +72,7 @@
else
COMPILER_VERSION_TEST=`$COMPILER --version 2>&1 | $HEAD -n 1`
@@ -1074,16 +1074,16 @@
fi
if test "x$DEBUG_LEVEL" = xrelease; then
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DNDEBUG"
---- ./configure Thu Sep 22 12:29:25 2016 -0700
-+++ ./configure Wed Dec 28 10:29:21 2016 -0800
+--- ./configure Mon Nov 28 13:51:01 2016 -0800
++++ ./configure Sat Jan 28 19:01:56 2017 -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 Thu Sep 22 12:29:25 2016 -0700
-+++ ./make/Javadoc.gmk Wed Dec 28 10:29:21 2016 -0800
+--- ./make/Javadoc.gmk Mon Nov 28 13:51:01 2016 -0800
++++ ./make/Javadoc.gmk Sat Jan 28 19:01:56 2017 -0800
@@ -46,8 +46,18 @@
BUILD_NUMBER=$(JDK_BUILD_NUMBER)
@@ -1104,8 +1104,8 @@
-Djava.awt.headless=true \
$(NEW_JAVADOC) \
-bootclasspath $(JDK_OUTPUTDIR)/classes
---- ./make/Main.gmk Thu Sep 22 12:29:25 2016 -0700
-+++ ./make/Main.gmk Wed Dec 28 10:29:21 2016 -0800
+--- ./make/Main.gmk Mon Nov 28 13:51:01 2016 -0800
++++ ./make/Main.gmk Sat Jan 28 19:01:56 2017 -0800
@@ -58,7 +58,11 @@
# Setup number of jobs to use. -jN is unfortunately not available for us to parse from the command line,
@@ -1118,8 +1118,8 @@
### Main targets
---- ./make/common/MakeBase.gmk Thu Sep 22 12:29:25 2016 -0700
-+++ ./make/common/MakeBase.gmk Wed Dec 28 10:29:21 2016 -0800
+--- ./make/common/MakeBase.gmk Mon Nov 28 13:51:01 2016 -0800
++++ ./make/common/MakeBase.gmk Sat Jan 28 19:01:56 2017 -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.
@@ -1140,8 +1140,8 @@
endef
# Make directory without forking mkdir if not needed
---- ./make/common/NativeCompilation.gmk Thu Sep 22 12:29:25 2016 -0700
-+++ ./make/common/NativeCompilation.gmk Wed Dec 28 10:29:21 2016 -0800
+--- ./make/common/NativeCompilation.gmk Mon Nov 28 13:51:01 2016 -0800
++++ ./make/common/NativeCompilation.gmk Sat Jan 28 19:01:56 2017 -0800
@@ -151,9 +151,9 @@
# CC the compiler to use, default is $(CC)
# LDEXE the linker to use for linking executables, default is $(LDEXE)
@@ -1155,8 +1155,8 @@
ifneq (,$$($1_BIN))
$$(error BIN has been replaced with OBJECT_DIR)
---- ./hotspot/agent/make/Makefile Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/agent/make/Makefile Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/agent/make/Makefile Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/agent/make/Makefile Sat Jan 28 19:02:08 2017 -0800
@@ -50,6 +50,7 @@
sun.jvm.hotspot.debugger.amd64 \
sun.jvm.hotspot.debugger.bsd \
@@ -1235,8 +1235,8 @@
sun/jvm/hotspot/runtime/solaris_amd64/*.java \
sun/jvm/hotspot/runtime/solaris_sparc/*.java \
sun/jvm/hotspot/runtime/solaris_x86/*.java \
---- ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Sat Jan 28 19:02:08 2017 -0800
@@ -42,6 +42,10 @@
#include "sun_jvm_hotspot_debugger_sparc_SPARCThreadContext.h"
#endif
@@ -1305,8 +1305,8 @@
(*env)->ReleaseLongArrayElements(env, array, regs, JNI_COMMIT);
return array;
---- ./hotspot/agent/src/os/bsd/symtab.c Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/agent/src/os/bsd/symtab.c Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/agent/src/os/bsd/symtab.c Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/agent/src/os/bsd/symtab.c Sat Jan 28 19:02:08 2017 -0800
@@ -211,6 +211,10 @@
// Reading of elf header
@@ -1347,8 +1347,8 @@
key.data = sym_name;
key.size = strlen(sym_name) + 1;
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Sat Jan 28 19:02:08 2017 -0800
@@ -33,6 +33,7 @@
import sun.jvm.hotspot.debugger.JVMDebugger;
import sun.jvm.hotspot.debugger.MachineDescription;
@@ -1367,7 +1367,7 @@
if (LinuxDebuggerLocal.getAddressSize()==8) {
machDesc = new MachineDescriptionSPARC64Bit();
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionPPC64.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionPPC64.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,43 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1412,8 +1412,8 @@
+ return false;
+ }
+}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Sat Jan 28 19:02:08 2017 -0800
@@ -30,8 +30,10 @@
import sun.jvm.hotspot.debugger.cdbg.*;
import sun.jvm.hotspot.debugger.x86.*;
@@ -1439,8 +1439,8 @@
} else {
throw new DebuggerException(cpu + " is not yet supported");
}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Sat Jan 28 19:02:08 2017 -0800
@@ -27,6 +27,7 @@
import sun.jvm.hotspot.debugger.*;
import sun.jvm.hotspot.debugger.bsd.amd64.*;
@@ -1459,7 +1459,7 @@
throw new RuntimeException("cpu " + cpu + " is not yet supported");
}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64CFrame.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64CFrame.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,79 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1541,7 +1541,7 @@
+ private BsdDebugger dbg;
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64ThreadContext.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64ThreadContext.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,46 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1590,7 +1590,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ppc64/PPC64ThreadContext.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ppc64/PPC64ThreadContext.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,123 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1715,8 +1715,8 @@
+ public abstract Address getRegisterAsAddress(int index);
+
+}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Sat Jan 28 19:02:08 2017 -0800
@@ -32,7 +32,9 @@
import sun.jvm.hotspot.debugger.cdbg.*;
import sun.jvm.hotspot.debugger.proc.amd64.*;
@@ -1739,7 +1739,7 @@
try {
Class tfc = Class.forName("sun.jvm.hotspot.debugger.proc." +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64Thread.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64Thread.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,86 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1828,7 +1828,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadContext.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadContext.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,46 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1877,7 +1877,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadFactory.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadFactory.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,44 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1923,8 +1923,8 @@
+ return new ProcPPC64Thread(debugger, id);
+ }
+}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Sat Jan 28 19:02:08 2017 -0800
@@ -33,6 +33,7 @@
import sun.jvm.hotspot.debugger.remote.sparc.*;
import sun.jvm.hotspot.debugger.remote.x86.*;
@@ -1946,7 +1946,7 @@
try {
Class tf = Class.forName("sun.jvm.hotspot.debugger.remote." +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64Thread.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64Thread.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,53 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2002,7 +2002,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadContext.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadContext.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,50 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2055,7 +2055,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadFactory.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadFactory.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,44 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2101,8 +2101,8 @@
+ return new RemotePPC64Thread(debugger, id);
+ }
+}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Sat Jan 28 19:02:08 2017 -0800
@@ -37,6 +37,7 @@
import sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess;
import sun.jvm.hotspot.runtime.bsd_x86.BsdX86JavaThreadPDAccess;
@@ -2121,7 +2121,7 @@
} else if (os.equals("darwin")) {
if (cpu.equals("amd64") || cpu.equals("x86_64")) {
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_ppc64/BsdPPC64JavaThreadPDAccess.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_ppc64/BsdPPC64JavaThreadPDAccess.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,132 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2256,7 +2256,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64CurrentFrameGuess.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64CurrentFrameGuess.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,176 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2435,7 +2435,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,508 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2946,7 +2946,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64JavaCallWrapper.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64JavaCallWrapper.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,43 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2992,7 +2992,7 @@
+
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64RegisterMap.java Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64RegisterMap.java Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,51 @@
+/*
+ * Copyright (c) 20014, Oracle and/or its affiliates. All rights reserved.
@@ -3045,8 +3045,8 @@
+ protected void initializeFromPD(RegisterMap map) {}
+ protected Address getLocationPD(VMReg reg) { return null; }
+}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Sat Jan 28 19:02:08 2017 -0800
@@ -61,7 +61,7 @@
return "x86";
} else if (cpu.equals("sparc") || cpu.equals("sparcv9")) {
@@ -3056,8 +3056,8 @@
return cpu;
} else {
try {
---- ./hotspot/make/bsd/Makefile Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/Makefile Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/Makefile Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/Makefile Sat Jan 28 19:02:08 2017 -0800
@@ -66,6 +66,10 @@
FORCE_TIERED=1
endif
@@ -3069,8 +3069,8 @@
ifdef LP64
ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")
---- ./hotspot/make/bsd/makefiles/build_vm_def.sh Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/build_vm_def.sh Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Sat Jan 28 19:02:08 2017 -0800
@@ -1,12 +1,28 @@
#!/bin/sh
@@ -3106,8 +3106,8 @@
+ if ($3 ~ /^_ZN9Arguments17SharedArchivePathE$/) print "\t" $3 ";"
+ }' | sort -u ;;
+esac
---- ./hotspot/make/bsd/makefiles/debug.make Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/debug.make Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/debug.make Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/debug.make Sat Jan 28 19:02:08 2017 -0800
@@ -35,7 +35,10 @@
# to inhibit the effect of the previous line on CFLAGS.
@@ -3120,8 +3120,8 @@
VERSION = debug
SYSDEFS += -DASSERT
---- ./hotspot/make/bsd/makefiles/defs.make Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/defs.make Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/defs.make Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/defs.make Sat Jan 28 19:02:08 2017 -0800
@@ -29,7 +29,15 @@
SLASH_JAVA ?= /java
@@ -3220,8 +3220,8 @@
ADD_SA_BINARIES/ia64 =
ADD_SA_BINARIES/arm =
ADD_SA_BINARIES/zero =
---- ./hotspot/make/bsd/makefiles/fastdebug.make Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/fastdebug.make Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/fastdebug.make Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/fastdebug.make Sat Jan 28 19:02:08 2017 -0800
@@ -56,7 +56,10 @@
# to inhibit the effect of the previous line on CFLAGS.
@@ -3234,8 +3234,8 @@
VERSION = fastdebug
SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
---- ./hotspot/make/bsd/makefiles/gcc.make Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/gcc.make Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/gcc.make Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/gcc.make Sat Jan 28 19:02:08 2017 -0800
@@ -168,6 +168,9 @@
CFLAGS += -DDONT_USE_PRECOMPILED_HEADER
endif
@@ -3362,7 +3362,7 @@
endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/launcher.make Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/make/bsd/makefiles/launcher.make Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,117 @@
+#
+# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -3481,8 +3481,8 @@
+ $(QUIETLY) sed -e 's/@@LIBARCH@@/$(LIBARCH)/g' $< > $@
+ $(QUIETLY) chmod +x $@
+
---- ./hotspot/make/bsd/makefiles/mapfile-vers-debug Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/mapfile-vers-debug Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug Sat Jan 28 19:02:08 2017 -0800
@@ -21,246 +21,254 @@
# questions.
#
@@ -3971,7 +3971,7 @@
+ *;
+};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,266 @@
+#
+# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
@@ -4239,8 +4239,8 @@
+
+ # INSERT VTABLE SYMBOLS HERE
+
---- ./hotspot/make/bsd/makefiles/mapfile-vers-product Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/mapfile-vers-product Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Sat Jan 28 19:02:08 2017 -0800
@@ -21,241 +21,249 @@
# questions.
#
@@ -4720,7 +4720,7 @@
+ *;
+};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,261 @@
+#
+# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
@@ -4983,8 +4983,8 @@
+
+ # INSERT VTABLE SYMBOLS HERE
+
---- ./hotspot/make/bsd/makefiles/optimized.make Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/optimized.make Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/optimized.make Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/optimized.make Sat Jan 28 19:02:08 2017 -0800
@@ -38,6 +38,9 @@
# to inhibit the effect of the previous line on CFLAGS.
@@ -4997,7 +4997,7 @@
VERSION = optimized
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/ppc64.make Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/make/bsd/makefiles/ppc64.make Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,51 @@
+#
+# Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -5050,8 +5050,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 Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/product.make Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/product.make Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/product.make Sat Jan 28 19:02:08 2017 -0800
@@ -38,7 +38,10 @@
# to inhibit the effect of the previous line on CFLAGS.
@@ -5064,8 +5064,8 @@
SYSDEFS += -DPRODUCT
VERSION = optimized
---- ./hotspot/make/bsd/makefiles/rules.make Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/rules.make Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/rules.make Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/rules.make Sat Jan 28 19:02:08 2017 -0800
@@ -34,7 +34,7 @@
CC_COMPILE = $(CC) $(CXXFLAGS) $(CFLAGS)
CXX_COMPILE = $(CXX) $(CXXFLAGS) $(CFLAGS)
@@ -5075,8 +5075,8 @@
COMPILE.CC = $(CC_COMPILE) -c
GENASM.CC = $(CC_COMPILE) -S
---- ./hotspot/make/bsd/makefiles/sa.make Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/sa.make Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/sa.make Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/sa.make Sat Jan 28 19:02:08 2017 -0800
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
@@ -5191,8 +5191,8 @@
rm -rf $(AGENT_FILES_LIST)
+
+-include $(HS_ALT_MAKE)/bsd/makefiles/sa-rules.make
---- ./hotspot/make/bsd/makefiles/saproc.make Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/saproc.make Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/saproc.make Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/saproc.make Sat Jan 28 19:02:08 2017 -0800
@@ -99,10 +99,10 @@
endif
@@ -5232,8 +5232,8 @@
+ cp -f $(LIBSAPROC) $(DEST_SAPROC) && echo "Done"
.PHONY: install_saproc
---- ./hotspot/make/bsd/makefiles/vm.make Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/vm.make Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/bsd/makefiles/vm.make Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/bsd/makefiles/vm.make Sat Jan 28 19:02:08 2017 -0800
@@ -107,7 +107,7 @@
# File specific flags
CXXFLAGS += $(CXXFLAGS/BYFILE)
@@ -5244,7 +5244,7 @@
endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/platform_ppc64 Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/make/bsd/platform_ppc64 Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,17 @@
+os_family = bsd
+
@@ -5263,8 +5263,8 @@
+gnu_dis_arch = ppc64
+
+sysdefs = -DBSD -D_ALLBSD_SOURCE -D_GNU_SOURCE -DPPC64
---- ./hotspot/make/sa.files Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/make/sa.files Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/make/sa.files Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/make/sa.files Sat Jan 28 19:02:08 2017 -0800
@@ -45,6 +45,7 @@
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/amd64/*.java \
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/bsd/*.java \
@@ -5305,8 +5305,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 Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -277,5 +277,9 @@
#if defined(TARGET_OS_ARCH_linux_ppc)
#include "bytes_linux_ppc.inline.hpp"
@@ -5317,8 +5317,8 @@
+
#endif // CPU_PPC_VM_BYTES_PPC_HPP
---- ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -307,6 +307,8 @@
// Although AIX runs on big endian CPU, float is in most significant
// word of an argument slot.
@@ -5328,8 +5328,8 @@
#else
#error "unknown OS"
#endif
---- ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -778,6 +778,8 @@
// Although AIX runs on big endian CPU, float is in the most
// significant word of an argument slot.
@@ -5339,8 +5339,8 @@
#else
#error "unknown OS"
#endif
---- ./hotspot/src/cpu/x86/vm/jni_x86.h Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/cpu/x86/vm/jni_x86.h Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/cpu/x86/vm/jni_x86.h Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/cpu/x86/vm/jni_x86.h Sat Jan 28 19:02:08 2017 -0800
@@ -34,7 +34,7 @@
#ifndef __has_attribute
#define __has_attribute(x) 0
@@ -5350,8 +5350,8 @@
#define JNIEXPORT __attribute__((visibility("default")))
#define JNIIMPORT __attribute__((visibility("default")))
#else
---- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -2266,7 +2266,7 @@
if (!is_critical_native) {
// reset handle block
@@ -5361,8 +5361,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 Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -23,9 +23,12 @@
*/
@@ -5377,8 +5377,8 @@
#include "asm/macroAssembler.hpp"
#include "asm/macroAssembler.inline.hpp"
#include "code/debugInfoRec.hpp"
---- ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -1293,7 +1293,7 @@
// reset handle block
@@ -5388,8 +5388,8 @@
// If result was an oop then unbox and save it in the frame
{ Label L;
---- ./hotspot/src/cpu/x86/vm/x86_32.ad Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/cpu/x86/vm/x86_32.ad Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/cpu/x86/vm/x86_32.ad Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/cpu/x86/vm/x86_32.ad Sat Jan 28 19:02:08 2017 -0800
@@ -1250,6 +1250,7 @@
@@ -5398,8 +5398,8 @@
}
#ifndef PRODUCT
---- ./hotspot/src/os/aix/vm/os_aix.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/os/aix/vm/os_aix.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/os/aix/vm/os_aix.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/os/aix/vm/os_aix.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -5236,6 +5236,10 @@
return 0;
}
@@ -5412,7 +5412,7 @@
}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,53 @@
+/*
+ * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -5467,8 +5467,8 @@
+ return false;
+}
+#endif
---- ./hotspot/src/os/bsd/vm/jsig.c Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/jsig.c Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/os/bsd/vm/jsig.c Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/os/bsd/vm/jsig.c Sat Jan 28 19:02:08 2017 -0800
@@ -165,9 +165,8 @@
}
@@ -5481,8 +5481,8 @@
static int call_os_sigaction(int sig, const struct sigaction *act,
struct sigaction *oact) {
---- ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -50,6 +50,7 @@
case INTERRUPT_SIGNAL:
case SIGFPE:
@@ -5592,8 +5592,8 @@
+ jio_snprintf(buf, len, "SIG%s", signame);
+ return true;
}
---- ./hotspot/src/os/bsd/vm/jvm_bsd.h Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/jvm_bsd.h Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/os/bsd/vm/jvm_bsd.h Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/os/bsd/vm/jvm_bsd.h Sat Jan 28 19:02:08 2017 -0800
@@ -112,20 +112,6 @@
#define SHUTDOWN2_SIGNAL SIGINT
#define SHUTDOWN3_SIGNAL SIGTERM
@@ -5615,8 +5615,8 @@
#endif /* JVM_MD_H */
#endif // OS_BSD_VM_JVM_BSD_H
---- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -30,7 +30,7 @@
void OSThread::pd_initialize() {
@@ -5626,8 +5626,8 @@
_thread_id = 0;
#else
_thread_id = NULL;
---- ./hotspot/src/os/bsd/vm/os_bsd.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/os/bsd/vm/os_bsd.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -97,16 +97,31 @@
# include <sys/shm.h>
#ifndef __APPLE__
@@ -6189,8 +6189,8 @@
}
#ifndef PRODUCT
---- ./hotspot/src/os/bsd/vm/os_bsd.hpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/os_bsd.hpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/os/bsd/vm/os_bsd.hpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/os/bsd/vm/os_bsd.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -58,12 +58,16 @@
// For signal flags diagnostics
static int sigflags[MAXSIGNUM];
@@ -6218,8 +6218,8 @@
static int page_size(void) { return _page_size; }
static void set_page_size(int val) { _page_size = val; }
---- ./hotspot/src/os/bsd/vm/vmError_bsd.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/vmError_bsd.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/os/bsd/vm/vmError_bsd.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/os/bsd/vm/vmError_bsd.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -33,30 +33,50 @@
#include <sys/syscall.h>
#include <unistd.h>
@@ -6281,8 +6281,8 @@
os::fork_and_exec(buf);
yes = false;
}
---- ./hotspot/src/os/linux/vm/os_linux.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/os/linux/vm/os_linux.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/os/linux/vm/os_linux.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/os/linux/vm/os_linux.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -6156,6 +6156,10 @@
return 0;
}
@@ -6294,8 +6294,8 @@
return strlen(buffer);
}
---- ./hotspot/src/os/posix/vm/os_posix.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/os/posix/vm/os_posix.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/os/posix/vm/os_posix.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/os/posix/vm/os_posix.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -53,12 +53,11 @@
n = get_core_path(buffer, bufferSize);
@@ -6358,8 +6358,8 @@
// Linux specific
#ifdef SI_TKILL
{ SI_TKILL, "SI_TKILL", "Signal sent by tkill (pthread_kill)" },
---- ./hotspot/src/os/solaris/vm/os_solaris.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/os/solaris/vm/os_solaris.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/os/solaris/vm/os_solaris.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/os/solaris/vm/os_solaris.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -6375,6 +6375,10 @@
return 0;
}
@@ -6372,7 +6372,7 @@
}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/atomic_bsd_ppc.inline.hpp Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/atomic_bsd_ppc.inline.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,400 @@
+/*
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -6775,7 +6775,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 Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/bytes_bsd_ppc.inline.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,39 @@
+/*
+ * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -6817,7 +6817,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 Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/globals_bsd_ppc.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,54 @@
+/*
+ * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -6874,7 +6874,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 Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/orderAccess_bsd_ppc.inline.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,149 @@
+/*
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -7026,7 +7026,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 Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,666 @@
+/*
+ * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -7695,7 +7695,7 @@
+}
+#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.hpp Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,35 @@
+/*
+ * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -7733,7 +7733,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 Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/prefetch_bsd_ppc.inline.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,50 @@
+/*
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -7786,7 +7786,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 Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,39 @@
+/*
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -7828,7 +7828,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 Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,36 @@
+/*
+ * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -7867,7 +7867,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 Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,36 @@
+/*
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -7906,7 +7906,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 Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,83 @@
+/*
+ * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -7992,7 +7992,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 Wed Dec 28 10:28:45 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/vmStructs_bsd_ppc.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -0,0 +1,55 @@
+/*
+ * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -8049,8 +8049,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 Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -594,7 +594,11 @@
stub = SharedRuntime::continuation_for_implicit_exception(thread, pc, SharedRuntime::IMPLICIT_NULL);
}
@@ -8063,8 +8063,8 @@
thread->doing_unsafe_access()) {
stub = StubRoutines::handler_for_unsafe_access();
}
---- ./hotspot/src/share/vm/opto/node.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/share/vm/opto/node.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/share/vm/opto/node.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/share/vm/opto/node.cpp Sat Jan 28 19:02:08 2017 -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
@@ -8087,8 +8087,8 @@
//------------------------------clone------------------------------------------
// Clone a Node.
---- ./hotspot/src/share/vm/runtime/atomic.inline.hpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/atomic.inline.hpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/share/vm/runtime/atomic.inline.hpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/share/vm/runtime/atomic.inline.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -63,6 +63,9 @@
#endif
@@ -8099,8 +8099,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "atomic_bsd_x86.inline.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/globals.hpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/globals.hpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/share/vm/runtime/globals.hpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/share/vm/runtime/globals.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -94,6 +94,9 @@
#ifdef TARGET_OS_ARCH_aix_ppc
# include "globals_aix_ppc.hpp"
@@ -8111,8 +8111,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "globals_bsd_x86.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -64,6 +64,9 @@
#endif
@@ -8123,8 +8123,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "orderAccess_bsd_x86.inline.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/os.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/os.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/share/vm/runtime/os.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/share/vm/runtime/os.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -424,15 +424,6 @@
if (_native_java_library == NULL) {
vm_exit_during_initialization("Unable to load native library", ebuf);
@@ -8141,8 +8141,8 @@
}
static jboolean onLoaded = JNI_FALSE;
if (onLoaded) {
---- ./hotspot/src/share/vm/runtime/os.hpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/os.hpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/share/vm/runtime/os.hpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/share/vm/runtime/os.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -835,6 +835,9 @@
#ifdef TARGET_OS_ARCH_aix_ppc
# include "os_aix_ppc.hpp"
@@ -8153,8 +8153,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "os_bsd_x86.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/prefetch.inline.hpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/prefetch.inline.hpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/share/vm/runtime/prefetch.inline.hpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/share/vm/runtime/prefetch.inline.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -63,6 +63,9 @@
#endif
@@ -8165,8 +8165,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "prefetch_bsd_x86.inline.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/thread.hpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/thread.hpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/share/vm/runtime/thread.hpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/share/vm/runtime/thread.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -1732,6 +1732,9 @@
#ifdef TARGET_OS_ARCH_aix_ppc
# include "thread_aix_ppc.hpp"
@@ -8177,8 +8177,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "thread_bsd_x86.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -75,6 +75,9 @@
#ifdef TARGET_OS_ARCH_aix_ppc
# include "threadLS_aix_ppc.hpp"
@@ -8189,8 +8189,8 @@
#ifdef TARGET_OS_ARCH_bsd_x86
# include "threadLS_bsd_x86.hpp"
#endif
---- ./hotspot/src/share/vm/runtime/vmStructs.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/vmStructs.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/share/vm/runtime/vmStructs.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/share/vm/runtime/vmStructs.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -146,6 +146,9 @@
#ifdef TARGET_OS_ARCH_aix_ppc
# include "vmStructs_aix_ppc.hpp"
@@ -8210,8 +8210,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 Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Sat Jan 28 19:02:08 2017 -0800
@@ -30,6 +30,11 @@
// This file holds compiler-dependent includes,
// globally used constants & types, class (forward)
@@ -8243,8 +8243,8 @@
#define CAN_USE_NAN_DEFINE 1
#endif
---- ./hotspot/src/share/vm/utilities/vmError.cpp Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/src/share/vm/utilities/vmError.cpp Wed Dec 28 10:28:45 2016 -0800
+--- ./hotspot/src/share/vm/utilities/vmError.cpp Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/src/share/vm/utilities/vmError.cpp Sat Jan 28 19:02:08 2017 -0800
@@ -22,7 +22,6 @@
*
*/
@@ -8253,8 +8253,8 @@
#include "precompiled.hpp"
#include "compiler/compileBroker.hpp"
#include "gc_interface/collectedHeap.hpp"
---- ./jdk/make/CompileDemos.gmk Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/CompileDemos.gmk Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/CompileDemos.gmk Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/CompileDemos.gmk Sat Jan 28 19:08:22 2017 -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 \
@@ -8264,8 +8264,8 @@
$(eval $(call SetupJVMTIDemo,minst, agent_util java_crw_demo))
$(eval $(call SetupJVMTIDemo,mtrace, agent_util java_crw_demo))
---- ./jdk/make/CompileJavaClasses.gmk Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/CompileJavaClasses.gmk Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/CompileJavaClasses.gmk Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/CompileJavaClasses.gmk Sat Jan 28 19:08:22 2017 -0800
@@ -128,23 +128,32 @@
sun/nio/fs/LinuxFileStore.java \
sun/nio/fs/LinuxFileSystem.java \
@@ -8367,8 +8367,8 @@
$(CLOSED_SRC_DIRS), \
INCLUDES := $(SECURITY_PKGS), \
EXCLUDES := $(EXCLUDES), \
---- ./jdk/make/CompileLaunchers.gmk Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/CompileLaunchers.gmk Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/CompileLaunchers.gmk Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/CompileLaunchers.gmk Sat Jan 28 19:08:22 2017 -0800
@@ -49,7 +49,7 @@
ORIGIN_ROOT := /..
endif
@@ -8473,8 +8473,8 @@
BUILD_JSPAWNHELPER := 1
endif
---- ./jdk/make/CopyFiles.gmk Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/CopyFiles.gmk Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/CopyFiles.gmk Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/CopyFiles.gmk Sat Jan 28 19:08:22 2017 -0800
@@ -29,6 +29,8 @@
ifeq ($(OPENJDK_TARGET_OS), windows)
@@ -8517,8 +8517,8 @@
endif
endif
endif
---- ./jdk/make/Images.gmk Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/Images.gmk Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/Images.gmk Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/Images.gmk Sat Jan 28 19:08:22 2017 -0800
@@ -236,11 +236,11 @@
endif
@@ -8589,7 +8589,7 @@
################################################################################
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/make/data/classlist/classlist.bsd Mon Dec 19 15:56:12 2016 -0500
++++ ./jdk/make/data/classlist/classlist.bsd Sat Jan 28 19:08:22 2017 -0800
@@ -0,0 +1,2559 @@
+java/lang/Object
+java/lang/String
@@ -11150,8 +11150,8 @@
+java/awt/MenuBar
+sun/awt/X11/XErrorEvent
+# eea35d9d56e0006e
---- ./jdk/make/gendata/GendataFontConfig.gmk Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/gendata/GendataFontConfig.gmk Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/gendata/GendataFontConfig.gmk Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/gendata/GendataFontConfig.gmk Sat Jan 28 19:08:22 2017 -0800
@@ -73,6 +73,13 @@
GENDATA_FONT_CONFIG_SRC_PREFIX := aix.
endif
@@ -11166,8 +11166,8 @@
###
$(GENDATA_FONT_CONFIG_DST)/%.src: \
---- ./jdk/make/lib/Awt2dLibraries.gmk Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/lib/Awt2dLibraries.gmk Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/lib/Awt2dLibraries.gmk Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/lib/Awt2dLibraries.gmk Sat Jan 28 19:08:22 2017 -0800
@@ -309,7 +309,7 @@
debug_trace.c \
debug_util.c
@@ -11292,8 +11292,8 @@
else # .. all other Unixes can use X_LIBS
LIBSPLASHSCREEN_LDFLAGS_SUFFIX += $(X_LIBS) -lX11 -lXext $(LIBM) -lpthread
endif
---- ./jdk/make/lib/CoreLibraries.gmk Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/lib/CoreLibraries.gmk Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/lib/CoreLibraries.gmk Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/lib/CoreLibraries.gmk Sat Jan 28 19:08:22 2017 -0800
@@ -82,7 +82,7 @@
endif
@@ -11380,8 +11380,8 @@
LDFLAGS_macosx := -liconv, \
LDFLAGS_SUFFIX_windows := -export:nptInitialize -export:nptTerminate, \
LDFLAGS_SUFFIX_solaris := -lc, \
---- ./jdk/make/lib/NetworkingLibraries.gmk Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/lib/NetworkingLibraries.gmk Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/lib/NetworkingLibraries.gmk Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/lib/NetworkingLibraries.gmk Sat Jan 28 19:08:22 2017 -0800
@@ -42,7 +42,7 @@
LIBNET_EXCLUDE_FILES += linux_close.c
endif
@@ -11410,8 +11410,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/lib/NioLibraries.gmk Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/lib/NioLibraries.gmk Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/lib/NioLibraries.gmk Sat Jan 28 19:08:22 2017 -0800
@@ -77,9 +77,28 @@
UnixNativeDispatcher.c
endif
@@ -11472,8 +11472,8 @@
endif
+ endif
endif
---- ./jdk/make/lib/ServiceabilityLibraries.gmk Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/lib/ServiceabilityLibraries.gmk Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/lib/ServiceabilityLibraries.gmk Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/lib/ServiceabilityLibraries.gmk Sat Jan 28 19:08:22 2017 -0800
@@ -34,7 +34,7 @@
ifneq ($(OPENJDK_TARGET_OS), linux)
LIBATTACH_EXCLUDE_FILES += LinuxVirtualMachine.c
@@ -11563,8 +11563,8 @@
ifeq ($(ENABLE_DEBUG_SYMBOLS), true)
LIBHPROF_OPTIMIZATION := LOW
endif
---- ./jdk/make/lib/SoundLibraries.gmk Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/lib/SoundLibraries.gmk Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/lib/SoundLibraries.gmk Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/lib/SoundLibraries.gmk Sat Jan 28 19:08:22 2017 -0800
@@ -75,6 +75,13 @@
LIBJSOUND_CFLAGS += -DX_PLATFORM=X_AIX
endif # OPENJDK_TARGET_OS aix
@@ -11596,8 +11596,8 @@
LDFLAGS_SUFFIX := $(ALSA_LIBS) -ljava -ljvm, \
OBJECT_DIR := $(JDK_OUTPUTDIR)/objs/libjsoundalsa, \
DEBUG_SYMBOLS := $(DEBUG_ALL_BINARIES)))
---- ./jdk/make/mapfiles/launchers/mapfile-ppc64 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/mapfiles/launchers/mapfile-ppc64 Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/mapfiles/launchers/mapfile-ppc64 Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/mapfiles/launchers/mapfile-ppc64 Sat Jan 28 19:08:22 2017 -0800
@@ -33,6 +33,7 @@
environ; # Public symbols and required by Java run time
_environ;
@@ -11606,8 +11606,8 @@
local:
*;
---- ./jdk/make/mapfiles/launchers/mapfile-x86 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/mapfiles/launchers/mapfile-x86 Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/mapfiles/launchers/mapfile-x86 Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/mapfiles/launchers/mapfile-x86 Sat Jan 28 19:08:22 2017 -0800
@@ -33,6 +33,7 @@
environ; # Public symbols and required by Java run time
_environ;
@@ -11616,8 +11616,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/mapfiles/launchers/mapfile-x86_64 Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/mapfiles/launchers/mapfile-x86_64 Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/mapfiles/launchers/mapfile-x86_64 Sat Jan 28 19:08:22 2017 -0800
@@ -33,6 +33,7 @@
environ; # Public symbols and required by Java run time
_environ;
@@ -11627,7 +11627,7 @@
local:
*;
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/make/mapfiles/libattach/mapfile-bsd Mon Dec 19 15:56:12 2016 -0500
++++ ./jdk/make/mapfiles/libattach/mapfile-bsd Sat Jan 28 19:08:22 2017 -0800
@@ -0,0 +1,42 @@
+#
+# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
@@ -11672,7 +11672,7 @@
+ *;
+};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/make/mapfiles/libnio/mapfile-bsd Mon Dec 19 15:56:12 2016 -0500
++++ ./jdk/make/mapfiles/libnio/mapfile-bsd Sat Jan 28 19:08:22 2017 -0800
@@ -0,0 +1,195 @@
+#
+# Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -11869,8 +11869,8 @@
+ local:
+ *;
+};
---- ./jdk/make/mapfiles/libunpack/mapfile-vers-unpack200 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/mapfiles/libunpack/mapfile-vers-unpack200 Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/mapfiles/libunpack/mapfile-vers-unpack200 Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/mapfiles/libunpack/mapfile-vers-unpack200 Sat Jan 28 19:08:22 2017 -0800
@@ -26,6 +26,9 @@
# Define library interface.
@@ -11882,7 +11882,7 @@
*;
};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/make/netbeans/common/bsd-sources.ent Mon Dec 19 15:56:12 2016 -0500
++++ ./jdk/make/netbeans/common/bsd-sources.ent Sat Jan 28 19:08:22 2017 -0800
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
@@ -11930,7 +11930,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 Mon Dec 19 15:56:12 2016 -0500
++++ ./jdk/make/netbeans/common/bsd-view.ent Sat Jan 28 19:08:22 2017 -0800
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
@@ -11971,8 +11971,8 @@
+ <includes>${includes}</includes>
+ <excludes>${excludes}</excludes>
+</source-folder>
---- ./jdk/make/netbeans/common/java-data-native.ent Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/netbeans/common/java-data-native.ent Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/netbeans/common/java-data-native.ent Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/netbeans/common/java-data-native.ent Sat Jan 28 19:08:22 2017 -0800
@@ -34,6 +34,7 @@
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/4">
<compilation-unit>
@@ -11981,8 +11981,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/netbeans/common/make.xml Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/netbeans/common/make.xml Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/netbeans/common/make.xml Sat Jan 28 19:08:22 2017 -0800
@@ -32,16 +32,21 @@
-->
@@ -12017,8 +12017,8 @@
<macrodef name="make-run">
<attribute name="target"/>
<attribute name="dir"/>
---- ./jdk/make/netbeans/j2se/nbproject/project.xml Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/netbeans/j2se/nbproject/project.xml Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/netbeans/j2se/nbproject/project.xml Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/netbeans/j2se/nbproject/project.xml Sat Jan 28 19:08:22 2017 -0800
@@ -34,6 +34,7 @@
<!DOCTYPE project [
<!ENTITY properties SYSTEM "../../common/properties.ent">
@@ -12051,8 +12051,8 @@
&macosx-view;
&unix-view;
&windows-view;
---- ./jdk/make/netbeans/world/nbproject/project.xml Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/make/netbeans/world/nbproject/project.xml Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/make/netbeans/world/nbproject/project.xml Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/make/netbeans/world/nbproject/project.xml Sat Jan 28 19:08:22 2017 -0800
@@ -34,12 +34,14 @@
<!DOCTYPE project [
<!ENTITY properties SYSTEM "../../common/properties.ent">
@@ -12085,7 +12085,7 @@
&unix-view;
&windows-view;
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/bsd/classes/java/net/DefaultInterface.java Mon Dec 19 15:56:12 2016 -0500
++++ ./jdk/src/bsd/classes/java/net/DefaultInterface.java Sat Jan 28 19:08:22 2017 -0800
@@ -0,0 +1,97 @@
+/*
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -12185,7 +12185,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/bsd/classes/sun/nio/ch/DefaultSelectorProvider.java Mon Dec 19 15:56:12 2016 -0500
++++ ./jdk/src/bsd/classes/sun/nio/ch/DefaultSelectorProvider.java Sat Jan 28 19:08:22 2017 -0800
@@ -0,0 +1,48 @@
+/*
+ * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -12236,7 +12236,7 @@
+
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueArrayWrapper.java Mon Dec 19 15:56:12 2016 -0500
++++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueArrayWrapper.java Sat Jan 28 19:08:22 2017 -0800
@@ -0,0 +1,213 @@
+/*
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -12452,7 +12452,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 Mon Dec 19 15:56:12 2016 -0500
++++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueSelectorImpl.java Sat Jan 28 19:08:22 2017 -0800
@@ -0,0 +1,263 @@
+/*
+ * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
@@ -12718,7 +12718,7 @@
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueSelectorProvider.java Mon Dec 19 15:56:12 2016 -0500
++++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueSelectorProvider.java Sat Jan 28 19:08:22 2017 -0800
@@ -0,0 +1,44 @@
+/*
+ * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -12764,8 +12764,8 @@
+ return new KQueueSelectorImpl(this);
+ }
+}
---- ./jdk/src/bsd/doc/man/javah.1 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/bsd/doc/man/javah.1 Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/bsd/doc/man/javah.1 Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/bsd/doc/man/javah.1 Sat Jan 28 19:08:22 2017 -0800
@@ -8,7 +8,7 @@
.\"
.\" This code is distributed in the hope that it will be useful, but WITHOUT
@@ -12784,8 +12784,8 @@
\fIWindows\fR:
---- ./jdk/src/bsd/doc/man/rmic.1 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/bsd/doc/man/rmic.1 Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/bsd/doc/man/rmic.1 Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/bsd/doc/man/rmic.1 Sat Jan 28 19:08:22 2017 -0800
@@ -8,7 +8,7 @@
.\"
.\" This code is distributed in the hope that it will be useful, but WITHOUT
@@ -12813,8 +12813,8 @@
.SH SEE\ ALSO
.TP 0.2i
\(bu
---- ./jdk/src/bsd/doc/man/rmid.1 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/bsd/doc/man/rmid.1 Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/bsd/doc/man/rmid.1 Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/bsd/doc/man/rmid.1 Sat Jan 28 19:08:22 2017 -0800
@@ -8,7 +8,7 @@
.\"
.\" This code is distributed in the hope that it will be useful, but WITHOUT
@@ -12834,7 +12834,7 @@
.TP 0.2i
\(bu
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/bsd/native/sun/nio/ch/KQueueArrayWrapper.c Mon Dec 19 15:56:12 2016 -0500
++++ ./jdk/src/bsd/native/sun/nio/ch/KQueueArrayWrapper.c Sat Jan 28 19:08:22 2017 -0800
@@ -0,0 +1,171 @@
+/*
+ * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -13007,7 +13007,7 @@
+ }
+}
+
---- ./jdk/src/macosx/classes/java/net/DefaultInterface.java Thu Sep 22 13:05:53 2016 -0700
+--- ./jdk/src/macosx/classes/java/net/DefaultInterface.java Wed Nov 30 13:46:05 2016 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,97 +0,0 @@
-/*
@@ -13107,7 +13107,7 @@
- return (ppp != null) ? ppp : loopback;
- }
-}
---- ./jdk/src/macosx/classes/sun/nio/ch/DefaultSelectorProvider.java Thu Sep 22 13:05:53 2016 -0700
+--- ./jdk/src/macosx/classes/sun/nio/ch/DefaultSelectorProvider.java Wed Nov 30 13:46:05 2016 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-/*
@@ -13158,7 +13158,7 @@
- }
-
-}
---- ./jdk/src/macosx/classes/sun/nio/ch/KQueueArrayWrapper.java Thu Sep 22 13:05:53 2016 -0700
+--- ./jdk/src/macosx/classes/sun/nio/ch/KQueueArrayWrapper.java Wed Nov 30 13:46:05 2016 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,213 +0,0 @@
-/*
@@ -13374,7 +13374,7 @@
- long timeout);
- private static native void interrupt(int fd);
-}
---- ./jdk/src/macosx/classes/sun/nio/ch/KQueueSelectorImpl.java Thu Sep 22 13:05:53 2016 -0700
+--- ./jdk/src/macosx/classes/sun/nio/ch/KQueueSelectorImpl.java Wed Nov 30 13:46:05 2016 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,263 +0,0 @@
-/*
@@ -13640,7 +13640,7 @@
- return this;
- }
-}
---- ./jdk/src/macosx/classes/sun/nio/ch/KQueueSelectorProvider.java Thu Sep 22 13:05:53 2016 -0700
+--- ./jdk/src/macosx/classes/sun/nio/ch/KQueueSelectorProvider.java Wed Nov 30 13:46:05 2016 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-/*
@@ -13687,7 +13687,7 @@
- return new KQueueSelectorImpl(this);
- }
-}
---- ./jdk/src/macosx/native/sun/nio/ch/KQueueArrayWrapper.c Thu Sep 22 13:05:53 2016 -0700
+--- ./jdk/src/macosx/native/sun/nio/ch/KQueueArrayWrapper.c Wed Nov 30 13:46:05 2016 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,171 +0,0 @@
-/*
@@ -13861,8 +13861,8 @@
- }
-}
-
---- ./jdk/src/share/bin/jli_util.h Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/bin/jli_util.h Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/bin/jli_util.h Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/bin/jli_util.h Sat Jan 28 19:08:22 2017 -0800
@@ -87,7 +87,7 @@
#define _LARGFILE64_SOURCE
#define JLI_Lseek lseek64
@@ -13872,8 +13872,8 @@
#define JLI_Lseek lseek
#endif
#ifdef _AIX
---- ./jdk/src/share/classes/sun/awt/FontConfiguration.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/classes/sun/awt/FontConfiguration.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/classes/sun/awt/FontConfiguration.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/classes/sun/awt/FontConfiguration.java Sat Jan 28 19:08:22 2017 -0800
@@ -1146,7 +1146,7 @@
*/
HashMap<String, Boolean> existsMap;
@@ -13883,8 +13883,8 @@
return false;
} else if (existsMap == null) {
existsMap = new HashMap<String, Boolean>();
---- ./jdk/src/share/classes/sun/awt/OSInfo.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/classes/sun/awt/OSInfo.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/classes/sun/awt/OSInfo.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/classes/sun/awt/OSInfo.java Sat Jan 28 19:08:22 2017 -0800
@@ -39,6 +39,7 @@
WINDOWS,
LINUX,
@@ -13904,8 +13904,8 @@
if (osName.contains("OS X")) {
return MACOSX;
}
---- ./jdk/src/share/classes/sun/font/FontUtilities.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/classes/sun/font/FontUtilities.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/classes/sun/font/FontUtilities.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/classes/sun/font/FontUtilities.java Sat Jan 28 19:08:22 2017 -0800
@@ -48,6 +48,8 @@
public static boolean isLinux;
@@ -13924,8 +13924,8 @@
isMacOSX = osName.contains("OS X"); // TODO: MacOSX
String t2kStr = System.getProperty("sun.java2d.font.scaler");
---- ./jdk/src/share/classes/sun/font/SunFontManager.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/classes/sun/font/SunFontManager.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/classes/sun/font/SunFontManager.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/classes/sun/font/SunFontManager.java Sat Jan 28 19:08:22 2017 -0800
@@ -418,7 +418,7 @@
* registerFonts method as on-screen these JRE fonts
* always go through the T2K rasteriser.
@@ -13935,8 +13935,8 @@
/* Linux font configuration uses these fonts */
registerFontDir(jreFontDirName);
}
---- ./jdk/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Sat Jan 28 19:08:22 2017 -0800
@@ -1306,7 +1306,7 @@
String osName = AccessController.doPrivileged(
new GetPropertyAction("os.name"));
@@ -13946,8 +13946,8 @@
charset("x-COMPOUND_TEXT", "COMPOUND_TEXT",
new String[] {
"COMPOUND_TEXT", // JDK historical
---- ./jdk/src/share/classes/sun/print/PSPrinterJob.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/classes/sun/print/PSPrinterJob.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/classes/sun/print/PSPrinterJob.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/classes/sun/print/PSPrinterJob.java Sat Jan 28 19:08:22 2017 -0800
@@ -1587,9 +1587,31 @@
}
@@ -13982,8 +13982,8 @@
if ((pFlags & PRINTER) != 0) {
execCmd[n++] = "-P" + printer;
}
---- ./jdk/src/share/classes/sun/security/jgss/GSSManagerImpl.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/classes/sun/security/jgss/GSSManagerImpl.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/classes/sun/security/jgss/GSSManagerImpl.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/classes/sun/security/jgss/GSSManagerImpl.java Sat Jan 28 19:08:22 2017 -0800
@@ -48,6 +48,7 @@
public Boolean run() {
String osname = System.getProperty("os.name");
@@ -13992,8 +13992,8 @@
osname.contains("OS X") ||
osname.startsWith("Linux")) {
return new Boolean(System.getProperty
---- ./jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java Sat Jan 28 19:08:22 2017 -0800
@@ -90,6 +90,12 @@
"libgssapi_krb5.so",
"libgssapi_krb5.so.2",
@@ -14007,8 +14007,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider Sat Jan 28 19:08:22 2017 -0800
@@ -31,4 +31,5 @@
#[windows]sun.tools.attach.WindowsAttachProvider
#[linux]sun.tools.attach.LinuxAttachProvider
@@ -14016,8 +14016,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 Mon Dec 19 15:56:12 2016 -0500
-@@ -0,0 +1,626 @@
++++ ./jdk/src/share/lib/security/java.security-bsd Sat Jan 28 19:08:22 2017 -0800
+@@ -0,0 +1,801 @@
+#
+# This is the "master security properties file".
+#
@@ -14449,13 +14449,13 @@
+# " DisabledAlgorithm { , DisabledAlgorithm } "
+#
+# DisabledAlgorithm:
-+# AlgorithmName [Constraint]
++# AlgorithmName [Constraint] { '&' Constraint }
+#
+# AlgorithmName:
+# (see below)
+#
+# Constraint:
-+# KeySizeConstraint
++# KeySizeConstraint, CertConstraint
+#
+# KeySizeConstraint:
+# keySize Operator DecimalInteger
@@ -14472,6 +14472,9 @@
+# DecimalDigit: one of
+# 1 2 3 4 5 6 7 8 9 0
+#
++# CertConstraint
++# jdkCA
++#
+# The "AlgorithmName" is the standard algorithm name of the disabled
+# algorithm. See "Java Cryptography Architecture Standard Algorithm Name
+# Documentation" for information about Standard Algorithm Names. Matching
@@ -14494,6 +14497,29 @@
+# be disabled. Note that the "KeySizeConstraint" only makes sense to key
+# algorithms.
+#
++# "CertConstraint" specifies additional constraints for
++# certificates that contain algorithms that are restricted:
++#
++# "jdkCA" prohibits the specified algorithm only if the algorithm is used
++# in a certificate chain that terminates at a marked trust anchor in the
++# lib/security/cacerts keystore. All other chains are not affected.
++# If the jdkCA constraint is not set, then all chains using the
++# specified algorithm are restricted. jdkCA may only be used once in
++# a DisabledAlgorithm expression.
++# Example: To apply this constraint to SHA-1 certificates, include
++# the following: "SHA1 jdkCA"
++#
++# When an algorithm must satisfy more than one constraint, it must be
++# delimited by an ampersand '&'. For example, to restrict certificates in a
++# chain that terminate at a distribution provided trust anchor and contain
++# RSA keys that are less than or equal to 1024 bits, add the following
++# constraint: "RSA keySize <= 1024 & jdkCA".
++#
++# All DisabledAlgorithms expressions are processed in the order defined in the
++# property. This requires lower keysize constraints to be specified
++# before larger keysize constraints of the same algorithm. For example:
++# "RSA keySize < 1024 & jdkCA, RSA keySize < 2048".
++#
+# Note: This property is currently used by Oracle's PKIX implementation. It
+# is not guaranteed to be examined and used by other implementations.
+#
@@ -14501,7 +14527,45 @@
+# jdk.certpath.disabledAlgorithms=MD2, DSA, RSA keySize < 2048
+#
+#
-+jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024
++jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
++ DSA keySize < 1024, EC keySize < 224
++
++# Algorithm restrictions for signed JAR files
++#
++# In some environments, certain algorithms or key lengths may be undesirable
++# for signed JAR validation. For example, "MD2" is generally no longer
++# considered to be a secure hash algorithm. This section describes the
++# mechanism for disabling algorithms based on algorithm name and/or key length.
++# JARs signed with any of the disabled algorithms or key sizes will be treated
++# as unsigned.
++#
++# The syntax of the disabled algorithm string is described as follows:
++# DisabledAlgorithms:
++# " DisabledAlgorithm { , DisabledAlgorithm } "
++#
++# DisabledAlgorithm:
++# AlgorithmName [Constraint]
++#
++# AlgorithmName:
++# (see below)
++#
++# Constraint:
++# KeySizeConstraint
++#
++# KeySizeConstraint:
++# keySize Operator KeyLength
++#
++# Operator:
++# <= | < | == | != | >= | >
++#
++# KeyLength:
++# Integer value of the algorithm's key length in bits
++#
++# Note: This property is currently used by the JDK Reference
++# implementation. It is not guaranteed to be examined and used by other
++# implementations.
++#
++jdk.jar.disabledAlgorithms=MD2, RSA keySize < 1024
+
+# Algorithm restrictions for Secure Socket Layer/Transport Layer Security
+# (SSL/TLS) processing
@@ -14524,12 +14588,13 @@
+# See the specification of "jdk.certpath.disabledAlgorithms" for the
+# syntax of the disabled algorithm string.
+#
-+# Note: This property is currently used by Oracle's JSSE implementation.
++# Note: This property is currently used by the JDK Reference implementation.
+# It is not guaranteed to be examined and used by other implementations.
+#
+# Example:
+# jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
-+jdk.tls.disabledAlgorithms=SSLv3, RC4, DH keySize < 768
++jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768, \
++ EC keySize < 224
+
+# Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS)
+# processing in JSSE implementation.
@@ -14543,7 +14608,7 @@
+# During SSL/TLS security parameters negotiation, legacy algorithms will
+# not be negotiated unless there are no other candidates.
+#
-+# The syntax of the disabled algorithm string is described as this Java
++# The syntax of the legacy algorithms string is described as this Java
+# BNF-style:
+# LegacyAlgorithms:
+# " LegacyAlgorithm { , LegacyAlgorithm } "
@@ -14573,7 +14638,7 @@
+# See SSL/TLS specifications and "Java Cryptography Architecture Standard
+# Algorithm Name Documentation" for information about the algorithm names.
+#
-+# Note: This property is currently used by Oracle's JSSE implementation.
++# Note: This property is currently used by the JDK Reference implementation.
+# It is not guaranteed to be examined and used by other implementations.
+# There is no guarantee the property will continue to exist or be of the
+# same syntax in future releases.
@@ -14586,7 +14651,8 @@
+ 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
++ RC4_128, RC4_40, DES_CBC, DES40_CBC, \
++ 3DES_EDE_CBC
+
+# The pre-defined default finite field Diffie-Hellman ephemeral (DHE)
+# parameters for Transport Layer Security (SSL/TLS/DTLS) processing.
@@ -14644,8 +14710,117 @@
+# E485B576 625E7EC6 F44C42E9 A637ED6B 0BFF5CB6 F406B7ED \
+# EE386BFB 5A899FA5 AE9F2411 7C4B1FE6 49286651 ECE65381 \
+# FFFFFFFF FFFFFFFF, 2}
---- ./jdk/src/share/native/com/sun/java/util/jar/pack/zip.cpp Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/com/sun/java/util/jar/pack/zip.cpp Mon Dec 19 15:56:12 2016 -0500
++
++#
++# The policy for the XML Signature secure validation mode. The mode is
++# enabled by setting the property "org.jcp.xml.dsig.secureValidation" to
++# true with the javax.xml.crypto.XMLCryptoContext.setProperty() method,
++# or by running the code with a SecurityManager.
++#
++# Policy:
++# Constraint {"," Constraint }
++# Constraint:
++# AlgConstraint | MaxTransformsConstraint | MaxReferencesConstraint |
++# ReferenceUriSchemeConstraint | KeySizeConstraint | OtherConstraint
++# AlgConstraint
++# "disallowAlg" Uri
++# MaxTransformsConstraint:
++# "maxTransforms" Integer
++# MaxReferencesConstraint:
++# "maxReferences" Integer
++# ReferenceUriSchemeConstraint:
++# "disallowReferenceUriSchemes" String { String }
++# KeySizeConstraint:
++# "minKeySize" KeyAlg Integer
++# OtherConstraint:
++# "noDuplicateIds" | "noRetrievalMethodLoops"
++#
++# For AlgConstraint, Uri is the algorithm URI String that is not allowed.
++# See the XML Signature Recommendation for more information on algorithm
++# URI Identifiers. For KeySizeConstraint, KeyAlg is the standard algorithm
++# name of the key type (ex: "RSA"). If the MaxTransformsConstraint,
++# MaxReferencesConstraint or KeySizeConstraint (for the same key type) is
++# specified more than once, only the last entry is enforced.
++#
++# Note: This property is currently used by the JDK Reference implementation. It
++# is not guaranteed to be examined and used by other implementations.
++#
++jdk.xml.dsig.secureValidationPolicy=\
++ disallowAlg http://www.w3.org/TR/1999/REC-xslt-19991116,\
++ disallowAlg http://www.w3.org/2001/04/xmldsig-more#rsa-md5,\
++ disallowAlg http://www.w3.org/2001/04/xmldsig-more#hmac-md5,\
++ disallowAlg http://www.w3.org/2001/04/xmldsig-more#md5,\
++ maxTransforms 5,\
++ maxReferences 30,\
++ disallowReferenceUriSchemes file http https,\
++ minKeySize RSA 1024,\
++ minKeySize DSA 1024,\
++ noDuplicateIds,\
++ noRetrievalMethodLoops
++
++#
++# Serialization process-wide filter
++#
++# A filter, if configured, is used by java.io.ObjectInputStream during
++# deserialization to check the contents of the stream.
++# A filter is configured as a sequence of patterns, each pattern is either
++# matched against the name of a class in the stream or defines a limit.
++# Patterns are separated by ";" (semicolon).
++# Whitespace is significant and is considered part of the pattern.
++#
++# If a pattern includes a "=", it sets a limit.
++# If a limit appears more than once the last value is used.
++# Limits are checked before classes regardless of the order in the sequence of patterns.
++# If any of the limits are exceeded, the filter status is REJECTED.
++#
++# maxdepth=value - the maximum depth of a graph
++# maxrefs=value - the maximum number of internal references
++# maxbytes=value - the maximum number of bytes in the input stream
++# maxarray=value - the maximum array length allowed
++#
++# Other patterns, from left to right, match the class or package name as
++# returned from Class.getName.
++# If the class is an array type, the class or package to be matched is the element type.
++# Arrays of any number of dimensions are treated the same as the element type.
++# For example, a pattern of "!example.Foo", rejects creation of any instance or
++# array of example.Foo.
++#
++# If the pattern starts with "!", the status is REJECTED if the remaining pattern
++# is matched; otherwise the status is ALLOWED if the pattern matches.
++# If the pattern ends with ".**" it matches any class in the package and all subpackages.
++# If the pattern ends with ".*" it matches any class in the package.
++# If the pattern ends with "*", it matches any class with the pattern as a prefix.
++# If the pattern is equal to the class name, it matches.
++# Otherwise, the status is UNDECIDED.
++#
++#jdk.serialFilter=pattern;pattern
++
++#
++# RMI Registry Serial Filter
++#
++# 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.
++#
++#sun.rmi.registry.registryFilter=pattern;pattern
++
++#
++# RMI Distributed Garbage Collector (DGC) Serial Filter
++#
++# 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 DGC.
++#
++# The builtin DGC filter can approximately be represented as the filter pattern:
++#
++#sun.rmi.transport.dgcFilter=\
++# java.rmi.server.ObjID;\
++# java.rmi.server.UID;\
++# java.rmi.dgc.VMID;\
++# java.rmi.dgc.Lease;\
++# maxdepth=5;maxarray=10000
+--- ./jdk/src/share/native/com/sun/java/util/jar/pack/zip.cpp Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/com/sun/java/util/jar/pack/zip.cpp Sat Jan 28 19:08:22 2017 -0800
@@ -62,7 +62,7 @@
#endif // End of ZLIB
@@ -14655,8 +14830,8 @@
#define SWAP_BYTES(a) \
((((a) << 8) & 0xff00) | 0x00ff) & (((a) >> 8) | 0xff00)
#else
---- ./jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c Sat Jan 28 19:08:22 2017 -0800
@@ -121,7 +121,7 @@
}
@@ -14684,8 +14859,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/com/sun/media/sound/Utilities.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/com/sun/media/sound/Utilities.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/com/sun/media/sound/Utilities.c Sat Jan 28 19:08:22 2017 -0800
@@ -28,7 +28,7 @@
@@ -14695,8 +14870,8 @@
return 0;
#else
return 1;
---- ./jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Sat Jan 28 19:08:22 2017 -0800
@@ -40,7 +40,7 @@
#endif
#endif
@@ -14706,8 +14881,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/image/awt_parseImage.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/image/awt_parseImage.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/image/awt_parseImage.c Sat Jan 28 19:08:22 2017 -0800
@@ -624,7 +624,7 @@
switch(type) {
case java_awt_image_BufferedImage_TYPE_INT_ARGB:
@@ -14735,8 +14910,8 @@
colorOrder[0] = 2;
colorOrder[1] = 1;
colorOrder[2] = 0;
---- ./jdk/src/share/native/sun/awt/medialib/awt_ImagingLib.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/awt_ImagingLib.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/awt_ImagingLib.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/awt_ImagingLib.c Sat Jan 28 19:08:22 2017 -0800
@@ -1176,7 +1176,7 @@
#define NLUT 8
@@ -14746,8 +14921,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c Sat Jan 28 19:08:22 2017 -0800
@@ -86,7 +86,7 @@
#endif /* MLIB_USE_FTOI_CLAMPING */
@@ -14787,8 +14962,8 @@
#endif /* _NO_LONGLONG */
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c Sat Jan 28 19:08:22 2017 -0800
@@ -126,7 +126,7 @@
#define D2I(x) CLAMP_S32((x) SAT_OFF)
@@ -14828,8 +15003,8 @@
#endif /* _NO_LONGLONG */
/***************************************************************/
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c Sat Jan 28 19:08:22 2017 -0800
@@ -94,7 +94,7 @@
#define D2I(x) CLAMP_S32((x) SAT_OFF)
@@ -14869,8 +15044,8 @@
#endif /* _NO_LONGLONG */
/***************************************************************/
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c Sat Jan 28 19:08:22 2017 -0800
@@ -126,7 +126,7 @@
#define D2I(x) CLAMP_S32((x) SAT_OFF)
@@ -14910,8 +15085,8 @@
#endif /* _NO_LONGLONG */
/***************************************************************/
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c Sat Jan 28 19:08:22 2017 -0800
@@ -95,7 +95,7 @@
#define D2I(x) CLAMP_S32((x) SAT_OFF)
@@ -14951,8 +15126,8 @@
#endif /* _NO_LONGLONG */
/***************************************************************/
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c Sat Jan 28 19:08:22 2017 -0800
@@ -126,7 +126,7 @@
#define D2I(x) CLAMP_S32((x) SAT_OFF)
@@ -14992,8 +15167,8 @@
#endif /* _NO_LONGLONG */
/***************************************************************/
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c Sat Jan 28 19:08:22 2017 -0800
@@ -94,7 +94,7 @@
#define D2I(x) CLAMP_S32((x) SAT_OFF)
@@ -15033,8 +15208,8 @@
#endif /* _NO_LONGLONG */
/***************************************************************/
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c Sat Jan 28 19:08:22 2017 -0800
@@ -95,7 +95,7 @@
dst = dp[0];
if (ld_offset + size < 32) {
@@ -15254,8 +15429,8 @@
}
#else /* _LONGLONG */
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c Sat Jan 28 19:08:22 2017 -0800
@@ -168,7 +168,7 @@
}
@@ -15536,8 +15711,8 @@
dp[12] = t0;
dp[13] = t1;
dp[14] = t2;
---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c Sat Jan 28 19:08:22 2017 -0800
@@ -88,7 +88,7 @@
} d64_2_f32;
@@ -15689,8 +15864,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageUtils.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageUtils.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageUtils.c Sat Jan 28 19:08:22 2017 -0800
@@ -30,7 +30,7 @@
typedef union {
mlib_d64 db;
@@ -15700,8 +15875,8 @@
mlib_s32 int1, int0;
#else
mlib_s32 int0, int1;
---- ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c Sat Jan 28 19:08:22 2017 -0800
@@ -275,11 +275,11 @@
for (i = 0; j <= (b_size - 4); j += 4, i++) {
src0 = src1;
@@ -15800,8 +15975,8 @@
s0 = s1;
dp += SIZE;
sp += SIZE;
---- ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c Sat Jan 28 19:08:22 2017 -0800
@@ -120,7 +120,7 @@
} \
}
@@ -17034,8 +17209,8 @@
dp[12] = t0;
dp[13] = t1;
dp[14] = t2;
---- ./jdk/src/share/native/sun/awt/medialib/mlib_image.h Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_image.h Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_image.h Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_image.h Sat Jan 28 19:08:22 2017 -0800
@@ -27,9 +27,6 @@
#ifndef MLIB_IMAGE_H
#define MLIB_IMAGE_H
@@ -17046,8 +17221,8 @@
#include <mlib_types.h>
#include <mlib_status.h>
#include <mlib_sys.h>
---- ./jdk/src/share/native/sun/awt/medialib/mlib_sys.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/awt/medialib/mlib_sys.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/awt/medialib/mlib_sys.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/awt/medialib/mlib_sys.c Sat Jan 28 19:08:22 2017 -0800
@@ -29,7 +29,7 @@
#ifdef MACOSX
#include <unistd.h>
@@ -17067,8 +17242,8 @@
#else
return (void *) memalign(8, size);
#endif /* _MSC_VER */
---- ./jdk/src/share/native/sun/font/layout/LEStandalone.h Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/font/layout/LEStandalone.h Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/font/layout/LEStandalone.h Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/font/layout/LEStandalone.h Sat Jan 28 19:08:22 2017 -0800
@@ -136,7 +136,7 @@
#define U_CAPI extern "C"
@@ -17078,8 +17253,8 @@
#define U_IS_BIG_ENDIAN 0
#endif
#endif
---- ./jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c Sat Jan 28 19:08:22 2017 -0800
@@ -182,7 +182,7 @@
return 0L;
}
@@ -17089,8 +17264,8 @@
/* Reversing data packed into int for LE archs */
if (isInIntPacked) {
inFormatter ^= DOSWAP_SH(1);
---- ./jdk/src/share/native/sun/management/DiagnosticCommandImpl.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/share/native/sun/management/DiagnosticCommandImpl.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/share/native/sun/management/DiagnosticCommandImpl.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/share/native/sun/management/DiagnosticCommandImpl.c Sat Jan 28 19:08:22 2017 -0800
@@ -27,6 +27,7 @@
#include <jni.h>
#include "management.h"
@@ -17099,8 +17274,8 @@
JNIEXPORT void JNICALL Java_sun_management_DiagnosticCommandImpl_setNotificationEnabled
(JNIEnv *env, jobject dummy, jboolean enabled) {
---- ./jdk/src/solaris/back/util_md.h Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/back/util_md.h Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/back/util_md.h Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/back/util_md.h Sat Jan 28 19:08:22 2017 -0800
@@ -51,7 +51,7 @@
/* On little endian machines, convert java big endian numbers. */
@@ -17110,8 +17285,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/bin/ergo_i586.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/bin/ergo_i586.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/bin/ergo_i586.c Sat Jan 28 19:08:22 2017 -0800
@@ -106,7 +106,7 @@
#endif /* __solaris__ */
@@ -17130,8 +17305,8 @@
/*
* Routines shared by solaris-i586 and linux-i586.
---- ./jdk/src/solaris/bin/java_md_solinux.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/bin/java_md_solinux.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/bin/java_md_solinux.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/bin/java_md_solinux.c Sat Jan 28 19:08:22 2017 -0800
@@ -35,6 +35,9 @@
#include <sys/stat.h>
#include <unistd.h>
@@ -17223,8 +17398,8 @@
}
int
---- ./jdk/src/solaris/bin/java_md_solinux.h Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/bin/java_md_solinux.h Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/bin/java_md_solinux.h Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/bin/java_md_solinux.h Sat Jan 28 19:08:22 2017 -0800
@@ -26,17 +26,26 @@
#ifndef JAVA_MD_SOLINUX_H
#define JAVA_MD_SOLINUX_H
@@ -17265,8 +17440,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/classes/java/lang/UNIXProcess.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/classes/java/lang/UNIXProcess.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/classes/java/lang/UNIXProcess.java Sat Jan 28 19:08:22 2017 -0800
@@ -82,6 +82,8 @@
LINUX(LaunchMechanism.VFORK, LaunchMechanism.FORK),
@@ -17314,8 +17489,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/classes/sun/awt/X11FontManager.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/classes/sun/awt/X11FontManager.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/classes/sun/awt/X11FontManager.java Sat Jan 28 19:08:22 2017 -0800
@@ -234,7 +234,7 @@
if (fontID != null) {
fileName = (String)fontNameMap.get(fontID);
@@ -17343,8 +17518,8 @@
(!mFontConfig.foundOsSpecificFile() ||
!mFontConfig.fontFilesArePresent()) ||
(FontUtilities.isSolaris && !mFontConfig.fontFilesArePresent()))) {
---- ./jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties Sat Jan 28 19:08:22 2017 -0800
@@ -26,134 +26,134 @@
# Version
@@ -17628,8 +17803,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/classes/sun/net/PortConfig.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/classes/sun/net/PortConfig.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/classes/sun/net/PortConfig.java Sat Jan 28 19:08:22 2017 -0800
@@ -52,7 +52,7 @@
} else if (os.startsWith("SunOS")) {
defaultLower = 32768;
@@ -17639,8 +17814,8 @@
defaultLower = 49152;
defaultUpper = 65535;
} else if (os.startsWith("AIX")) {
---- ./jdk/src/solaris/classes/sun/nio/ch/DefaultAsynchronousChannelProvider.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/classes/sun/nio/ch/DefaultAsynchronousChannelProvider.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/classes/sun/nio/ch/DefaultAsynchronousChannelProvider.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/classes/sun/nio/ch/DefaultAsynchronousChannelProvider.java Sat Jan 28 19:08:22 2017 -0800
@@ -66,7 +66,7 @@
return createProvider("sun.nio.ch.SolarisAsynchronousChannelProvider");
if (osname.equals("Linux"))
@@ -17650,8 +17825,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java Sat Jan 28 19:08:22 2017 -0800
@@ -25,10 +25,14 @@
package sun.nio.fs;
@@ -17685,8 +17860,8 @@
+ new MagicFileTypeDetector());
+ }
}
---- ./jdk/src/solaris/classes/sun/nio/fs/DefaultFileSystemProvider.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/classes/sun/nio/fs/DefaultFileSystemProvider.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/classes/sun/nio/fs/DefaultFileSystemProvider.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/classes/sun/nio/fs/DefaultFileSystemProvider.java Sat Jan 28 19:08:22 2017 -0800
@@ -61,6 +61,8 @@
return createProvider("sun.nio.fs.SolarisFileSystemProvider");
if (osname.equals("Linux"))
@@ -17696,8 +17871,8 @@
if (osname.contains("OS X"))
return createProvider("sun.nio.fs.MacOSXFileSystemProvider");
if (osname.equals("AIX"))
---- ./jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Sat Jan 28 19:08:22 2017 -0800
@@ -161,6 +161,7 @@
static boolean isBSD() {
@@ -17721,8 +17896,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/classes/sun/tools/attach/BsdVirtualMachine.java Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/classes/sun/tools/attach/BsdVirtualMachine.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/classes/sun/tools/attach/BsdVirtualMachine.java Sat Jan 28 19:08:22 2017 -0800
@@ -273,7 +273,7 @@
try {
b = s.getBytes("UTF-8");
@@ -17732,8 +17907,8 @@
}
BsdVirtualMachine.write(fd, b, 0, b.length);
}
---- ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Sat Jan 28 19:08:22 2017 -0800
@@ -675,6 +675,7 @@
return -1;
}
@@ -17750,8 +17925,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c Sat Jan 28 19:08:22 2017 -0800
@@ -140,7 +140,7 @@
(float) ((int) sr->samp_rates[s]),
DAUDIO_PCM, /* encoding - let's only do PCM */
@@ -17761,8 +17936,8 @@
FALSE /* little endian */
#else
(bits[b] > 8)?TRUE:FALSE /* big endian */
---- ./jdk/src/solaris/native/common/jni_util_md.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/common/jni_util_md.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/common/jni_util_md.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/common/jni_util_md.c Sat Jan 28 19:08:22 2017 -0800
@@ -28,6 +28,7 @@
#include "jni.h"
#include "jni_util.h"
@@ -17771,8 +17946,8 @@
jstring nativeNewStringPlatform(JNIEnv *env, const char *str) {
return NULL;
---- ./jdk/src/solaris/native/java/lang/java_props_md.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/java/lang/java_props_md.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/java/lang/java_props_md.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/java/lang/java_props_md.c Sat Jan 28 19:08:22 2017 -0800
@@ -151,7 +151,7 @@
lc = setlocale(cat, NULL);
#endif
@@ -17807,8 +17982,8 @@
/* user properties */
{
---- ./jdk/src/solaris/native/java/net/Inet4AddressImpl.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/java/net/Inet4AddressImpl.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/java/net/Inet4AddressImpl.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/java/net/Inet4AddressImpl.c Sat Jan 28 19:08:22 2017 -0800
@@ -36,20 +36,13 @@
#include <stdlib.h>
#include <ctype.h>
@@ -17849,8 +18024,8 @@
error = getaddrinfo(hostname, NULL, &hints, &res);
if (error) {
---- ./jdk/src/solaris/native/java/net/Inet6AddressImpl.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/java/net/Inet6AddressImpl.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/java/net/Inet6AddressImpl.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/java/net/Inet6AddressImpl.c Sat Jan 28 19:08:22 2017 -0800
@@ -33,7 +33,7 @@
#include <strings.h>
#include <stdlib.h>
@@ -17892,8 +18067,8 @@
#ifdef AF_INET6
/* Try once, with our static buffer. */
memset(&hints, 0, sizeof(hints));
---- ./jdk/src/solaris/native/java/net/NetworkInterface.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/java/net/NetworkInterface.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/java/net/NetworkInterface.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/java/net/NetworkInterface.c Sat Jan 28 19:08:22 2017 -0800
@@ -62,14 +62,19 @@
#include <sys/param.h>
#include <sys/ioctl.h>
@@ -17916,8 +18091,8 @@
#include "jvm.h"
#include "jni_util.h"
---- ./jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c Sat Jan 28 19:08:22 2017 -0800
@@ -2222,7 +2222,7 @@
}
}
@@ -17927,8 +18102,8 @@
if (family == AF_INET6 && index == 0) {
index = getDefaultScopeID(env);
}
---- ./jdk/src/solaris/native/java/net/bsd_close.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/java/net/bsd_close.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/java/net/bsd_close.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/java/net/bsd_close.c Sat Jan 28 19:08:22 2017 -0800
@@ -316,11 +316,8 @@
}
@@ -18026,8 +18201,8 @@
}
+#endif
}
---- ./jdk/src/solaris/native/java/net/net_util_md.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/java/net/net_util_md.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/java/net/net_util_md.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/java/net/net_util_md.c Sat Jan 28 19:08:22 2017 -0800
@@ -45,6 +45,10 @@
#endif
#endif
@@ -18048,8 +18223,8 @@
static jclass ni_class = NULL;
static jfieldID ni_defaultIndexID;
if (ni_class == NULL) {
---- ./jdk/src/solaris/native/java/net/net_util_md.h Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/java/net/net_util_md.h Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/java/net/net_util_md.h Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/java/net/net_util_md.h Sat Jan 28 19:08:22 2017 -0800
@@ -47,7 +47,7 @@
close subroutine does not return until the select call returns.
...
@@ -18059,8 +18234,8 @@
extern int NET_Timeout(int s, long timeout);
extern int NET_Read(int s, void* buf, size_t len);
extern int NET_RecvFrom(int s, void *buf, int len, unsigned int flags,
---- ./jdk/src/solaris/native/java/util/TimeZone_md.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/java/util/TimeZone_md.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/java/util/TimeZone_md.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/java/util/TimeZone_md.c Sat Jan 28 19:08:22 2017 -0800
@@ -56,7 +56,11 @@
#endif
@@ -18124,8 +18299,8 @@
}
-#endif /* MACOSX */
+#endif /* _ALLBSD_SOURCE */
---- ./jdk/src/solaris/native/sun/awt/awt_Font.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/awt/awt_Font.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/awt/awt_Font.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/awt/awt_Font.c Sat Jan 28 19:08:22 2017 -0800
@@ -255,7 +255,7 @@
if (strcmp(style, "regular") == 0) {
altstyle = "roman";
@@ -18135,8 +18310,8 @@
if (!strcmp(family, "lucidasans")) {
family = "lucida";
}
---- ./jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c Sat Jan 28 19:08:22 2017 -0800
@@ -121,7 +121,7 @@
*/
@@ -18221,8 +18396,8 @@
#endif /* HEADLESS */
return point;
}
---- ./jdk/src/solaris/native/sun/awt/awt_InputMethod.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/awt/awt_InputMethod.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/awt/awt_InputMethod.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/awt/awt_InputMethod.c Sat Jan 28 19:08:22 2017 -0800
@@ -52,7 +52,7 @@
XIMPreeditDrawCallbackStruct *);
static void PreeditCaretCallback(XIC, XPointer,
@@ -18442,8 +18617,8 @@
AWT_LOCK();
adjustStatusWindow(window);
AWT_UNLOCK();
---- ./jdk/src/solaris/native/sun/awt/awt_Robot.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/awt/awt_Robot.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/awt/awt_Robot.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/awt/awt_Robot.c Sat Jan 28 19:08:22 2017 -0800
@@ -45,7 +45,7 @@
#include "wsutils.h"
#include "list.h"
@@ -18453,8 +18628,8 @@
#include <sys/socket.h>
#endif
---- ./jdk/src/solaris/native/sun/awt/extutil.h Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/awt/extutil.h Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/awt/extutil.h Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/awt/extutil.h Sat Jan 28 19:08:22 2017 -0800
@@ -58,7 +58,7 @@
*/
/* $XFree86: xc/include/extensions/extutil.h,v 1.5 2001/01/17 17:53:20 dawes Exp $ */
@@ -18470,8 +18645,8 @@
-#endif /* __linux__ || MACOSX */
+#endif /* __linux__ || _ALLBSD_SOURCE */
---- ./jdk/src/solaris/native/sun/awt/fontpath.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/awt/fontpath.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/awt/fontpath.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/awt/fontpath.c Sat Jan 28 19:08:22 2017 -0800
@@ -23,9 +23,9 @@
* questions.
*/
@@ -18560,8 +18735,8 @@
&& (strcmp((char*)fontformat, "Type 1") != 0)
#endif
) {
---- ./jdk/src/solaris/native/sun/java2d/j2d_md.h Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/java2d/j2d_md.h Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/java2d/j2d_md.h Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/java2d/j2d_md.h Sat Jan 28 19:08:22 2017 -0800
@@ -28,11 +28,11 @@
#include <sys/types.h>
@@ -18577,8 +18752,8 @@
typedef unsigned char jubyte;
typedef unsigned short jushort;
---- ./jdk/src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c Sat Jan 28 19:08:22 2017 -0800
@@ -63,9 +63,6 @@
* MLIB_EDGE_SRC_PADDED
*/
@@ -18683,8 +18858,8 @@
LOGIC(da[0], dtmp, dtmp1, |);
}
else { /* aligned */
---- ./jdk/src/solaris/native/sun/java2d/loops/vis_FuncArray.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/java2d/loops/vis_FuncArray.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/java2d/loops/vis_FuncArray.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/java2d/loops/vis_FuncArray.c Sat Jan 28 19:08:22 2017 -0800
@@ -804,7 +804,7 @@
static int initialized;
static int usevis = JNI_TRUE;
@@ -18695,7 +18870,7 @@
#else
# define ULTRA_CHIP "sun4u"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/src/solaris/native/sun/management/BsdOperatingSystem.c Mon Dec 19 15:56:12 2016 -0500
++++ ./jdk/src/solaris/native/sun/management/BsdOperatingSystem.c Sat Jan 28 19:08:22 2017 -0800
@@ -0,0 +1,42 @@
+/*
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -18739,8 +18914,8 @@
+{
+ return (jdouble) -1;
+}
---- ./jdk/src/solaris/native/sun/management/OperatingSystemImpl.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/management/OperatingSystemImpl.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/management/OperatingSystemImpl.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/management/OperatingSystemImpl.c Sat Jan 28 19:08:22 2017 -0800
@@ -56,6 +56,9 @@
#include <limits.h>
#include <stdlib.h>
@@ -18888,7 +19063,15 @@
#else /* solaris/linux */
DIR *dirp;
struct dirent dbuf;
-@@ -444,7 +508,7 @@
+@@ -438,13 +502,15 @@
+ #define FD_DIR aix_fd_dir
+ char aix_fd_dir[32]; /* the pid has at most 19 digits */
+ snprintf(aix_fd_dir, 32, "/proc/%d/fd", getpid());
++#elif defined(_ALLBSD_SOURCE)
++#define FD_DIR "/dev/fd"
+ #else
+ #define FD_DIR "/proc/self/fd"
+ #endif
dirp = opendir(FD_DIR);
if (dirp == NULL) {
@@ -18897,8 +19080,8 @@
return -1;
}
---- ./jdk/src/solaris/native/sun/net/portconfig.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/net/portconfig.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/net/portconfig.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/net/portconfig.c Sat Jan 28 19:08:22 2017 -0800
@@ -67,6 +67,24 @@
range->lower = net_getParam("/dev/tcp", "tcp_smallest_anon_port");
return 0;
@@ -18924,8 +19107,8 @@
#elif defined(_ALLBSD_SOURCE)
{
int ret;
---- ./jdk/src/solaris/native/sun/nio/ch/sctp/Sctp.h Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/nio/ch/sctp/Sctp.h Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/nio/ch/sctp/Sctp.h Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/nio/ch/sctp/Sctp.h Sat Jan 28 19:08:22 2017 -0800
@@ -67,7 +67,7 @@
@@ -18974,8 +19157,8 @@
jboolean loadSocketExtensionFuncs(JNIEnv* env);
#endif /* !SUN_NIO_CH_SCTP_H */
---- ./jdk/src/solaris/native/sun/nio/ch/sctp/SctpNet.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/nio/ch/sctp/SctpNet.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/nio/ch/sctp/SctpNet.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/nio/ch/sctp/SctpNet.c Sat Jan 28 19:08:22 2017 -0800
@@ -58,6 +58,7 @@
*/
jboolean loadSocketExtensionFuncs
@@ -18992,8 +19175,8 @@
funcsLoaded = JNI_TRUE;
return JNI_TRUE;
---- ./jdk/src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c Sat Jan 28 19:08:22 2017 -0800
@@ -31,6 +31,12 @@
#include <dlfcn.h>
#include <string.h>
@@ -19016,8 +19199,8 @@
if (magic_handle == NULL) {
return JNI_FALSE;
}
---- ./jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c Sat Jan 28 19:08:22 2017 -0800
@@ -54,7 +54,7 @@
}
@@ -19027,8 +19210,8 @@
void *hModule = dlopen(libName, RTLD_LAZY);
#else
void *hModule = dlopen(libName, RTLD_NOLOAD);
---- ./jdk/src/solaris/native/sun/tools/attach/BsdVirtualMachine.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/tools/attach/BsdVirtualMachine.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/tools/attach/BsdVirtualMachine.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/tools/attach/BsdVirtualMachine.c Sat Jan 28 19:08:22 2017 -0800
@@ -37,7 +37,9 @@
#include <sys/types.h>
#include <sys/socket.h>
@@ -19039,8 +19222,8 @@
#include <sys/un.h>
#include <fcntl.h>
---- ./jdk/src/solaris/native/sun/xawt/XWindow.c Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/solaris/native/sun/xawt/XWindow.c Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/solaris/native/sun/xawt/XWindow.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/solaris/native/sun/xawt/XWindow.c Sat Jan 28 19:08:22 2017 -0800
@@ -886,7 +886,7 @@
{
KeySym originalKeysym = *keysym;
@@ -19050,8 +19233,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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp Mon Dec 19 15:56:12 2016 -0500
+--- ./jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp Sat Jan 28 19:08:22 2017 -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 92492c2fa4f8..adf05de8342a 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 Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/test/compiler/5091921/Test7005594.sh Mon Oct 24 19:45:24 2016 -0700
+--- ./hotspot/test/compiler/5091921/Test7005594.sh Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/test/compiler/5091921/Test7005594.sh Sat Jan 28 19:02:08 2017 -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 Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/test/compiler/6894807/Test6894807.sh Mon Oct 24 19:45:24 2016 -0700
+--- ./hotspot/test/compiler/6894807/Test6894807.sh Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/test/compiler/6894807/Test6894807.sh Sat Jan 28 19:02:08 2017 -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 Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/test/runtime/7110720/Test7110720.sh Mon Oct 24 19:45:24 2016 -0700
+--- ./hotspot/test/runtime/7110720/Test7110720.sh Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/test/runtime/7110720/Test7110720.sh Sat Jan 28 19:02:08 2017 -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 Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java Mon Oct 24 19:45:24 2016 -0700
+--- ./hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java Sat Jan 28 19:02:08 2017 -0800
@@ -37,8 +37,8 @@
public static void main(String args[]) throws Throwable {
@@ -51,8 +51,8 @@
return;
}
---- ./hotspot/test/test_env.sh Thu Sep 22 12:50:50 2016 -0700
-+++ ./hotspot/test/test_env.sh Mon Oct 24 19:45:24 2016 -0700
+--- ./hotspot/test/test_env.sh Mon Nov 28 13:51:31 2016 -0800
++++ ./hotspot/test/test_env.sh Sat Jan 28 19:02:08 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/com/sun/corba/5036554/TestCorbaBug.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/com/sun/corba/5036554/TestCorbaBug.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/com/sun/corba/5036554/TestCorbaBug.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/com/sun/corba/cachedSocket/7056731.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/com/sun/corba/cachedSocket/7056731.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/com/sun/corba/cachedSocket/7056731.sh Sat Jan 28 19:08:22 2017 -0800
@@ -31,7 +31,7 @@
OS=`uname -s`
@@ -84,8 +84,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/com/sun/jdi/ImmutableResourceTest.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/com/sun/jdi/ImmutableResourceTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/com/sun/jdi/ImmutableResourceTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/com/sun/jdi/ImmutableResourceTest.sh Sat Jan 28 19:08:22 2017 -0800
@@ -56,7 +56,7 @@
OS=`uname -s`
@@ -95,8 +95,8 @@
PATHSEP=":"
;;
---- ./jdk/test/com/sun/jdi/JITDebug.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/com/sun/jdi/JITDebug.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/com/sun/jdi/JITDebug.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/com/sun/jdi/JITDebug.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/com/sun/jdi/PrivateTransportTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/com/sun/jdi/PrivateTransportTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/com/sun/jdi/PrivateTransportTest.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/com/sun/jdi/ShellScaffold.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/com/sun/jdi/ShellScaffold.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/com/sun/jdi/ShellScaffold.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh Sat Jan 28 19:08:22 2017 -0800
@@ -45,7 +45,7 @@
OS=`uname -s`
@@ -139,8 +139,8 @@
PS=":"
;;
Windows* | CYGWIN*)
---- ./jdk/test/java/awt/JAWT/JAWT.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/awt/JAWT/JAWT.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/awt/JAWT/JAWT.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/awt/JAWT/JAWT.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/io/File/GetXSpace.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/io/File/GetXSpace.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/io/File/GetXSpace.java Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/io/File/GetXSpace.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/io/File/GetXSpace.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/io/File/GetXSpace.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/io/Serializable/evolution/RenamePackage/run.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/io/Serializable/evolution/RenamePackage/run.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/io/Serializable/evolution/RenamePackage/run.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/io/Serializable/serialver/classpath/run.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/io/Serializable/serialver/classpath/run.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/io/Serializable/serialver/classpath/run.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/io/Serializable/serialver/nested/run.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/io/Serializable/serialver/nested/run.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/io/Serializable/serialver/nested/run.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/lang/ClassLoader/Assert.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/lang/ClassLoader/Assert.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/lang/ClassLoader/Assert.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/lang/ClassLoader/deadlock/TestCrossDelegate.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/lang/ClassLoader/deadlock/TestCrossDelegate.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/lang/ClassLoader/deadlock/TestCrossDelegate.sh Sat Jan 28 19:08:22 2017 -0800
@@ -55,7 +55,7 @@
Linux )
FS="/"
@@ -296,8 +296,8 @@
FS="/"
;;
AIX )
---- ./jdk/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh Sat Jan 28 19:08:22 2017 -0800
@@ -60,7 +60,7 @@
Linux )
FS="/"
@@ -307,8 +307,8 @@
FS="/"
;;
AIX )
---- ./jdk/test/java/lang/ProcessBuilder/DestroyTest.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/lang/ProcessBuilder/DestroyTest.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/lang/ProcessBuilder/DestroyTest.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/lang/ProcessBuilder/DestroyTest.java Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/lang/ProcessBuilder/Zombies.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/lang/ProcessBuilder/Zombies.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/lang/ProcessBuilder/Zombies.java Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/lang/StringCoding/CheckEncodings.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/lang/StringCoding/CheckEncodings.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/lang/StringCoding/CheckEncodings.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/lang/annotation/loaderLeak/LoaderLeak.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/lang/annotation/loaderLeak/LoaderLeak.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/lang/annotation/loaderLeak/LoaderLeak.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/lang/instrument/MakeJAR2.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/lang/instrument/MakeJAR2.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/lang/instrument/MakeJAR2.sh Sat Jan 28 19:08:22 2017 -0800
@@ -55,7 +55,7 @@
OS=`uname -s`
@@ -363,8 +363,8 @@
PATHSEP=":"
;;
---- ./jdk/test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh Sat Jan 28 19:08:22 2017 -0800
@@ -43,7 +43,7 @@
PS=":"
FS="/"
@@ -374,8 +374,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/lang/management/OperatingSystemMXBean/GetSystemLoadAverage.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/lang/management/OperatingSystemMXBean/GetSystemLoadAverage.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/lang/management/OperatingSystemMXBean/GetSystemLoadAverage.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/lang/management/OperatingSystemMXBean/GetSystemLoadAverage.java Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/lang/management/OperatingSystemMXBean/TestSystemLoadAvg.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/lang/management/OperatingSystemMXBean/TestSystemLoadAvg.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/lang/management/OperatingSystemMXBean/TestSystemLoadAvg.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/net/Authenticator/B4933582.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/net/Authenticator/B4933582.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/net/Authenticator/B4933582.sh Sat Jan 28 19:08:22 2017 -0800
@@ -26,7 +26,7 @@
OS=`uname -s`
@@ -419,8 +419,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/net/DatagramSocket/Send12k.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/net/DatagramSocket/Send12k.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/net/DatagramSocket/Send12k.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/net/DatagramSocket/Send12k.java Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/net/DatagramSocket/SendDatagramToBadAddress.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/net/DatagramSocket/SendDatagramToBadAddress.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/net/DatagramSocket/SendDatagramToBadAddress.java Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/net/Socket/OldSocketImpl.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/net/Socket/OldSocketImpl.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/net/Socket/OldSocketImpl.sh Sat Jan 28 19:08:22 2017 -0800
@@ -28,7 +28,7 @@
OS=`uname -s`
@@ -471,8 +471,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/net/URL/B5086147.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/net/URL/B5086147.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/net/URL/B5086147.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/net/URL/B5086147.sh Sat Jan 28 19:08:22 2017 -0800
@@ -26,7 +26,7 @@
OS=`uname -s`
@@ -482,8 +482,8 @@
exit 0
;;
CYGWIN* )
---- ./jdk/test/java/net/URLClassLoader/B5077773.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/net/URLClassLoader/B5077773.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/net/URLClassLoader/B5077773.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/net/URLClassLoader/B5077773.sh Sat Jan 28 19:08:22 2017 -0800
@@ -34,11 +34,7 @@
OS=`uname -s`
@@ -497,8 +497,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/net/URLClassLoader/sealing/checksealed.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/net/URLClassLoader/sealing/checksealed.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/net/URLClassLoader/sealing/checksealed.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/net/URLClassLoader/sealing/checksealed.sh Sat Jan 28 19:08:22 2017 -0800
@@ -27,11 +27,7 @@
OS=`uname -s`
@@ -512,8 +512,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/net/URLConnection/6212146/test.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/net/URLConnection/6212146/test.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/net/URLConnection/6212146/test.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/net/URLConnection/6212146/test.sh Sat Jan 28 19:08:22 2017 -0800
@@ -33,11 +33,7 @@
OS=`uname -s`
@@ -527,8 +527,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/java/nio/channels/FileChannel/Transfer.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/nio/channels/FileChannel/Transfer.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/nio/channels/FileChannel/Transfer.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/nio/channels/FileChannel/Transfer.java Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c Sat Jan 28 19:08:22 2017 -0800
@@ -17,6 +17,12 @@
#include "Launcher.h"
@@ -562,8 +562,8 @@
_exit(-1);
}
---- ./jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/nio/charset/spi/basic.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/nio/charset/spi/basic.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/nio/charset/spi/basic.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/nio/file/FileSystem/Basic.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/nio/file/FileSystem/Basic.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/nio/file/FileSystem/Basic.java Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/nio/file/Files/CopyAndMove.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/nio/file/Files/CopyAndMove.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/nio/file/Files/CopyAndMove.java Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/rmi/activation/Activatable/extLoadedImpl/ext.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/rmi/activation/Activatable/extLoadedImpl/ext.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/rmi/activation/Activatable/extLoadedImpl/ext.sh Sat Jan 28 19:08:22 2017 -0800
@@ -33,7 +33,7 @@
OS=`uname -s`
@@ -626,8 +626,8 @@
PS=":"
;;
Windows* | CYGWIN* )
---- ./jdk/test/java/rmi/registry/readTest/readTest.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/rmi/registry/readTest/readTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/rmi/registry/readTest/readTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/rmi/registry/readTest/readTest.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh Sat Jan 28 19:08:22 2017 -0800
@@ -58,7 +58,7 @@
PATHSEP=":"
FILESEP="/"
@@ -648,8 +648,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock.sh Sat Jan 28 19:08:22 2017 -0800
@@ -42,7 +42,7 @@
PATHSEP=":"
FILESEP="/"
@@ -659,8 +659,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh Sat Jan 28 19:08:22 2017 -0800
@@ -66,7 +66,7 @@
PATHSEP=";"
FILESEP="/"
@@ -670,8 +670,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/java/security/Security/signedfirst/Dyn.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/security/Security/signedfirst/Dyn.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/security/Security/signedfirst/Dyn.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/security/Security/signedfirst/Dyn.sh Sat Jan 28 19:08:22 2017 -0800
@@ -58,7 +58,7 @@
PATHSEP=":"
FILESEP="/"
@@ -681,8 +681,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/java/security/Security/signedfirst/Static.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/security/Security/signedfirst/Static.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/security/Security/signedfirst/Static.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/security/Security/signedfirst/Static.sh Sat Jan 28 19:08:22 2017 -0800
@@ -58,7 +58,7 @@
PATHSEP=":"
FILESEP="/"
@@ -692,8 +692,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/java/util/Currency/PropertiesTest.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/util/Currency/PropertiesTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/util/Currency/PropertiesTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/util/Currency/PropertiesTest.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/util/PluggableLocale/ExecTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/util/PluggableLocale/ExecTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/util/PluggableLocale/ExecTest.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/util/ResourceBundle/Bug6299235Test.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/util/ResourceBundle/Bug6299235Test.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/util/ResourceBundle/Bug6299235Test.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/util/ServiceLoader/basic.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/util/ServiceLoader/basic.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/util/ServiceLoader/basic.sh Sat Jan 28 19:08:22 2017 -0800
@@ -43,9 +43,7 @@
OS=`uname -s`
@@ -738,8 +738,8 @@
SEP=':' ;;
* )
SEP='\;' ;;
---- ./jdk/test/java/util/prefs/CheckUserPrefsStorage.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/java/util/prefs/CheckUserPrefsStorage.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/java/util/prefs/CheckUserPrefsStorage.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/java/util/prefs/CheckUserPrefsStorage.sh Sat Jan 28 19:08:22 2017 -0800
@@ -31,7 +31,7 @@
OS=`uname -s`
@@ -749,8 +749,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/javax/crypto/SecretKeyFactory/FailOverTest.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/javax/crypto/SecretKeyFactory/FailOverTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/javax/crypto/SecretKeyFactory/FailOverTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/javax/crypto/SecretKeyFactory/FailOverTest.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatThreadTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatThreadTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatThreadTest.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/javax/imageio/stream/StreamCloserLeak/run_test.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/javax/imageio/stream/StreamCloserLeak/run_test.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/javax/imageio/stream/StreamCloserLeak/run_test.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/javax/script/CommonSetup.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/javax/script/CommonSetup.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/javax/script/CommonSetup.sh Sat Jan 28 19:08:22 2017 -0800
@@ -36,7 +36,7 @@
OS=`uname -s`
@@ -810,8 +810,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/javax/security/auth/Subject/doAs/Test.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/javax/security/auth/Subject/doAs/Test.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/javax/security/auth/Subject/doAs/Test.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/javax/security/auth/Subject/doAs/Test.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/lib/security/java.policy/Ext_AllPolicy.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/lib/security/java.policy/Ext_AllPolicy.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/lib/security/java.policy/Ext_AllPolicy.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/lib/testlibrary/jdk/testlibrary/Platform.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/lib/testlibrary/jdk/testlibrary/Platform.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/lib/testlibrary/jdk/testlibrary/Platform.java Sat Jan 28 19:08:22 2017 -0800
@@ -53,8 +53,13 @@
return isOs("linux");
}
@@ -849,8 +849,8 @@
}
public static String getOsName() {
---- ./jdk/test/sun/awt/dnd/8024061/bug8024061.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/awt/dnd/8024061/bug8024061.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/awt/dnd/8024061/bug8024061.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/awt/dnd/8024061/bug8024061.java Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh Sat Jan 28 19:08:22 2017 -0800
@@ -42,7 +42,7 @@
fi
@@ -873,8 +873,8 @@
PATHSEP=":"
FILESEP="/"
DFILESEP=$FILESEP
---- ./jdk/test/sun/net/ftp/MarkResetTest.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/net/ftp/MarkResetTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/net/ftp/MarkResetTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/net/ftp/MarkResetTest.sh Sat Jan 28 19:08:22 2017 -0800
@@ -28,7 +28,7 @@
OS=`uname -s`
@@ -884,8 +884,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/net/www/http/HttpClient/RetryPost.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/net/www/http/HttpClient/RetryPost.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/net/www/http/HttpClient/RetryPost.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/net/www/http/HttpClient/RetryPost.sh Sat Jan 28 19:08:22 2017 -0800
@@ -28,7 +28,7 @@
OS=`uname -s`
@@ -895,8 +895,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/net/www/protocol/jar/B5105410.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/net/www/protocol/jar/B5105410.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/net/www/protocol/jar/B5105410.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/net/www/protocol/jar/B5105410.sh Sat Jan 28 19:08:22 2017 -0800
@@ -31,7 +31,7 @@
OS=`uname -s`
@@ -906,8 +906,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/net/www/protocol/jar/jarbug/run.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/net/www/protocol/jar/jarbug/run.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/net/www/protocol/jar/jarbug/run.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/net/www/protocol/jar/jarbug/run.sh Sat Jan 28 19:08:22 2017 -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 Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/nio/ch/SelProvider.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/nio/ch/SelProvider.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/nio/ch/SelProvider.java Sat Jan 28 19:08:22 2017 -0800
@@ -39,7 +39,7 @@
expected = "sun.nio.ch.DevPollSelectorProvider";
} else if ("Linux".equals(osname)) {
@@ -928,8 +928,366 @@
expected = "sun.nio.ch.KQueueSelectorProvider";
} else {
return;
---- ./jdk/test/sun/security/krb5/runNameEquals.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/krb5/runNameEquals.sh Mon Oct 24 19:45:36 2016 -0700
+--- /dev/null Thu Jan 01 00:00:00 1970 +0000
++++ ./jdk/test/sun/reflect/ReflectionFactory/ReflectionFactoryTest.java Sat Jan 28 19:08:22 2017 -0800
+@@ -0,0 +1,341 @@
++/*
++ * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
++ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
++ *
++ * This code is free software; you can redistribute it and/or modify it
++ * under the terms of the GNU General Public License version 2 only, as
++ * published by the Free Software Foundation.
++ *
++ * This code is distributed in the hope that it will be useful, but WITHOUT
++ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
++ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
++ * version 2 for more details (a copy is included in the LICENSE file that
++ * accompanied this code).
++ *
++ * You should have received a copy of the GNU General Public License version
++ * 2 along with this work; if not, write to the Free Software Foundation,
++ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
++ *
++ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
++ * or visit www.oracle.com if you need additional information or have any
++ * questions.
++ */
++
++import java.io.ByteArrayInputStream;
++import java.io.ByteArrayOutputStream;
++import java.io.Externalizable;
++import java.io.IOException;
++import java.io.ObjectInput;
++import java.io.ObjectInputStream;
++import java.io.ObjectOutput;
++import java.io.ObjectOutputStream;
++import java.io.OptionalDataException;
++import java.io.Serializable;
++import java.lang.invoke.MethodHandle;
++import java.lang.reflect.Constructor;
++import java.lang.reflect.InvocationTargetException;
++
++import sun.reflect.ReflectionFactory;
++
++import org.testng.Assert;
++import org.testng.annotations.BeforeClass;
++import org.testng.annotations.Test;
++import org.testng.annotations.DataProvider;
++import org.testng.TestNG;
++
++/*
++ * @test
++ * @bug 8137058 8164908 8168980
++ * @run testng ReflectionFactoryTest
++ * @run testng/othervm/policy=security.policy ReflectionFactoryTest
++ * @summary Basic test for the unsupported ReflectionFactory
++ */
++
++public class ReflectionFactoryTest {
++
++ // Initialized by init()
++ static ReflectionFactory factory;
++
++ @DataProvider(name = "ClassConstructors")
++ static Object[][] classConstructors() {
++ return new Object[][] {
++ {Object.class},
++ {Foo.class},
++ {Bar.class},
++ };
++ }
++
++ @BeforeClass
++ static void init() {
++ factory = ReflectionFactory.getReflectionFactory();
++ }
++
++ /**
++ * Test that the correct Constructor is selected and run.
++ * @param type type of object to create
++ * @throws NoSuchMethodException - error
++ * @throws InstantiationException - error
++ * @throws IllegalAccessException - error
++ * @throws InvocationTargetException - error
++ */
++ @Test(dataProvider="ClassConstructors")
++ static void testConstructor(Class<?> type)
++ throws NoSuchMethodException, InstantiationException,
++ IllegalAccessException, InvocationTargetException
++ {
++ @SuppressWarnings("unchecked")
++ Constructor<?> c = factory.newConstructorForSerialization(type);
++
++ Object o = c.newInstance();
++ Assert.assertEquals(o.getClass(), type, "Instance is wrong type");
++ if (o instanceof Foo) {
++ Foo foo = (Foo)o;
++ foo.check();
++ }
++ }
++
++ @DataProvider(name = "NonSerialConstructors")
++ static Object[][] constructors() throws NoSuchMethodException {
++ return new Object[][] {
++ {Foo.class, Object.class.getDeclaredConstructor()},
++ {Foo.class, Foo.class.getDeclaredConstructor()},
++ {Baz.class, Object.class.getDeclaredConstructor()},
++ {Baz.class, Foo.class.getDeclaredConstructor()},
++ {Baz.class, Baz.class.getDeclaredConstructor()}
++ };
++ }
++
++ /**
++ * Tests that the given Constructor, in the hierarchy, is run.
++ */
++ @Test(dataProvider="NonSerialConstructors")
++ static void testNonSerializableConstructor(Class<?> cl,
++ Constructor<?> constructorToCall)
++ throws ReflectiveOperationException
++ {
++ @SuppressWarnings("unchecked")
++ Constructor<?> c = factory.newConstructorForSerialization(cl,
++ constructorToCall);
++
++ Object o = c.newInstance();
++ Assert.assertEquals(o.getClass(), cl, "Instance is wrong type");
++
++ int expectedFoo = 0;
++ int expectedBaz = 0;
++ if (constructorToCall.getName().equals("ReflectionFactoryTest$Foo")) {
++ expectedFoo = 1;
++ } else if (constructorToCall.getName().equals("ReflectionFactoryTest$Baz")) {
++ expectedFoo = 1;
++ expectedBaz = 4;
++ }
++
++ Assert.assertEquals(((Foo)o).foo(), expectedFoo);
++ if (o instanceof Baz) {
++ Assert.assertEquals(((Baz)o).baz(), expectedBaz);
++ }
++ }
++
++ static class Foo {
++ private int foo;
++ public Foo() {
++ this.foo = 1;
++ }
++
++ public String toString() {
++ return "foo: " + foo;
++ }
++
++ public void check() {
++ int expectedFoo = 1;
++ Assert.assertEquals(foo, expectedFoo, "foo() constructor not run");
++ }
++
++ public int foo() { return foo; }
++ }
++
++ static class Bar extends Foo implements Serializable {
++ private static final long serialVersionUID = 3L;
++
++ private int bar;
++ public Bar() {
++ this.bar = 1;
++ }
++
++ public String toString() {
++ return super.toString() + ", bar: " + bar;
++ }
++
++ public void check() {
++ super.check();
++ int expectedBar = 0;
++ Assert.assertEquals(bar, expectedBar, "bar() constructor not run");
++ }
++ }
++
++ static class Baz extends Foo {
++ private static final long serialVersionUID = 4L;
++
++ private final int baz;
++ public Baz() { this.baz = 4; }
++ public int baz() { return baz; }
++ }
++
++ /**
++ * Test newConstructorForExternalization returns the constructor and it can be called.
++ * @throws NoSuchMethodException - error
++ * @throws InstantiationException - error
++ * @throws IllegalAccessException - error
++ * @throws InvocationTargetException - error
++ */
++ @Test
++ static void newConstructorForExternalization()
++ throws NoSuchMethodException, InstantiationException,
++ IllegalAccessException, InvocationTargetException {
++ Constructor<?> cons = factory.newConstructorForExternalization(Ext.class);
++ Ext ext = (Ext)cons.newInstance();
++ Assert.assertEquals(ext.ext, 1, "Constructor not run");
++ }
++
++ static class Ext implements Externalizable {
++ private static final long serialVersionUID = 1L;
++
++ int ext;
++
++ public Ext() {
++ ext = 1;
++ }
++
++ @Override
++ public void writeExternal(ObjectOutput out) throws IOException {}
++
++ @Override
++ public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {}
++ }
++
++ @Test
++ static void testReadWriteObjectForSerialization() throws Throwable {
++ MethodHandle readObjectMethod = factory.readObjectForSerialization(Ser.class);
++ Assert.assertNotNull(readObjectMethod, "readObjectMethod not found");
++
++ MethodHandle readObjectNoDataMethod = factory.readObjectNoDataForSerialization(Ser.class);
++ Assert.assertNotNull(readObjectNoDataMethod, "readObjectNoDataMethod not found");
++
++ MethodHandle writeObjectMethod = factory.writeObjectForSerialization(Ser.class);
++ Assert.assertNotNull(writeObjectMethod, "writeObjectMethod not found");
++
++ MethodHandle readResolveMethod = factory.readResolveForSerialization(Ser.class);
++ Assert.assertNotNull(readResolveMethod, "readResolveMethod not found");
++
++ MethodHandle writeReplaceMethod = factory.writeReplaceForSerialization(Ser.class);
++ Assert.assertNotNull(writeReplaceMethod, "writeReplaceMethod not found");
++
++ byte[] data = null;
++ try (ByteArrayOutputStream baos = new ByteArrayOutputStream();
++ ObjectOutputStream oos = new ObjectOutputStream(baos)) {
++ Ser ser = new Ser();
++
++ writeReplaceMethod.invoke(ser);
++ Assert.assertTrue(ser.writeReplaceCalled, "writeReplace not called");
++ Assert.assertFalse(ser.writeObjectCalled, "writeObject should not have been called");
++
++ writeObjectMethod.invoke(ser, oos);
++ Assert.assertTrue(ser.writeReplaceCalled, "writeReplace should have been called");
++ Assert.assertTrue(ser.writeObjectCalled, "writeObject not called");
++ oos.flush();
++ data = baos.toByteArray();
++ }
++
++ try (ByteArrayInputStream bais = new ByteArrayInputStream(data);
++ ObjectInputStream ois = new ObjectInputStream(bais)) {
++ Ser ser2 = new Ser();
++
++ readObjectMethod.invoke(ser2, ois);
++ Assert.assertTrue(ser2.readObjectCalled, "readObject not called");
++ Assert.assertFalse(ser2.readObjectNoDataCalled, "readObjectNoData should not be called");
++ Assert.assertFalse(ser2.readResolveCalled, "readResolve should not be called");
++
++ readObjectNoDataMethod.invoke(ser2, ois);
++ Assert.assertTrue(ser2.readObjectCalled, "readObject should have been called");
++ Assert.assertTrue(ser2.readObjectNoDataCalled, "readObjectNoData not called");
++ Assert.assertFalse(ser2.readResolveCalled, "readResolve should not be called");
++
++ readResolveMethod.invoke(ser2);
++ Assert.assertTrue(ser2.readObjectCalled, "readObject should have been called");
++ Assert.assertTrue(ser2.readObjectNoDataCalled, "readObjectNoData not called");
++ Assert.assertTrue(ser2.readResolveCalled, "readResolve not called");
++ }
++ }
++
++ @Test
++ static void hasStaticInitializer() {
++ boolean actual = factory.hasStaticInitializerForSerialization(Ser.class);
++ Assert.assertTrue(actual, "hasStaticInitializerForSerialization is wrong");
++ }
++
++ static class Ser implements Serializable {
++ private static final long serialVersionUID = 2L;
++ static {
++ // Define a static class initialization method
++ }
++
++ boolean readObjectCalled = false;
++ boolean readObjectNoDataCalled = false;
++ boolean writeObjectCalled = false;
++ boolean readResolveCalled = false;
++ boolean writeReplaceCalled = false;
++
++ public Ser() {}
++
++ private void readObject(ObjectInputStream ois) throws IOException {
++ Assert.assertFalse(writeObjectCalled, "readObject called too many times");
++ readObjectCalled = ois.readBoolean();
++ }
++
++ private void readObjectNoData(ObjectInputStream ois) throws IOException {
++ Assert.assertFalse(readObjectNoDataCalled, "readObjectNoData called too many times");
++ readObjectNoDataCalled = true;
++ }
++
++ private void writeObject(ObjectOutputStream oos) throws IOException {
++ Assert.assertFalse(writeObjectCalled, "writeObject called too many times");
++ writeObjectCalled = true;
++ oos.writeBoolean(writeObjectCalled);
++ }
++
++ private Object writeReplace() {
++ Assert.assertFalse(writeReplaceCalled, "writeReplace called too many times");
++ writeReplaceCalled = true;
++ return this;
++ }
++
++ private Object readResolve() {
++ Assert.assertFalse(readResolveCalled, "readResolve called too many times");
++ readResolveCalled = true;
++ return this;
++ }
++ }
++
++ /**
++ * Test the constructor of OptionalDataExceptions.
++ */
++ @Test
++ static void newOptionalDataException() {
++ OptionalDataException ode = factory.newOptionalDataExceptionForSerialization(true);
++ Assert.assertTrue(ode.eof, "eof wrong");
++ ode = factory.newOptionalDataExceptionForSerialization(false);
++ Assert.assertFalse(ode.eof, "eof wrong");
++
++ }
++
++
++
++ // Main can be used to run the tests from the command line with only testng.jar.
++ @SuppressWarnings("raw_types")
++ @Test(enabled = false)
++ public static void main(String[] args) {
++ Class<?>[] testclass = {ReflectionFactoryTest.class};
++ TestNG testng = new TestNG();
++ testng.setTestClasses(testclass);
++ testng.run();
++ }
++}
+--- /dev/null Thu Jan 01 00:00:00 1970 +0000
++++ ./jdk/test/sun/reflect/ReflectionFactory/security.policy Sat Jan 28 19:08:22 2017 -0800
+@@ -0,0 +1,11 @@
++// Individual Permissions for ReflectionFactoryTest
++grant {
++ // Permissions needed to run the test
++ permission java.util.PropertyPermission "*", "read";
++ permission java.io.FilePermission "<<ALL FILES>>", "read,write,delete,execute";
++
++ permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
++ permission java.lang.RuntimePermission "accessDeclaredMembers";
++ permission java.lang.RuntimePermission "accessClassInPackage.sun.reflect";
++ permission java.lang.RuntimePermission "reflectionFactoryAccess";
++};
+--- ./jdk/test/sun/security/krb5/runNameEquals.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/krb5/runNameEquals.sh Sat Jan 28 19:08:22 2017 -0800
@@ -52,7 +52,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -939,8 +1297,8 @@
PATHSEP=":"
FILESEP="/"
NATIVE=true
---- ./jdk/test/sun/security/mscapi/ShortRSAKey1024.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/mscapi/ShortRSAKey1024.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/mscapi/ShortRSAKey1024.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/mscapi/ShortRSAKey1024.sh Sat Jan 28 19:08:22 2017 -0800
@@ -50,7 +50,7 @@
OS=`uname -s`
@@ -950,8 +1308,8 @@
FS="/"
;;
Windows_* )
---- ./jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh Sat Jan 28 19:08:22 2017 -0800
@@ -66,7 +66,7 @@
CP="${FS}bin${FS}cp"
CHMOD="${FS}bin${FS}chmod"
@@ -961,8 +1319,8 @@
FS="/"
PS=":"
CP="${FS}bin${FS}cp"
---- ./jdk/test/sun/security/pkcs11/Provider/Login.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/pkcs11/Provider/Login.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/pkcs11/Provider/Login.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/pkcs11/Provider/Login.sh Sat Jan 28 19:08:22 2017 -0800
@@ -67,7 +67,7 @@
CP="${FS}bin${FS}cp"
CHMOD="${FS}bin${FS}chmod"
@@ -972,8 +1330,8 @@
FS="/"
PS=":"
CP="${FS}bin${FS}cp"
---- ./jdk/test/sun/security/provider/KeyStore/DKSTest.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/provider/KeyStore/DKSTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/provider/KeyStore/DKSTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/provider/KeyStore/DKSTest.sh Sat Jan 28 19:08:22 2017 -0800
@@ -50,7 +50,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -983,8 +1341,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh Sat Jan 28 19:08:22 2017 -0800
@@ -52,7 +52,7 @@
PATHSEP=":"
FILESEP="/"
@@ -994,8 +1352,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/sun/security/provider/PolicyFile/getinstance/getinstance.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/provider/PolicyFile/getinstance/getinstance.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/provider/PolicyFile/getinstance/getinstance.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/provider/PolicyFile/getinstance/getinstance.sh Sat Jan 28 19:08:22 2017 -0800
@@ -59,7 +59,7 @@
PS=":"
FS="/"
@@ -1005,8 +1363,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh Sat Jan 28 19:08:22 2017 -0800
@@ -33,7 +33,7 @@
OS=`uname -s`
@@ -1016,8 +1374,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh Sat Jan 28 19:08:22 2017 -0800
@@ -46,7 +46,7 @@
OS=`uname -s`
@@ -1027,8 +1385,8 @@
FILESEP="/"
PATHSEP=":"
;;
---- ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh Sat Jan 28 19:08:22 2017 -0800
@@ -32,7 +32,7 @@
HOSTNAME=`uname -n`
OS=`uname -s`
@@ -1038,8 +1396,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Sat Jan 28 19:08:22 2017 -0800
@@ -32,7 +32,7 @@
HOSTNAME=`uname -n`
OS=`uname -s`
@@ -1049,8 +1407,8 @@
PS=":"
FS="/"
;;
---- ./jdk/test/sun/security/tools/jarsigner/AlgOptions.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/jarsigner/AlgOptions.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/jarsigner/AlgOptions.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/jarsigner/AlgOptions.sh Sat Jan 28 19:08:22 2017 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1060,8 +1418,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/jarsigner/PercentSign.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/jarsigner/PercentSign.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/jarsigner/PercentSign.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/jarsigner/PercentSign.sh Sat Jan 28 19:08:22 2017 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1071,8 +1429,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/jarsigner/diffend.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/jarsigner/diffend.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/jarsigner/diffend.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/jarsigner/diffend.sh Sat Jan 28 19:08:22 2017 -0800
@@ -47,6 +47,13 @@
FS="/"
CP="${FS}bin${FS}cp -f"
@@ -1087,8 +1445,8 @@
CYGWIN* )
NULL=/dev/null
PS=";"
---- ./jdk/test/sun/security/tools/jarsigner/emptymanifest.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/jarsigner/emptymanifest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/jarsigner/emptymanifest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/jarsigner/emptymanifest.sh Sat Jan 28 19:08:22 2017 -0800
@@ -39,6 +39,11 @@
Windows_* )
FS="\\"
@@ -1101,8 +1459,8 @@
* )
FS="/"
;;
---- ./jdk/test/sun/security/tools/jarsigner/oldsig.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/jarsigner/oldsig.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/jarsigner/oldsig.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/jarsigner/oldsig.sh Sat Jan 28 19:08:22 2017 -0800
@@ -42,7 +42,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1112,8 +1470,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/keytool/AltProviderPath.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/keytool/AltProviderPath.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/keytool/AltProviderPath.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/keytool/AltProviderPath.sh Sat Jan 28 19:08:22 2017 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1123,8 +1481,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/keytool/CloneKeyAskPassword.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/keytool/CloneKeyAskPassword.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/keytool/CloneKeyAskPassword.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/keytool/CloneKeyAskPassword.sh Sat Jan 28 19:08:22 2017 -0800
@@ -55,7 +55,7 @@
PATHSEP=":"
FILESEP="/"
@@ -1134,8 +1492,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/sun/security/tools/keytool/NoExtNPE.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/keytool/NoExtNPE.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/keytool/NoExtNPE.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/keytool/NoExtNPE.sh Sat Jan 28 19:08:22 2017 -0800
@@ -48,7 +48,7 @@
Linux )
FILESEP="/"
@@ -1145,8 +1503,8 @@
FILESEP="/"
;;
AIX )
---- ./jdk/test/sun/security/tools/keytool/SecretKeyKS.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/keytool/SecretKeyKS.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/keytool/SecretKeyKS.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/keytool/SecretKeyKS.sh Sat Jan 28 19:08:22 2017 -0800
@@ -45,7 +45,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1156,8 +1514,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/keytool/StandardAlgName.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/keytool/StandardAlgName.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/keytool/StandardAlgName.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/keytool/StandardAlgName.sh Sat Jan 28 19:08:22 2017 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1167,8 +1525,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/keytool/StorePasswordsByShell.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/keytool/StorePasswordsByShell.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/keytool/StorePasswordsByShell.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/keytool/StorePasswordsByShell.sh Sat Jan 28 19:08:22 2017 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1178,8 +1536,8 @@
PATHSEP=":"
FILESEP="/"
;;
---- ./jdk/test/sun/security/tools/keytool/i18n.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/keytool/i18n.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/keytool/i18n.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/keytool/i18n.sh Sat Jan 28 19:08:22 2017 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1189,8 +1547,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/keytool/printssl.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/keytool/printssl.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/keytool/printssl.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/keytool/printssl.sh Sat Jan 28 19:08:22 2017 -0800
@@ -40,7 +40,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1200,8 +1558,8 @@
FS="/"
;;
CYGWIN* )
---- ./jdk/test/sun/security/tools/keytool/resource.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/keytool/resource.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/keytool/resource.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/keytool/resource.sh Sat Jan 28 19:08:22 2017 -0800
@@ -43,7 +43,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1211,8 +1569,8 @@
NULL=/dev/null
FS="/"
;;
---- ./jdk/test/sun/security/tools/keytool/standard.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/keytool/standard.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/keytool/standard.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/keytool/standard.sh Sat Jan 28 19:08:22 2017 -0800
@@ -45,7 +45,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1222,8 +1580,8 @@
FS="/"
;;
Windows_* )
---- ./jdk/test/sun/security/tools/policytool/Alias.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/policytool/Alias.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/policytool/Alias.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/policytool/Alias.sh Sat Jan 28 19:08:22 2017 -0800
@@ -47,7 +47,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1233,8 +1591,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/policytool/ChangeUI.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/policytool/ChangeUI.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/policytool/ChangeUI.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/policytool/ChangeUI.sh Sat Jan 28 19:08:22 2017 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1244,8 +1602,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/policytool/OpenPolicy.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/policytool/OpenPolicy.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/policytool/OpenPolicy.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/policytool/OpenPolicy.sh Sat Jan 28 19:08:22 2017 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1255,8 +1613,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/policytool/SaveAs.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/policytool/SaveAs.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/policytool/SaveAs.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/policytool/SaveAs.sh Sat Jan 28 19:08:22 2017 -0800
@@ -47,7 +47,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1266,8 +1624,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/policytool/UpdatePermissions.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/policytool/UpdatePermissions.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/policytool/UpdatePermissions.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/policytool/UpdatePermissions.sh Sat Jan 28 19:08:22 2017 -0800
@@ -47,7 +47,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1277,8 +1635,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/policytool/UsePolicy.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/policytool/UsePolicy.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/policytool/UsePolicy.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/policytool/UsePolicy.sh Sat Jan 28 19:08:22 2017 -0800
@@ -46,7 +46,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1288,8 +1646,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/security/tools/policytool/i18n.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/security/tools/policytool/i18n.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/security/tools/policytool/i18n.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/security/tools/policytool/i18n.sh Sat Jan 28 19:08:22 2017 -0800
@@ -49,7 +49,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1299,8 +1657,8 @@
NULL=/dev/null
PS=":"
FS="/"
---- ./jdk/test/sun/tools/common/CommonSetup.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/tools/common/CommonSetup.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/tools/common/CommonSetup.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/tools/common/CommonSetup.sh Sat Jan 28 19:08:22 2017 -0800
@@ -47,6 +47,7 @@
# isLinux - true if OS is Linux
# isSolaris - true if OS is Solaris
@@ -1328,8 +1686,8 @@
Darwin )
OS="Mac OS X"
isMacos=true
---- ./jdk/test/sun/tools/jconsole/ResourceCheckTest.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/tools/jconsole/ResourceCheckTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/tools/jconsole/ResourceCheckTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/tools/jconsole/ResourceCheckTest.sh Sat Jan 28 19:08:22 2017 -0800
@@ -54,7 +54,7 @@
OS=`uname -s`
@@ -1339,8 +1697,8 @@
PATHSEP=":"
;;
---- ./jdk/test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh Sat Jan 28 19:08:22 2017 -0800
@@ -56,7 +56,7 @@
OS=`uname -s`
@@ -1350,8 +1708,8 @@
PATHSEP=":"
;;
---- ./jdk/test/tools/launcher/ExecutionEnvironment.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/tools/launcher/ExecutionEnvironment.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/tools/launcher/ExecutionEnvironment.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/tools/launcher/ExecutionEnvironment.java Sat Jan 28 19:08:22 2017 -0800
@@ -194,7 +194,7 @@
Map<String, String> env = new HashMap<>();
@@ -1361,8 +1719,8 @@
for (String x : LD_PATH_STRINGS) {
String pairs[] = x.split("=");
env.put(pairs[0], pairs[1]);
---- ./jdk/test/tools/launcher/RunpathTest.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/tools/launcher/RunpathTest.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/tools/launcher/RunpathTest.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/tools/launcher/RunpathTest.java Sat Jan 28 19:08:22 2017 -0800
@@ -69,7 +69,7 @@
}
@@ -1372,8 +1730,8 @@
RunpathTest rp = new RunpathTest();
rp.testRpath();
}
---- ./jdk/test/tools/launcher/Test7029048.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/tools/launcher/Test7029048.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/tools/launcher/Test7029048.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/tools/launcher/Test7029048.java Sat Jan 28 19:08:22 2017 -0800
@@ -223,7 +223,7 @@
} else if (isSolaris && passes < 9) {
throw new Exception("Test7029048: FAIL: " +
@@ -1383,8 +1741,8 @@
throw new Exception("Test7029048: FAIL: " +
"all tests did not run, expected " + 6 + " got " + passes);
} else {
---- ./jdk/test/tools/launcher/TestHelper.java Thu Sep 22 13:05:53 2016 -0700
-+++ ./jdk/test/tools/launcher/TestHelper.java Mon Oct 24 19:45:36 2016 -0700
+--- ./jdk/test/tools/launcher/TestHelper.java Wed Nov 30 13:46:05 2016 +0300
++++ ./jdk/test/tools/launcher/TestHelper.java Sat Jan 28 19:08:22 2017 -0800
@@ -94,6 +94,8 @@
System.getProperty("os.name", "unknown").startsWith("Linux");
static final boolean isAIX =
@@ -1394,8 +1752,8 @@
static final String LIBJVM = isWindows
? "jvm.dll"
: "libjvm" + (isMacOSX ? ".dylib" : ".so");
---- ./langtools/test/Makefile Thu Sep 22 13:09:09 2016 -0700
-+++ ./langtools/test/Makefile Mon Oct 24 19:45:17 2016 -0700
+--- ./langtools/test/Makefile Mon Nov 28 13:53:32 2016 -0800
++++ ./langtools/test/Makefile Sat Jan 28 19:02:01 2017 -0800
@@ -34,6 +34,14 @@
ARCH=i586
endif
@@ -1411,8 +1769,8 @@
ifeq ($(OSNAME), Darwin)
PLATFORM = bsd
ARCH = $(shell uname -m)
---- ./langtools/test/tools/javah/ReadOldClass.sh Thu Sep 22 13:09:09 2016 -0700
-+++ ./langtools/test/tools/javah/ReadOldClass.sh Mon Oct 24 19:45:17 2016 -0700
+--- ./langtools/test/tools/javah/ReadOldClass.sh Mon Nov 28 13:53:32 2016 -0800
++++ ./langtools/test/tools/javah/ReadOldClass.sh Sat Jan 28 19:02:01 2017 -0800
@@ -43,7 +43,7 @@
# set platform-dependent variables
OS=`uname -s`
@@ -1422,8 +1780,8 @@
PS=":"
FS="/"
;;
---- ./nashorn/test/script/jfx.js Thu Sep 22 13:10:23 2016 -0700
-+++ ./nashorn/test/script/jfx.js Mon Oct 24 19:45:19 2016 -0700
+--- ./nashorn/test/script/jfx.js Mon Nov 28 13:53:48 2016 -0800
++++ ./nashorn/test/script/jfx.js Sat Jan 28 19:02:03 2017 -0800
@@ -93,6 +93,8 @@
f2 = new File(sb.append(fsep + "linux.png").toString());
} else if (OSInfo.getOSType() == OSType.MACOSX) {
diff --git a/java/openjdk8/files/patch-jdk_src_solaris_native_sun_management_OperatingSystemImpl.c b/java/openjdk8/files/patch-jdk_src_solaris_native_sun_management_OperatingSystemImpl.c
index 57d4464a168f..419e6c3f5cf7 100644
--- a/java/openjdk8/files/patch-jdk_src_solaris_native_sun_management_OperatingSystemImpl.c
+++ b/java/openjdk8/files/patch-jdk_src_solaris_native_sun_management_OperatingSystemImpl.c
@@ -12,12 +12,3 @@
JNIEXPORT jlong JNICALL
Java_sun_management_OperatingSystemImpl_getOpenFileDescriptorCount
-@@ -500,6 +495,8 @@ Java_sun_management_OperatingSystemImpl_
- #define FD_DIR aix_fd_dir
- char aix_fd_dir[32]; /* the pid has at most 19 digits */
- snprintf(aix_fd_dir, 32, "/proc/%d/fd", getpid());
-+#elif defined(_ALLBSD_SOURCE)
-+#define FD_DIR "/dev/fd"
- #else
- #define FD_DIR "/proc/self/fd"
- #endif