Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2016 03:51:40 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424926 - in head/java/openjdk8: . files
Message-ID:  <201610300351.u9U3pe3Y034326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Sun Oct 30 03:51:40 2016
New Revision: 424926
URL: https://svnweb.freebsd.org/changeset/ports/424926

Log:
  . Update to 8u112.

Deleted:
  head/java/openjdk8/files/patch-hotspot_src_cpu_zero_vm_cppInterpreter__zero.cpp
  head/java/openjdk8/files/patch-hotspot_src_share_vm_interpreter_bytecodeInterpreter.cpp
Modified:
  head/java/openjdk8/Makefile
  head/java/openjdk8/distinfo
  head/java/openjdk8/files/patch-bsd
  head/java/openjdk8/files/patch-bsd-test

Modified: head/java/openjdk8/Makefile
==============================================================================
--- head/java/openjdk8/Makefile	Sat Oct 29 22:18:28 2016	(r424925)
+++ head/java/openjdk8/Makefile	Sun Oct 30 03:51:40 2016	(r424926)
@@ -2,7 +2,6 @@
 
 PORTNAME=	openjdk
 PORTVERSION=	${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//}
-PORTREVISION=	2
 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 \
@@ -26,7 +25,8 @@ PATCHFILES=	patch-8u05-b13.xz \
 		patch-8u74-b02.xz \
 		patch-8u77-b03.xz \
 		patch-8u92-b14.xz \
-		patch-8u102-b14.xz
+		patch-8u102-b14.xz \
+		patch-8u112-b16.xz
 
 MAINTAINER=	java@FreeBSD.org
 COMMENT?=	Java Development Kit ${JDK_MAJOR_VERSION}
@@ -204,8 +204,8 @@ NO_CCACHE=		yes
 NOPRECIOUSMAKEVARS=	yes
 
 JDK_MAJOR_VERSION=	8
-JDK_UPDATE_VERSION=	102
-JDK_BUILD_NUMBER=	14
+JDK_UPDATE_VERSION=	112
+JDK_BUILD_NUMBER=	16
 DIST_BUILD_NUMBER=	132
 JTREG_VERSION=		4.1
 JTREG_BUILD_NUMBER=	b08

Modified: head/java/openjdk8/distinfo
==============================================================================
--- head/java/openjdk8/distinfo	Sat Oct 29 22:18:28 2016	(r424925)
+++ head/java/openjdk8/distinfo	Sun Oct 30 03:51:40 2016	(r424926)
@@ -1,3 +1,4 @@
+TIMESTAMP = 1477762427
 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
@@ -32,3 +33,5 @@ SHA256 (patch-8u92-b14.xz) = c3c8e607048
 SIZE (patch-8u92-b14.xz) = 172836
 SHA256 (patch-8u102-b14.xz) = 02ae897c1bfbb137339fe00f0672af268b94beee88f44c818a6060dc207d72c3
 SIZE (patch-8u102-b14.xz) = 411024
+SHA256 (patch-8u112-b16.xz) = adbca9b317d599a3ee2e8ac6efb47b0576bdb1ebf0a8b9a0d0d7742db499b921
+SIZE (patch-8u112-b16.xz) = 217492

Modified: head/java/openjdk8/files/patch-bsd
==============================================================================
--- head/java/openjdk8/files/patch-bsd	Sat Oct 29 22:18:28 2016	(r424925)
+++ head/java/openjdk8/files/patch-bsd	Sun Oct 30 03:51:40 2016	(r424926)
@@ -1,5 +1,5 @@
---- ./common/autoconf/build-performance.m4	Tue Jun 21 18:38:32 2016 -0700
-+++ ./common/autoconf/build-performance.m4	Sun Jul 24 16:26:25 2016 -0700
+--- ./common/autoconf/build-performance.m4	Thu Sep 22 12:29:25 2016 -0700
++++ ./common/autoconf/build-performance.m4	Mon Oct 24 19:45:12 2016 -0700
 @@ -41,6 +41,10 @@
      # Looks like a MacOSX system
      NUM_CORES=`/usr/sbin/system_profiler -detailLevel full SPHardwareDataType | grep 'Cores' | awk  '{print [$]5}'`
@@ -38,8 +38,8 @@
        AC_MSG_RESULT([no, disabling ccache])
        CCACHE=
      else
---- ./common/autoconf/generated-configure.sh	Tue Jun 21 18:38:32 2016 -0700
-+++ ./common/autoconf/generated-configure.sh	Sun Jul 24 16:26:25 2016 -0700
+--- ./common/autoconf/generated-configure.sh	Thu Sep 22 12:29:25 2016 -0700
++++ ./common/autoconf/generated-configure.sh	Mon Oct 24 19:45:12 2016 -0700
 @@ -646,6 +646,8 @@
  LIBM
  LIBZIP_CAN_USE_MMAP
@@ -628,8 +628,8 @@
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, disabling ccache" >&5
  $as_echo "no, disabling ccache" >&6; }
        CCACHE=
---- ./common/autoconf/jdk-options.m4	Tue Jun 21 18:38:32 2016 -0700
-+++ ./common/autoconf/jdk-options.m4	Sun Jul 24 16:26:25 2016 -0700
+--- ./common/autoconf/jdk-options.m4	Thu Sep 22 12:29:25 2016 -0700
++++ ./common/autoconf/jdk-options.m4	Mon Oct 24 19:45:12 2016 -0700
 @@ -410,6 +410,20 @@
  
    ###############################################################################
@@ -651,8 +651,8 @@
    # Enable or disable the elliptic curve crypto implementation
    #
    AC_DEFUN_ONCE([JDKOPT_DETECT_INTREE_EC],
---- ./common/autoconf/libraries.m4	Tue Jun 21 18:38:32 2016 -0700
-+++ ./common/autoconf/libraries.m4	Sun Jul 24 16:26:25 2016 -0700
+--- ./common/autoconf/libraries.m4	Thu Sep 22 12:29:25 2016 -0700
++++ ./common/autoconf/libraries.m4	Mon Oct 24 19:45:12 2016 -0700
 @@ -69,9 +69,15 @@
    fi
  
@@ -790,8 +790,8 @@
 +
    AC_SUBST(LIBCXX)
  ])
---- ./common/autoconf/platform.m4	Tue Jun 21 18:38:32 2016 -0700
-+++ ./common/autoconf/platform.m4	Sun Jul 24 16:26:25 2016 -0700
+--- ./common/autoconf/platform.m4	Thu Sep 22 12:29:25 2016 -0700
++++ ./common/autoconf/platform.m4	Mon Oct 24 19:45:12 2016 -0700
 @@ -30,7 +30,7 @@
  [
    # First argument is the cpu name from the trip/quad
@@ -851,8 +851,8 @@
      OPENJDK_TARGET_CPU_OSARCH="i386"
    elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then
      # On all platforms except macosx, we replace x86_64 with amd64.
---- ./common/autoconf/spec.gmk.in	Tue Jun 21 18:38:32 2016 -0700
-+++ ./common/autoconf/spec.gmk.in	Sun Jul 24 16:26:25 2016 -0700
+--- ./common/autoconf/spec.gmk.in	Thu Sep 22 12:29:25 2016 -0700
++++ ./common/autoconf/spec.gmk.in	Mon Oct 24 19:45:12 2016 -0700
 @@ -76,6 +76,7 @@
  OPENJDK_TARGET_OS:=@OPENJDK_TARGET_OS@
  OPENJDK_TARGET_OS_API:=@OPENJDK_TARGET_OS_API@
@@ -889,8 +889,8 @@
  USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@
  LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@
  MSVCR_DLL:=@MSVCR_DLL@
---- ./common/autoconf/toolchain.m4	Tue Jun 21 18:38:32 2016 -0700
-+++ ./common/autoconf/toolchain.m4	Sun Jul 24 16:26:25 2016 -0700
+--- ./common/autoconf/toolchain.m4	Thu Sep 22 12:29:25 2016 -0700
++++ ./common/autoconf/toolchain.m4	Mon Oct 24 19:45:12 2016 -0700
 @@ -72,7 +72,7 @@
    else
      COMPILER_VERSION_TEST=`$COMPILER --version 2>&1 | $HEAD -n 1`
@@ -985,16 +985,16 @@
    fi
    if test "x$OPENJDK_TARGET_OS" = xlinux; then
      CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DLINUX"
---- ./configure	Tue Jun 21 18:38:32 2016 -0700
-+++ ./configure	Sun Jul 24 16:26:25 2016 -0700
+--- ./configure	Thu Sep 22 12:29:25 2016 -0700
++++ ./configure	Mon Oct 24 19:45:12 2016 -0700
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
  #
  # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
---- ./make/Javadoc.gmk	Tue Jun 21 18:38:32 2016 -0700
-+++ ./make/Javadoc.gmk	Sun Jul 24 16:26:25 2016 -0700
+--- ./make/Javadoc.gmk	Thu Sep 22 12:29:25 2016 -0700
++++ ./make/Javadoc.gmk	Mon Oct 24 19:45:12 2016 -0700
 @@ -46,8 +46,18 @@
  
  BUILD_NUMBER=$(JDK_BUILD_NUMBER)
@@ -1015,8 +1015,8 @@
      -Djava.awt.headless=true \
      $(NEW_JAVADOC) \
      -bootclasspath $(JDK_OUTPUTDIR)/classes
---- ./make/Main.gmk	Tue Jun 21 18:38:32 2016 -0700
-+++ ./make/Main.gmk	Sun Jul 24 16:26:25 2016 -0700
+--- ./make/Main.gmk	Thu Sep 22 12:29:25 2016 -0700
++++ ./make/Main.gmk	Mon Oct 24 19:45:12 2016 -0700
 @@ -58,7 +58,11 @@
  
  # Setup number of jobs to use. -jN is unfortunately not available for us to parse from the command line,
@@ -1029,8 +1029,8 @@
  
  ### Main targets
  
---- ./make/common/MakeBase.gmk	Tue Jun 21 18:38:32 2016 -0700
-+++ ./make/common/MakeBase.gmk	Sun Jul 24 16:26:25 2016 -0700
+--- ./make/common/MakeBase.gmk	Thu Sep 22 12:29:25 2016 -0700
++++ ./make/common/MakeBase.gmk	Mon Oct 24 19:45:12 2016 -0700
 @@ -338,7 +338,7 @@
      # (and causing a crash on Cygwin).
      # Default shell seems to always be /bin/sh. Must override with bash to get this to work on Solaris.
@@ -1051,8 +1051,8 @@
  endef
  
  # Make directory without forking mkdir if not needed
---- ./make/common/NativeCompilation.gmk	Tue Jun 21 18:38:32 2016 -0700
-+++ ./make/common/NativeCompilation.gmk	Sun Jul 24 16:26:25 2016 -0700
+--- ./make/common/NativeCompilation.gmk	Thu Sep 22 12:29:25 2016 -0700
++++ ./make/common/NativeCompilation.gmk	Mon Oct 24 19:45:12 2016 -0700
 @@ -151,9 +151,9 @@
    #   CC the compiler to use, default is $(CC)
    #   LDEXE the linker to use for linking executables, default is $(LDEXE)
@@ -1066,8 +1066,8 @@
  
    ifneq (,$$($1_BIN))
      $$(error BIN has been replaced with OBJECT_DIR)
---- ./hotspot/make/bsd/Makefile	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/make/bsd/Makefile	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/make/bsd/Makefile	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/make/bsd/Makefile	Mon Oct 24 19:45:24 2016 -0700
 @@ -66,6 +66,10 @@
      FORCE_TIERED=1
    endif
@@ -1079,8 +1079,8 @@
  
  ifdef LP64
    ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")
---- ./hotspot/make/bsd/makefiles/build_vm_def.sh	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/build_vm_def.sh	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/make/bsd/makefiles/build_vm_def.sh	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/make/bsd/makefiles/build_vm_def.sh	Mon Oct 24 19:45:24 2016 -0700
 @@ -1,12 +1,28 @@
  #!/bin/sh
  
@@ -1116,8 +1116,8 @@
 +        if ($3 ~ /^_ZN9Arguments17SharedArchivePathE$/) print "\t" $3 ";"
 +    }' | sort -u ;;
 +esac
---- ./hotspot/make/bsd/makefiles/debug.make	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/debug.make	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/make/bsd/makefiles/debug.make	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/make/bsd/makefiles/debug.make	Mon Oct 24 19:45:24 2016 -0700
 @@ -35,7 +35,10 @@
  # to inhibit the effect of the previous line on CFLAGS.
  
@@ -1130,8 +1130,8 @@
  
  VERSION = debug
  SYSDEFS += -DASSERT
---- ./hotspot/make/bsd/makefiles/defs.make	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/defs.make	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/make/bsd/makefiles/defs.make	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/make/bsd/makefiles/defs.make	Mon Oct 24 19:45:24 2016 -0700
 @@ -29,7 +29,15 @@
  SLASH_JAVA ?= /java
  
@@ -1193,8 +1193,8 @@
  endif
  
  # Serviceability Binaries
---- ./hotspot/make/bsd/makefiles/fastdebug.make	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/fastdebug.make	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/make/bsd/makefiles/fastdebug.make	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/make/bsd/makefiles/fastdebug.make	Mon Oct 24 19:45:24 2016 -0700
 @@ -56,7 +56,10 @@
  # to inhibit the effect of the previous line on CFLAGS.
  
@@ -1207,8 +1207,8 @@
  
  VERSION = fastdebug
  SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
---- ./hotspot/make/bsd/makefiles/gcc.make	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/gcc.make	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/make/bsd/makefiles/gcc.make	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/make/bsd/makefiles/gcc.make	Mon Oct 24 19:45:24 2016 -0700
 @@ -168,6 +168,9 @@
    CFLAGS += -DDONT_USE_PRECOMPILED_HEADER
  endif
@@ -1335,7 +1335,7 @@
  endif
  
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/launcher.make	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/make/bsd/makefiles/launcher.make	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,117 @@
 +#
 +# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -1454,8 +1454,8 @@
 +	$(QUIETLY) sed -e 's/@@LIBARCH@@/$(LIBARCH)/g' $< > $@
 +	$(QUIETLY) chmod +x $@
 +
---- ./hotspot/make/bsd/makefiles/mapfile-vers-debug	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/make/bsd/makefiles/mapfile-vers-debug	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug	Mon Oct 24 19:45:24 2016 -0700
 @@ -21,246 +21,254 @@
  # questions.
  #
@@ -1944,7 +1944,7 @@
 +                *;
 +};
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,266 @@
 +#
 +# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2212,8 +2212,8 @@
 +
 +                # INSERT VTABLE SYMBOLS HERE
 +
---- ./hotspot/make/bsd/makefiles/mapfile-vers-product	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/make/bsd/makefiles/mapfile-vers-product	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product	Mon Oct 24 19:45:24 2016 -0700
 @@ -21,241 +21,249 @@
  # questions.
  #
@@ -2693,7 +2693,7 @@
 +                *;
 +};
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,261 @@
 +#
 +# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2956,8 +2956,8 @@
 +
 +                # INSERT VTABLE SYMBOLS HERE
 +
---- ./hotspot/make/bsd/makefiles/optimized.make	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/optimized.make	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/make/bsd/makefiles/optimized.make	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/make/bsd/makefiles/optimized.make	Mon Oct 24 19:45:24 2016 -0700
 @@ -38,6 +38,9 @@
  # to inhibit the effect of the previous line on CFLAGS.
  
@@ -2970,7 +2970,7 @@
  
  VERSION = optimized
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/ppc64.make	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/make/bsd/makefiles/ppc64.make	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,51 @@
 +#
 +# Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -3023,8 +3023,8 @@
 +  # Use Power8, this is the first CPU to support PPC64 LE with ELFv2 ABI.
 +  CFLAGS += -mcpu=power7 -mtune=power8 -minsert-sched-nops=regroup_exact -mno-multiple -mno-string
 +endif
---- ./hotspot/make/bsd/makefiles/product.make	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/product.make	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/make/bsd/makefiles/product.make	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/make/bsd/makefiles/product.make	Mon Oct 24 19:45:24 2016 -0700
 @@ -38,7 +38,10 @@
  # to inhibit the effect of the previous line on CFLAGS.
  
@@ -3037,8 +3037,8 @@
  
  SYSDEFS += -DPRODUCT
  VERSION = optimized
---- ./hotspot/make/bsd/makefiles/rules.make	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/rules.make	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/make/bsd/makefiles/rules.make	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/make/bsd/makefiles/rules.make	Mon Oct 24 19:45:24 2016 -0700
 @@ -34,7 +34,7 @@
  CC_COMPILE       = $(CC) $(CXXFLAGS) $(CFLAGS)
  CXX_COMPILE      = $(CXX) $(CXXFLAGS) $(CFLAGS)
@@ -3048,8 +3048,8 @@
  
  COMPILE.CC       = $(CC_COMPILE) -c
  GENASM.CC        = $(CC_COMPILE) -S
---- ./hotspot/make/bsd/makefiles/vm.make	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/make/bsd/makefiles/vm.make	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/make/bsd/makefiles/vm.make	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/make/bsd/makefiles/vm.make	Mon Oct 24 19:45:24 2016 -0700
 @@ -107,7 +107,7 @@
  # File specific flags
  CXXFLAGS += $(CXXFLAGS/BYFILE)
@@ -3060,7 +3060,7 @@
  endif
  
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/platform_ppc64	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/make/bsd/platform_ppc64	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,17 @@
 +os_family = bsd
 +
@@ -3079,8 +3079,8 @@
 +gnu_dis_arch = ppc64
 +
 +sysdefs = -DBSD -D_ALLBSD_SOURCE -D_GNU_SOURCE -DPPC64
---- ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -277,5 +277,9 @@
  #if defined(TARGET_OS_ARCH_linux_ppc)
  #include "bytes_linux_ppc.inline.hpp"
@@ -3091,8 +3091,8 @@
 +
  
  #endif // CPU_PPC_VM_BYTES_PPC_HPP
---- ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -307,6 +307,8 @@
    // Although AIX runs on big endian CPU, float is in most significant
    // word of an argument slot.
@@ -3102,8 +3102,8 @@
  #else
  #error "unknown OS"
  #endif
---- ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -778,6 +778,8 @@
        // Although AIX runs on big endian CPU, float is in the most
        // significant word of an argument slot.
@@ -3113,8 +3113,8 @@
  #else
  #error "unknown OS"
  #endif
---- ./hotspot/src/cpu/x86/vm/jni_x86.h	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/cpu/x86/vm/jni_x86.h	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/cpu/x86/vm/jni_x86.h	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/cpu/x86/vm/jni_x86.h	Mon Oct 24 19:45:24 2016 -0700
 @@ -34,7 +34,7 @@
  #ifndef __has_attribute
    #define __has_attribute(x) 0
@@ -3124,8 +3124,8 @@
    #define JNIEXPORT     __attribute__((visibility("default")))
    #define JNIIMPORT     __attribute__((visibility("default")))
  #else
---- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./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	Mon Oct 24 19:45:24 2016 -0700
 @@ -2266,7 +2266,7 @@
    if (!is_critical_native) {
      // reset handle block
@@ -3135,8 +3135,8 @@
  
      // Any exception pending?
      __ cmpptr(Address(thread, in_bytes(Thread::pending_exception_offset())), (int32_t)NULL_WORD);
---- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./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	Mon Oct 24 19:45:24 2016 -0700
 @@ -23,9 +23,12 @@
   */
  
@@ -3151,8 +3151,8 @@
  #include "asm/macroAssembler.hpp"
  #include "asm/macroAssembler.inline.hpp"
  #include "code/debugInfoRec.hpp"
---- ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./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	Mon Oct 24 19:45:24 2016 -0700
 @@ -1293,7 +1293,7 @@
  
    // reset handle block
@@ -3162,8 +3162,8 @@
  
    // If result was an oop then unbox and save it in the frame
    { Label L;
---- ./hotspot/src/cpu/x86/vm/x86_32.ad	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/cpu/x86/vm/x86_32.ad	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/cpu/x86/vm/x86_32.ad	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/cpu/x86/vm/x86_32.ad	Mon Oct 24 19:45:24 2016 -0700
 @@ -1250,6 +1250,7 @@
  
  
@@ -3172,8 +3172,8 @@
  }
  
  #ifndef PRODUCT
---- ./hotspot/src/os/aix/vm/os_aix.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/os/aix/vm/os_aix.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/os/aix/vm/os_aix.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/os/aix/vm/os_aix.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -5236,6 +5236,10 @@
      return 0;
    }
@@ -3186,7 +3186,7 @@
  }
  
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,53 @@
 +/*
 + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -3241,8 +3241,8 @@
 +  return false;
 +}
 +#endif
---- ./hotspot/src/os/bsd/vm/jsig.c	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/jsig.c	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/os/bsd/vm/jsig.c	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/os/bsd/vm/jsig.c	Mon Oct 24 19:45:24 2016 -0700
 @@ -165,9 +165,8 @@
  }
  
@@ -3255,8 +3255,8 @@
  
  static int call_os_sigaction(int sig, const struct sigaction  *act,
                               struct sigaction *oact) {
---- ./hotspot/src/os/bsd/vm/jvm_bsd.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/os/bsd/vm/jvm_bsd.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -50,6 +50,7 @@
      case INTERRUPT_SIGNAL:
      case SIGFPE:
@@ -3366,8 +3366,8 @@
 +  jio_snprintf(buf, len, "SIG%s", signame);
 +  return true;
  }
---- ./hotspot/src/os/bsd/vm/jvm_bsd.h	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/jvm_bsd.h	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/os/bsd/vm/jvm_bsd.h	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/os/bsd/vm/jvm_bsd.h	Mon Oct 24 19:45:24 2016 -0700
 @@ -112,20 +112,6 @@
  #define SHUTDOWN2_SIGNAL SIGINT
  #define SHUTDOWN3_SIGNAL SIGTERM
@@ -3389,8 +3389,8 @@
  #endif /* JVM_MD_H */
  
  #endif // OS_BSD_VM_JVM_BSD_H
---- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -30,7 +30,7 @@
  
  void OSThread::pd_initialize() {
@@ -3400,8 +3400,8 @@
    _thread_id        = 0;
  #else
    _thread_id        = NULL;
---- ./hotspot/src/os/bsd/vm/os_bsd.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/os_bsd.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/os/bsd/vm/os_bsd.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/os/bsd/vm/os_bsd.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -97,16 +97,31 @@
  # include <sys/shm.h>
  #ifndef __APPLE__
@@ -3963,8 +3963,8 @@
  }
  
  #ifndef PRODUCT
---- ./hotspot/src/os/bsd/vm/os_bsd.hpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/os_bsd.hpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/os/bsd/vm/os_bsd.hpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/os/bsd/vm/os_bsd.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -58,12 +58,16 @@
    // For signal flags diagnostics
    static int sigflags[MAXSIGNUM];
@@ -3992,8 +3992,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	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/os/bsd/vm/vmError_bsd.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/os/bsd/vm/vmError_bsd.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/os/bsd/vm/vmError_bsd.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -33,30 +33,50 @@
  #include <sys/syscall.h>
  #include <unistd.h>
@@ -4055,9 +4055,9 @@
        os::fork_and_exec(buf);
        yes = false;
      }
---- ./hotspot/src/os/linux/vm/os_linux.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/os/linux/vm/os_linux.cpp	Tue Jul 26 18:37:25 2016 -0700
-@@ -6048,6 +6048,10 @@
+--- ./hotspot/src/os/linux/vm/os_linux.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/os/linux/vm/os_linux.cpp	Mon Oct 24 19:45:24 2016 -0700
+@@ -6156,6 +6156,10 @@
      return 0;
    }
  
@@ -4068,8 +4068,8 @@
    return strlen(buffer);
  }
  
---- ./hotspot/src/os/posix/vm/os_posix.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/os/posix/vm/os_posix.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/os/posix/vm/os_posix.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/os/posix/vm/os_posix.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -53,12 +53,11 @@
    n = get_core_path(buffer, bufferSize);
  
@@ -4132,8 +4132,8 @@
      // Linux specific
  #ifdef SI_TKILL
      { SI_TKILL,     "SI_TKILL",    "Signal sent by tkill (pthread_kill)" },
---- ./hotspot/src/os/solaris/vm/os_solaris.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/os/solaris/vm/os_solaris.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/os/solaris/vm/os_solaris.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/os/solaris/vm/os_solaris.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -6375,6 +6375,10 @@
      return 0;
    }
@@ -4146,7 +4146,7 @@
  }
  
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/atomic_bsd_ppc.inline.hpp	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/atomic_bsd_ppc.inline.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,400 @@
 +/*
 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -4549,7 +4549,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	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/bytes_bsd_ppc.inline.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,39 @@
 +/*
 + * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -4591,7 +4591,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	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/globals_bsd_ppc.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,54 @@
 +/*
 + * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -4648,7 +4648,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	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/orderAccess_bsd_ppc.inline.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,149 @@
 +/*
 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -4800,7 +4800,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	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,666 @@
 +/*
 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -5469,7 +5469,7 @@
 +}
 +#endif
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.hpp	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,35 @@
 +/*
 + * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -5507,7 +5507,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	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/prefetch_bsd_ppc.inline.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,50 @@
 +/*
 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -5560,7 +5560,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	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,39 @@
 +/*
 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -5602,7 +5602,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	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,36 @@
 +/*
 + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -5641,7 +5641,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	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,36 @@
 +/*
 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -5680,7 +5680,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	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,83 @@
 +/*
 + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -5766,7 +5766,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	Tue Jul 26 18:37:25 2016 -0700
++++ ./hotspot/src/os_cpu/bsd_ppc/vm/vmStructs_bsd_ppc.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -0,0 +1,55 @@
 +/*
 + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -5823,8 +5823,8 @@
 +#define VM_LONG_CONSTANTS_OS_CPU(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant)
 +
 +#endif // OS_CPU_BSD_PPC_VM_VMSTRUCTS_BSD_PPC_HPP
---- ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./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	Mon Oct 24 19:45:24 2016 -0700
 @@ -594,7 +594,11 @@
            stub = SharedRuntime::continuation_for_implicit_exception(thread, pc, SharedRuntime::IMPLICIT_NULL);
        }
@@ -5837,8 +5837,8 @@
                 thread->doing_unsafe_access()) {
          stub = StubRoutines::handler_for_unsafe_access();
      }
---- ./hotspot/src/share/vm/opto/node.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/share/vm/opto/node.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/share/vm/opto/node.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/share/vm/opto/node.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -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
@@ -5861,8 +5861,8 @@
  
  //------------------------------clone------------------------------------------
  // Clone a Node.
---- ./hotspot/src/share/vm/runtime/atomic.inline.hpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/atomic.inline.hpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/share/vm/runtime/atomic.inline.hpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/share/vm/runtime/atomic.inline.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -63,6 +63,9 @@
  #endif
  
@@ -5873,8 +5873,8 @@
  #ifdef TARGET_OS_ARCH_bsd_x86
  # include "atomic_bsd_x86.inline.hpp"
  #endif
---- ./hotspot/src/share/vm/runtime/globals.hpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/globals.hpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/share/vm/runtime/globals.hpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/share/vm/runtime/globals.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -94,6 +94,9 @@
  #ifdef TARGET_OS_ARCH_aix_ppc
  # include "globals_aix_ppc.hpp"
@@ -5885,8 +5885,8 @@
  #ifdef TARGET_OS_ARCH_bsd_x86
  # include "globals_bsd_x86.hpp"
  #endif
---- ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -64,6 +64,9 @@
  #endif
  
@@ -5897,8 +5897,8 @@
  #ifdef TARGET_OS_ARCH_bsd_x86
  # include "orderAccess_bsd_x86.inline.hpp"
  #endif
---- ./hotspot/src/share/vm/runtime/os.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/os.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/share/vm/runtime/os.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/share/vm/runtime/os.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -424,15 +424,6 @@
      if (_native_java_library == NULL) {
        vm_exit_during_initialization("Unable to load native library", ebuf);
@@ -5915,8 +5915,8 @@
    }
    static jboolean onLoaded = JNI_FALSE;
    if (onLoaded) {
---- ./hotspot/src/share/vm/runtime/os.hpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/os.hpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/share/vm/runtime/os.hpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/share/vm/runtime/os.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -835,6 +835,9 @@
  #ifdef TARGET_OS_ARCH_aix_ppc
  # include "os_aix_ppc.hpp"
@@ -5927,8 +5927,8 @@
  #ifdef TARGET_OS_ARCH_bsd_x86
  # include "os_bsd_x86.hpp"
  #endif
---- ./hotspot/src/share/vm/runtime/prefetch.inline.hpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/prefetch.inline.hpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/share/vm/runtime/prefetch.inline.hpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/share/vm/runtime/prefetch.inline.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -63,6 +63,9 @@
  #endif
  
@@ -5939,8 +5939,8 @@
  #ifdef TARGET_OS_ARCH_bsd_x86
  # include "prefetch_bsd_x86.inline.hpp"
  #endif
---- ./hotspot/src/share/vm/runtime/thread.hpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/thread.hpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/share/vm/runtime/thread.hpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/share/vm/runtime/thread.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -1732,6 +1732,9 @@
  #ifdef TARGET_OS_ARCH_aix_ppc
  # include "thread_aix_ppc.hpp"
@@ -5951,8 +5951,8 @@
  #ifdef TARGET_OS_ARCH_bsd_x86
  # include "thread_bsd_x86.hpp"
  #endif
---- ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -75,6 +75,9 @@
  #ifdef TARGET_OS_ARCH_aix_ppc
  # include "threadLS_aix_ppc.hpp"
@@ -5963,8 +5963,8 @@
  #ifdef TARGET_OS_ARCH_bsd_x86
  # include "threadLS_bsd_x86.hpp"
  #endif
---- ./hotspot/src/share/vm/runtime/vmStructs.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/share/vm/runtime/vmStructs.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/share/vm/runtime/vmStructs.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/share/vm/runtime/vmStructs.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -146,6 +146,9 @@
  #ifdef TARGET_OS_ARCH_aix_ppc
  # include "vmStructs_aix_ppc.hpp"
@@ -5984,8 +5984,8 @@
                                                                            \
    NOT_ZERO(X86_ONLY(declare_constant(frame::entry_frame_call_wrapper_offset)))      \
    declare_constant(frame::pc_return_offset)                               \
---- ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -30,6 +30,11 @@
  // This file holds compiler-dependent includes,
  // globally used constants & types, class (forward)
@@ -6017,8 +6017,8 @@
  #define CAN_USE_NAN_DEFINE 1
  #endif
  
---- ./hotspot/src/share/vm/utilities/vmError.cpp	Tue Jun 21 18:40:46 2016 -0700
-+++ ./hotspot/src/share/vm/utilities/vmError.cpp	Tue Jul 26 18:37:25 2016 -0700
+--- ./hotspot/src/share/vm/utilities/vmError.cpp	Thu Sep 22 12:50:50 2016 -0700
++++ ./hotspot/src/share/vm/utilities/vmError.cpp	Mon Oct 24 19:45:24 2016 -0700
 @@ -22,7 +22,6 @@
   *
   */
@@ -6027,8 +6027,8 @@
  #include "precompiled.hpp"
  #include "compiler/compileBroker.hpp"
  #include "gc_interface/collectedHeap.hpp"
---- ./jdk/make/CompileDemos.gmk	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/CompileDemos.gmk	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/CompileDemos.gmk	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/CompileDemos.gmk	Mon Oct 24 19:45:36 2016 -0700
 @@ -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 \
@@ -6038,8 +6038,8 @@
  
  $(eval $(call SetupJVMTIDemo,minst, agent_util java_crw_demo))
  $(eval $(call SetupJVMTIDemo,mtrace, agent_util java_crw_demo))
---- ./jdk/make/CompileJavaClasses.gmk	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/CompileJavaClasses.gmk	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/CompileJavaClasses.gmk	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/CompileJavaClasses.gmk	Mon Oct 24 19:45:36 2016 -0700
 @@ -128,23 +128,32 @@
        sun/nio/fs/LinuxFileStore.java \
        sun/nio/fs/LinuxFileSystem.java \
@@ -6141,8 +6141,8 @@
          $(CLOSED_SRC_DIRS), \
      INCLUDES := $(SECURITY_PKGS), \
      EXCLUDES := $(EXCLUDES), \
---- ./jdk/make/CompileLaunchers.gmk	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/CompileLaunchers.gmk	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/CompileLaunchers.gmk	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/CompileLaunchers.gmk	Mon Oct 24 19:45:36 2016 -0700
 @@ -49,7 +49,7 @@
    ORIGIN_ROOT := /..
  endif
@@ -6247,8 +6247,8 @@
    BUILD_JSPAWNHELPER := 1
  endif
  
---- ./jdk/make/CopyFiles.gmk	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/CopyFiles.gmk	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/CopyFiles.gmk	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/CopyFiles.gmk	Mon Oct 24 19:45:36 2016 -0700
 @@ -29,6 +29,8 @@
  
  ifeq ($(OPENJDK_TARGET_OS), windows)
@@ -6291,8 +6291,8 @@
              endif
            endif
          endif
---- ./jdk/make/Images.gmk	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/Images.gmk	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/Images.gmk	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/Images.gmk	Mon Oct 24 19:45:36 2016 -0700
 @@ -236,11 +236,11 @@
  endif
  
@@ -6363,7 +6363,7 @@
  
  ################################################################################
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./jdk/make/data/classlist/classlist.bsd	Sun Jul 24 16:26:51 2016 -0700
++++ ./jdk/make/data/classlist/classlist.bsd	Mon Oct 24 19:45:36 2016 -0700
 @@ -0,0 +1,2559 @@
 +java/lang/Object
 +java/lang/String
@@ -8924,8 +8924,8 @@
 +java/awt/MenuBar
 +sun/awt/X11/XErrorEvent
 +# eea35d9d56e0006e
---- ./jdk/make/gendata/GendataFontConfig.gmk	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/gendata/GendataFontConfig.gmk	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/gendata/GendataFontConfig.gmk	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/gendata/GendataFontConfig.gmk	Mon Oct 24 19:45:36 2016 -0700
 @@ -73,6 +73,13 @@
    GENDATA_FONT_CONFIG_SRC_PREFIX := aix.
  endif
@@ -8940,8 +8940,8 @@
  ###
  
  $(GENDATA_FONT_CONFIG_DST)/%.src: \
---- ./jdk/make/lib/Awt2dLibraries.gmk	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/lib/Awt2dLibraries.gmk	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/lib/Awt2dLibraries.gmk	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/lib/Awt2dLibraries.gmk	Mon Oct 24 19:45:36 2016 -0700
 @@ -309,7 +309,7 @@
      debug_trace.c \
      debug_util.c
@@ -9066,8 +9066,8 @@
    else	# .. all other Unixes can use X_LIBS
      LIBSPLASHSCREEN_LDFLAGS_SUFFIX += $(X_LIBS) -lX11 -lXext $(LIBM) -lpthread
    endif
---- ./jdk/make/lib/CoreLibraries.gmk	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/lib/CoreLibraries.gmk	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/lib/CoreLibraries.gmk	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/lib/CoreLibraries.gmk	Mon Oct 24 19:45:36 2016 -0700
 @@ -82,7 +82,7 @@
  endif
  
@@ -9154,8 +9154,8 @@
      LDFLAGS_macosx := -liconv, \
      LDFLAGS_SUFFIX_windows := -export:nptInitialize -export:nptTerminate, \
      LDFLAGS_SUFFIX_solaris := -lc, \
---- ./jdk/make/lib/NetworkingLibraries.gmk	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/lib/NetworkingLibraries.gmk	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/lib/NetworkingLibraries.gmk	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/lib/NetworkingLibraries.gmk	Mon Oct 24 19:45:36 2016 -0700
 @@ -42,7 +42,7 @@
    LIBNET_EXCLUDE_FILES += linux_close.c
  endif
@@ -9184,8 +9184,8 @@
      LDFLAGS_SUFFIX_windows := ws2_32.lib jvm.lib secur32.lib iphlpapi.lib \
          delayimp.lib $(WIN_JAVA_LIB) advapi32.lib \
          -DELAYLOAD:secur32.dll -DELAYLOAD:iphlpapi.dll, \
---- ./jdk/make/lib/NioLibraries.gmk	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/lib/NioLibraries.gmk	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/lib/NioLibraries.gmk	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/lib/NioLibraries.gmk	Mon Oct 24 19:45:36 2016 -0700
 @@ -77,9 +77,28 @@
        UnixNativeDispatcher.c
  endif
@@ -9246,8 +9246,8 @@
    endif
 +  endif
  endif
---- ./jdk/make/lib/ServiceabilityLibraries.gmk	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/lib/ServiceabilityLibraries.gmk	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/lib/ServiceabilityLibraries.gmk	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/lib/ServiceabilityLibraries.gmk	Mon Oct 24 19:45:36 2016 -0700
 @@ -34,7 +34,7 @@
  ifneq ($(OPENJDK_TARGET_OS), linux)
    LIBATTACH_EXCLUDE_FILES += LinuxVirtualMachine.c
@@ -9337,8 +9337,8 @@
    ifeq ($(ENABLE_DEBUG_SYMBOLS), true)
      LIBHPROF_OPTIMIZATION := LOW
    endif
---- ./jdk/make/lib/SoundLibraries.gmk	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/lib/SoundLibraries.gmk	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/lib/SoundLibraries.gmk	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/lib/SoundLibraries.gmk	Mon Oct 24 19:45:36 2016 -0700
 @@ -75,6 +75,13 @@
    LIBJSOUND_CFLAGS += -DX_PLATFORM=X_AIX
  endif # OPENJDK_TARGET_OS aix
@@ -9370,8 +9370,8 @@
        LDFLAGS_SUFFIX := $(ALSA_LIBS) -ljava -ljvm, \
        OBJECT_DIR := $(JDK_OUTPUTDIR)/objs/libjsoundalsa, \
        DEBUG_SYMBOLS := $(DEBUG_ALL_BINARIES)))
---- ./jdk/make/mapfiles/launchers/mapfile-ppc64	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/mapfiles/launchers/mapfile-ppc64	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/mapfiles/launchers/mapfile-ppc64	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/mapfiles/launchers/mapfile-ppc64	Mon Oct 24 19:45:36 2016 -0700
 @@ -33,6 +33,7 @@
  		environ;	# Public symbols and required by Java run time
  		_environ;
@@ -9380,8 +9380,8 @@
  
  	local:
  		*;
---- ./jdk/make/mapfiles/launchers/mapfile-x86	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/mapfiles/launchers/mapfile-x86	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/mapfiles/launchers/mapfile-x86	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/mapfiles/launchers/mapfile-x86	Mon Oct 24 19:45:36 2016 -0700
 @@ -33,6 +33,7 @@
  		environ;	# Public symbols and required by Java run time
  		_environ;
@@ -9390,8 +9390,8 @@
  		___Argv;	# The following are private, but as they are
  		_start;		# exported from ctr1/crtn, the clever hacker
  		_init;		# might know about them.  However note, that
---- ./jdk/make/mapfiles/launchers/mapfile-x86_64	Tue Jun 21 18:44:47 2016 -0700
-+++ ./jdk/make/mapfiles/launchers/mapfile-x86_64	Sun Jul 24 16:26:51 2016 -0700
+--- ./jdk/make/mapfiles/launchers/mapfile-x86_64	Thu Sep 22 13:05:53 2016 -0700
++++ ./jdk/make/mapfiles/launchers/mapfile-x86_64	Mon Oct 24 19:45:36 2016 -0700
 @@ -33,6 +33,7 @@
  		environ;	# Public symbols and required by Java run time
  		_environ;
@@ -9401,7 +9401,7 @@
  	local:
  		*;
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610300351.u9U3pe3Y034326>