svn commit: r419318 - in head/java/openjdk8: . files

Kubilay Kocak koobs at FreeBSD.org
Sat Jul 30 14:04:58 UTC 2016


On 30/07/2016 11:55 PM, Greg Lewis wrote:
> Author: glewis
> Date: Sat Jul 30 13:55:17 2016
> New Revision: 419318
> URL: https://svnweb.freebsd.org/changeset/ports/419318
> 
> Log:
>   . Update to 8u102.

This release appears (unsurprisingly) to contain security (and major
bug) fixes which should be merged to quarterly:

http://www.oracle.com/technetwork/java/javase/8u102-relnotes-3021767.html

http://www.oracle.com/technetwork/topics/security/cpujul2016-2881720.html

http://www.oracle.com/technetwork/java/javase/2col/8u102-bugfixes-3021768.html


> Deleted:
>   head/java/openjdk8/files/patch-hotspot-src-os_cpu-bsd_x86-vm-os_bsd_x86.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 Jul 30 12:51:17 2016	(r419317)
> +++ head/java/openjdk8/Makefile	Sat Jul 30 13:55:17 2016	(r419318)
> @@ -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 \
> @@ -25,7 +24,8 @@ PATCHFILES=	patch-8u05-b13.xz \
>  		patch-8u72-b15.xz \
>  		patch-8u74-b02.xz \
>  		patch-8u77-b03.xz \
> -		patch-8u92-b14.xz
> +		patch-8u92-b14.xz \
> +		patch-8u102-b14.xz
>  
>  MAINTAINER=	java at FreeBSD.org
>  COMMENT?=	Java Development Kit ${JDK_MAJOR_VERSION}
> @@ -203,7 +203,7 @@ NO_CCACHE=		yes
>  NOPRECIOUSMAKEVARS=	yes
>  
>  JDK_MAJOR_VERSION=	8
> -JDK_UPDATE_VERSION=	92
> +JDK_UPDATE_VERSION=	102
>  JDK_BUILD_NUMBER=	14
>  DIST_BUILD_NUMBER=	132
>  JTREG_VERSION=		4.1
> 
> Modified: head/java/openjdk8/distinfo
> ==============================================================================
> --- head/java/openjdk8/distinfo	Sat Jul 30 12:51:17 2016	(r419317)
> +++ head/java/openjdk8/distinfo	Sat Jul 30 13:55:17 2016	(r419318)
> @@ -30,3 +30,5 @@ SHA256 (patch-8u77-b03.xz) = d6469852d55
>  SIZE (patch-8u77-b03.xz) = 4404
>  SHA256 (patch-8u92-b14.xz) = c3c8e607048c61c8b425849c6bb73add59ba9887e4a9d4f6147ab51ad11c8d17
>  SIZE (patch-8u92-b14.xz) = 172836
> +SHA256 (patch-8u102-b14.xz) = 02ae897c1bfbb137339fe00f0672af268b94beee88f44c818a6060dc207d72c3
> +SIZE (patch-8u102-b14.xz) = 411024
> 
> Modified: head/java/openjdk8/files/patch-bsd
> ==============================================================================
> --- head/java/openjdk8/files/patch-bsd	Sat Jul 30 12:51:17 2016	(r419317)
> +++ head/java/openjdk8/files/patch-bsd	Sat Jul 30 13:55:17 2016	(r419318)
> @@ -1,5 +1,5 @@
> ---- ./common/autoconf/build-performance.m4	Tue Mar 22 11:03:36 2016 -0700
> -+++ ./common/autoconf/build-performance.m4	Sun May 01 23:37:49 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:03:36 2016 -0700
> -+++ ./common/autoconf/generated-configure.sh	Sun May 01 23:37:49 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:03:36 2016 -0700
> -+++ ./common/autoconf/jdk-options.m4	Sun May 01 23:37:49 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:03:36 2016 -0700
> -+++ ./common/autoconf/libraries.m4	Sun May 01 23:37:49 2016 -0700
> +--- ./common/autoconf/libraries.m4	Tue Jun 21 18:38:32 2016 -0700
> ++++ ./common/autoconf/libraries.m4	Sun Jul 24 16:26:25 2016 -0700
>  @@ -69,9 +69,15 @@
>     fi
>   
> @@ -790,8 +790,8 @@
>  +
>     AC_SUBST(LIBCXX)
>   ])
> ---- ./common/autoconf/platform.m4	Tue Mar 22 11:03:36 2016 -0700
> -+++ ./common/autoconf/platform.m4	Sun May 01 23:37:49 2016 -0700
> +--- ./common/autoconf/platform.m4	Tue Jun 21 18:38:32 2016 -0700
> ++++ ./common/autoconf/platform.m4	Sun Jul 24 16:26:25 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 Mar 22 11:03:36 2016 -0700
> -+++ ./common/autoconf/spec.gmk.in	Sun May 01 23:37:49 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:03:36 2016 -0700
> -+++ ./common/autoconf/toolchain.m4	Sun May 01 23:37:49 2016 -0700
> +--- ./common/autoconf/toolchain.m4	Tue Jun 21 18:38:32 2016 -0700
> ++++ ./common/autoconf/toolchain.m4	Sun Jul 24 16:26:25 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 Mar 22 11:03:36 2016 -0700
> -+++ ./configure	Sun May 01 23:37:49 2016 -0700
> +--- ./configure	Tue Jun 21 18:38:32 2016 -0700
> ++++ ./configure	Sun Jul 24 16:26:25 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 Mar 22 11:03:36 2016 -0700
> -+++ ./make/Javadoc.gmk	Sun May 01 23:37:49 2016 -0700
> +--- ./make/Javadoc.gmk	Tue Jun 21 18:38:32 2016 -0700
> ++++ ./make/Javadoc.gmk	Sun Jul 24 16:26:25 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 Mar 22 11:03:36 2016 -0700
> -+++ ./make/Main.gmk	Sun May 01 23:37:49 2016 -0700
> +--- ./make/Main.gmk	Tue Jun 21 18:38:32 2016 -0700
> ++++ ./make/Main.gmk	Sun Jul 24 16:26:25 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 Mar 22 11:03:36 2016 -0700
> -+++ ./make/common/MakeBase.gmk	Sun May 01 23:37:49 2016 -0700
> +--- ./make/common/MakeBase.gmk	Tue Jun 21 18:38:32 2016 -0700
> ++++ ./make/common/MakeBase.gmk	Sun Jul 24 16:26:25 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 Mar 22 11:03:36 2016 -0700
> -+++ ./make/common/NativeCompilation.gmk	Sun May 01 23:37:49 2016 -0700
> +--- ./make/common/NativeCompilation.gmk	Tue Jun 21 18:38:32 2016 -0700
> ++++ ./make/common/NativeCompilation.gmk	Sun Jul 24 16:26:25 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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/make/bsd/Makefile	Fri Jun 17 22:08:33 2016 -0700
> +--- ./hotspot/make/bsd/Makefile	Tue Jun 21 18:40:46 2016 -0700
> ++++ ./hotspot/make/bsd/Makefile	Tue Jul 26 18:37:25 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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/make/bsd/makefiles/build_vm_def.sh	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/make/bsd/makefiles/debug.make	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/make/bsd/makefiles/defs.make	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -29,7 +29,15 @@
>   SLASH_JAVA ?= /java
>   
> @@ -1193,8 +1193,8 @@
>   endif
>   
>   # Serviceability Binaries
> ---- ./hotspot/make/bsd/makefiles/fastdebug.make	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/make/bsd/makefiles/fastdebug.make	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/make/bsd/makefiles/gcc.make	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/make/bsd/makefiles/launcher.make	Tue Jul 26 18:37:25 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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx	Tue Jul 26 18:37:25 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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx	Tue Jul 26 18:37:25 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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/make/bsd/makefiles/optimized.make	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/make/bsd/makefiles/ppc64.make	Tue Jul 26 18:37:25 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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/make/bsd/makefiles/product.make	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/make/bsd/makefiles/rules.make	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/make/bsd/makefiles/vm.make	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/make/bsd/platform_ppc64	Tue Jul 26 18:37:25 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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/cpu/x86/vm/jni_x86.h	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -2266,7 +2266,7 @@
>     if (!is_critical_native) {
>       // reset handle block
> @@ -3135,8 +3135,24 @@
>   
>       // Any exception pending?
>       __ cmpptr(Address(thread, in_bytes(Thread::pending_exception_offset())), (int32_t)NULL_WORD);
> ---- ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
> +@@ -23,9 +23,12 @@
> +  */
> + 
> + #include "precompiled.hpp"
> +-#ifndef _WINDOWS
> ++#if !defined(_WINDOWS) && !defined(_ALLBSD_SOURCE)
> + #include "alloca.h"
> + #endif
> ++#ifdef _ALLBSD_SOURCE
> ++#include <stdlib.h>
> ++#endif
> + #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
>  @@ -1293,7 +1293,7 @@
>   
>     // reset handle block
> @@ -3146,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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/cpu/x86/vm/x86_32.ad	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -1250,6 +1250,7 @@
>   
>   
> @@ -3156,8 +3172,8 @@
>   }
>   
>   #ifndef PRODUCT
> ---- ./hotspot/src/os/aix/vm/os_aix.cpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/os/aix/vm/os_aix.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -5236,6 +5236,10 @@
>       return 0;
>     }
> @@ -3170,7 +3186,7 @@
>   }
>   
>  --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
> -+++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,53 @@
>  +/*
>  + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
> @@ -3225,8 +3241,8 @@
>  +  return false;
>  +}
>  +#endif
> ---- ./hotspot/src/os/bsd/vm/jsig.c	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/os/bsd/vm/jsig.c	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -165,9 +165,8 @@
>   }
>   
> @@ -3239,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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -50,6 +50,7 @@
>       case INTERRUPT_SIGNAL:
>       case SIGFPE:
> @@ -3350,8 +3366,8 @@
>  +  jio_snprintf(buf, len, "SIG%s", signame);
>  +  return true;
>   }
> ---- ./hotspot/src/os/bsd/vm/jvm_bsd.h	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/os/bsd/vm/jvm_bsd.h	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -112,20 +112,6 @@
>   #define SHUTDOWN2_SIGNAL SIGINT
>   #define SHUTDOWN3_SIGNAL SIGTERM
> @@ -3373,8 +3389,8 @@
>   #endif /* JVM_MD_H */
>   
>   #endif // OS_BSD_VM_JVM_BSD_H
> ---- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -30,7 +30,7 @@
>   
>   void OSThread::pd_initialize() {
> @@ -3384,8 +3400,8 @@
>     _thread_id        = 0;
>   #else
>     _thread_id        = NULL;
> ---- ./hotspot/src/os/bsd/vm/os_bsd.cpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/os/bsd/vm/os_bsd.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -97,16 +97,31 @@
>   # include <sys/shm.h>
>   #ifndef __APPLE__
> @@ -3947,8 +3963,8 @@
>   }
>   
>   #ifndef PRODUCT
> ---- ./hotspot/src/os/bsd/vm/os_bsd.hpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/os/bsd/vm/os_bsd.hpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -58,12 +58,16 @@
>     // For signal flags diagnostics
>     static int sigflags[MAXSIGNUM];
> @@ -3976,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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/os/bsd/vm/vmError_bsd.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -33,30 +33,50 @@
>   #include <sys/syscall.h>
>   #include <unistd.h>
> @@ -4039,8 +4055,8 @@
>         os::fork_and_exec(buf);
>         yes = false;
>       }
> ---- ./hotspot/src/os/linux/vm/os_linux.cpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/os/linux/vm/os_linux.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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 @@
>       return 0;
>     }
> @@ -4052,8 +4068,8 @@
>     return strlen(buffer);
>   }
>   
> ---- ./hotspot/src/os/posix/vm/os_posix.cpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/os/posix/vm/os_posix.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -53,12 +53,11 @@
>     n = get_core_path(buffer, bufferSize);
>   
> @@ -4103,7 +4119,7 @@
>     // if there was an error when calling getrlimit, assume that there is no limitation
>     // on virtual memory.
>     bool result;
> -@@ -706,8 +714,12 @@
> +@@ -721,8 +729,12 @@
>       { SI_USER,      "SI_USER",     "Signal sent by kill()." },
>       { SI_QUEUE,     "SI_QUEUE",    "Signal sent by the sigqueue()." },
>       { SI_TIMER,     "SI_TIMER",    "Signal generated by expiration of a timer set by timer_settime()." },
> @@ -4116,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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/os/solaris/vm/os_solaris.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -6375,6 +6375,10 @@
>       return 0;
>     }
> @@ -4130,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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/atomic_bsd_ppc.inline.hpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,400 @@
>  +/*
>  + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
> @@ -4533,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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/bytes_bsd_ppc.inline.hpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,39 @@
>  +/*
>  + * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
> @@ -4575,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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/globals_bsd_ppc.hpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,54 @@
>  +/*
>  + * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
> @@ -4632,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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/orderAccess_bsd_ppc.inline.hpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,149 @@
>  +/*
>  + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
> @@ -4784,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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.cpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,666 @@
>  +/*
>  + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
> @@ -5453,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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.hpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,35 @@
>  +/*
>  + * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
> @@ -5491,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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/prefetch_bsd_ppc.inline.hpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,50 @@
>  +/*
>  + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
> @@ -5544,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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.cpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,39 @@
>  +/*
>  + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
> @@ -5586,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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.hpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,36 @@
>  +/*
>  + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
> @@ -5625,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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,36 @@
>  +/*
>  + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
> @@ -5664,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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.hpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,83 @@
>  +/*
>  + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
> @@ -5750,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	Fri Jun 17 22:08:33 2016 -0700
> ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/vmStructs_bsd_ppc.hpp	Tue Jul 26 18:37:25 2016 -0700
>  @@ -0,0 +1,55 @@
>  +/*
>  + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
> @@ -5807,8 +5823,22 @@
>  +#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/share/vm/opto/node.cpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/share/vm/opto/node.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
> +@@ -594,7 +594,11 @@
> +           stub = SharedRuntime::continuation_for_implicit_exception(thread, pc, SharedRuntime::IMPLICIT_NULL);
> +       }
> +     } else if (thread->thread_state() == _thread_in_vm &&
> ++#ifdef __FreeBSD__
> ++               (sig == SIGBUS || sig == SIGSEGV) && 
> ++#else
> +                sig == SIGBUS && /* info->si_code == BUS_OBJERR && */
> ++#endif
> +                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
>  @@ -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
> @@ -5831,8 +5861,8 @@
>   
>   //------------------------------clone------------------------------------------
>   // Clone a Node.
> ---- ./hotspot/src/share/vm/runtime/atomic.inline.hpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/share/vm/runtime/atomic.inline.hpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -63,6 +63,9 @@
>   #endif
>   
> @@ -5843,8 +5873,8 @@
>   #ifdef TARGET_OS_ARCH_bsd_x86
>   # include "atomic_bsd_x86.inline.hpp"
>   #endif
> ---- ./hotspot/src/share/vm/runtime/globals.hpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/share/vm/runtime/globals.hpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -94,6 +94,9 @@
>   #ifdef TARGET_OS_ARCH_aix_ppc
>   # include "globals_aix_ppc.hpp"
> @@ -5855,8 +5885,8 @@
>   #ifdef TARGET_OS_ARCH_bsd_x86
>   # include "globals_bsd_x86.hpp"
>   #endif
> ---- ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -64,6 +64,9 @@
>   #endif
>   
> @@ -5867,9 +5897,9 @@
>   #ifdef TARGET_OS_ARCH_bsd_x86
>   # include "orderAccess_bsd_x86.inline.hpp"
>   #endif
> ---- ./hotspot/src/share/vm/runtime/os.cpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/share/vm/runtime/os.cpp	Fri Jun 17 22:08:33 2016 -0700
> -@@ -420,15 +420,6 @@
> +--- ./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
> +@@ -424,15 +424,6 @@
>       if (_native_java_library == NULL) {
>         vm_exit_during_initialization("Unable to load native library", ebuf);
>       }
> @@ -5885,8 +5915,8 @@
>     }
>     static jboolean onLoaded = JNI_FALSE;
>     if (onLoaded) {
> ---- ./hotspot/src/share/vm/runtime/os.hpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/share/vm/runtime/os.hpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -835,6 +835,9 @@
>   #ifdef TARGET_OS_ARCH_aix_ppc
>   # include "os_aix_ppc.hpp"
> @@ -5897,8 +5927,8 @@
>   #ifdef TARGET_OS_ARCH_bsd_x86
>   # include "os_bsd_x86.hpp"
>   #endif
> ---- ./hotspot/src/share/vm/runtime/prefetch.inline.hpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/share/vm/runtime/prefetch.inline.hpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -63,6 +63,9 @@
>   #endif
>   
> @@ -5909,8 +5939,8 @@
>   #ifdef TARGET_OS_ARCH_bsd_x86
>   # include "prefetch_bsd_x86.inline.hpp"
>   #endif
> ---- ./hotspot/src/share/vm/runtime/thread.hpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/share/vm/runtime/thread.hpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -1732,6 +1732,9 @@
>   #ifdef TARGET_OS_ARCH_aix_ppc
>   # include "thread_aix_ppc.hpp"
> @@ -5921,8 +5951,8 @@
>   #ifdef TARGET_OS_ARCH_bsd_x86
>   # include "thread_bsd_x86.hpp"
>   #endif
> ---- ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -75,6 +75,9 @@
>   #ifdef TARGET_OS_ARCH_aix_ppc
>   # include "threadLS_aix_ppc.hpp"
> @@ -5933,8 +5963,8 @@
>   #ifdef TARGET_OS_ARCH_bsd_x86
>   # include "threadLS_bsd_x86.hpp"
>   #endif
> ---- ./hotspot/src/share/vm/runtime/vmStructs.cpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -146,6 +146,9 @@
>   #ifdef TARGET_OS_ARCH_aix_ppc
>   # include "vmStructs_aix_ppc.hpp"
> @@ -5945,7 +5975,7 @@
>   #ifdef TARGET_OS_ARCH_bsd_x86
>   # include "vmStructs_bsd_x86.hpp"
>   #endif
> -@@ -2553,6 +2556,8 @@
> +@@ -2555,6 +2558,8 @@
>     /**********************/                                                \
>     /* frame              */                                                \
>     /**********************/                                                \
> @@ -5954,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 Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -30,6 +30,11 @@
>   // This file holds compiler-dependent includes,
>   // globally used constants & types, class (forward)
> @@ -5987,8 +6017,8 @@
>   #define CAN_USE_NAN_DEFINE 1
>   #endif
>   
> ---- ./hotspot/src/share/vm/utilities/vmError.cpp	Tue Mar 22 11:05:52 2016 -0700
> -+++ ./hotspot/src/share/vm/utilities/vmError.cpp	Fri Jun 17 22:08:33 2016 -0700
> +--- ./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
>  @@ -22,7 +22,6 @@
>    *
>    */
> @@ -5997,8 +6027,8 @@
>   #include "precompiled.hpp"
>   #include "compiler/compileBroker.hpp"
>   #include "gc_interface/collectedHeap.hpp"
> ---- ./jdk/make/CompileDemos.gmk	Tue Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/CompileDemos.gmk	Tue Jun 14 11:51:15 2016 -0700
> +--- ./jdk/make/CompileDemos.gmk	Tue Jun 21 18:44:47 2016 -0700
> ++++ ./jdk/make/CompileDemos.gmk	Sun Jul 24 16:26:51 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 \
> @@ -6008,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 Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/CompileJavaClasses.gmk	Tue Jun 14 11:51:15 2016 -0700
> +--- ./jdk/make/CompileJavaClasses.gmk	Tue Jun 21 18:44:47 2016 -0700
> ++++ ./jdk/make/CompileJavaClasses.gmk	Sun Jul 24 16:26:51 2016 -0700
>  @@ -128,23 +128,32 @@
>         sun/nio/fs/LinuxFileStore.java \
>         sun/nio/fs/LinuxFileSystem.java \
> @@ -6111,8 +6141,8 @@
>           $(CLOSED_SRC_DIRS), \
>       INCLUDES := $(SECURITY_PKGS), \
>       EXCLUDES := $(EXCLUDES), \
> ---- ./jdk/make/CompileLaunchers.gmk	Tue Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/CompileLaunchers.gmk	Tue Jun 14 11:51:15 2016 -0700
> +--- ./jdk/make/CompileLaunchers.gmk	Tue Jun 21 18:44:47 2016 -0700
> ++++ ./jdk/make/CompileLaunchers.gmk	Sun Jul 24 16:26:51 2016 -0700
>  @@ -49,7 +49,7 @@
>     ORIGIN_ROOT := /..
>   endif
> @@ -6217,8 +6247,8 @@
>     BUILD_JSPAWNHELPER := 1
>   endif
>   
> ---- ./jdk/make/CopyFiles.gmk	Tue Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/CopyFiles.gmk	Tue Jun 14 11:51:15 2016 -0700
> +--- ./jdk/make/CopyFiles.gmk	Tue Jun 21 18:44:47 2016 -0700
> ++++ ./jdk/make/CopyFiles.gmk	Sun Jul 24 16:26:51 2016 -0700
>  @@ -29,6 +29,8 @@
>   
>   ifeq ($(OPENJDK_TARGET_OS), windows)
> @@ -6261,8 +6291,8 @@
>               endif
>             endif
>           endif
> ---- ./jdk/make/Images.gmk	Tue Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/Images.gmk	Tue Jun 14 11:51:15 2016 -0700
> +--- ./jdk/make/Images.gmk	Tue Jun 21 18:44:47 2016 -0700
> ++++ ./jdk/make/Images.gmk	Sun Jul 24 16:26:51 2016 -0700
>  @@ -236,11 +236,11 @@
>   endif
>   
> @@ -6333,7 +6363,7 @@
>   
>   ################################################################################
>  --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
> -+++ ./jdk/make/data/classlist/classlist.bsd	Tue Jun 14 11:51:15 2016 -0700
> ++++ ./jdk/make/data/classlist/classlist.bsd	Sun Jul 24 16:26:51 2016 -0700
>  @@ -0,0 +1,2559 @@
>  +java/lang/Object
>  +java/lang/String
> @@ -8894,8 +8924,8 @@
>  +java/awt/MenuBar
>  +sun/awt/X11/XErrorEvent
>  +# eea35d9d56e0006e
> ---- ./jdk/make/gendata/GendataFontConfig.gmk	Tue Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/gendata/GendataFontConfig.gmk	Tue Jun 14 11:51:15 2016 -0700
> +--- ./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
>  @@ -73,6 +73,13 @@
>     GENDATA_FONT_CONFIG_SRC_PREFIX := aix.
>   endif
> @@ -8910,8 +8940,8 @@
>   ###
>   
>   $(GENDATA_FONT_CONFIG_DST)/%.src: \
> ---- ./jdk/make/lib/Awt2dLibraries.gmk	Tue Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/lib/Awt2dLibraries.gmk	Tue Jun 14 11:51:15 2016 -0700
> +--- ./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
>  @@ -309,7 +309,7 @@
>       debug_trace.c \
>       debug_util.c
> @@ -9036,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 Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/lib/CoreLibraries.gmk	Tue Jun 14 11:51:15 2016 -0700
> +--- ./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
>  @@ -82,7 +82,7 @@
>   endif
>   
> @@ -9124,8 +9154,8 @@
>       LDFLAGS_macosx := -liconv, \
>       LDFLAGS_SUFFIX_windows := -export:nptInitialize -export:nptTerminate, \
>       LDFLAGS_SUFFIX_solaris := -lc, \
> ---- ./jdk/make/lib/NetworkingLibraries.gmk	Tue Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/lib/NetworkingLibraries.gmk	Tue Jun 14 11:51:15 2016 -0700
> +--- ./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
>  @@ -42,7 +42,7 @@
>     LIBNET_EXCLUDE_FILES += linux_close.c
>   endif
> @@ -9154,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 Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/lib/NioLibraries.gmk	Tue Jun 14 11:51:15 2016 -0700
> +--- ./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
>  @@ -77,9 +77,28 @@
>         UnixNativeDispatcher.c
>   endif
> @@ -9216,8 +9246,8 @@
>     endif
>  +  endif
>   endif
> ---- ./jdk/make/lib/ServiceabilityLibraries.gmk	Tue Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/lib/ServiceabilityLibraries.gmk	Tue Jun 14 11:51:15 2016 -0700
> +--- ./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
>  @@ -34,7 +34,7 @@
>   ifneq ($(OPENJDK_TARGET_OS), linux)
>     LIBATTACH_EXCLUDE_FILES += LinuxVirtualMachine.c
> @@ -9307,8 +9337,8 @@
>     ifeq ($(ENABLE_DEBUG_SYMBOLS), true)
>       LIBHPROF_OPTIMIZATION := LOW
>     endif
> ---- ./jdk/make/lib/SoundLibraries.gmk	Tue Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/lib/SoundLibraries.gmk	Tue Jun 14 11:51:15 2016 -0700
> +--- ./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
>  @@ -75,6 +75,13 @@
>     LIBJSOUND_CFLAGS += -DX_PLATFORM=X_AIX
>   endif # OPENJDK_TARGET_OS aix
> @@ -9340,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 Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/mapfiles/launchers/mapfile-ppc64	Tue Jun 14 11:51:15 2016 -0700
> +--- ./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
>  @@ -33,6 +33,7 @@
>   		environ;	# Public symbols and required by Java run time
>   		_environ;
> @@ -9350,8 +9380,8 @@
>   
>   	local:
>   		*;
> ---- ./jdk/make/mapfiles/launchers/mapfile-x86	Tue Mar 22 11:33:41 2016 -0700
> -+++ ./jdk/make/mapfiles/launchers/mapfile-x86	Tue Jun 14 11:51:15 2016 -0700
> +--- ./jdk/make/mapfiles/launchers/mapfile-x86	Tue Jun 21 18:44:47 2016 -0700
> 
> *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
> 



More information about the svn-ports-all mailing list