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

Greg Lewis glewis at FreeBSD.org
Sat Sep 8 20:53:35 UTC 2018


Author: glewis
Date: Sat Sep  8 20:53:33 2018
New Revision: 479258
URL: https://svnweb.freebsd.org/changeset/ports/479258

Log:
  . Update to 8u181.

Deleted:
  head/java/openjdk8/files/patch-hotspot_src_share_vm_services_memTracker.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 Sep  8 20:51:54 2018	(r479257)
+++ head/java/openjdk8/Makefile	Sat Sep  8 20:53:33 2018	(r479258)
@@ -2,7 +2,6 @@
 
 PORTNAME=	openjdk
 PORTVERSION=	${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//}
-PORTREVISION=	1
 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 \
@@ -33,7 +32,8 @@ PATCHFILES=	patch-8u05-b13.xz \
 		patch-8u144-b01.xz \
 		patch-8u152-b16.xz \
 		patch-8u162-b12.xz \
-		patch-8u172-b11.xz
+		patch-8u172-b11.xz \
+		patch-8u181-b13.xz
 
 MAINTAINER=	java at FreeBSD.org
 COMMENT?=	Java Development Kit ${JDK_MAJOR_VERSION}
@@ -206,8 +206,8 @@ NO_CCACHE=		yes
 NOPRECIOUSMAKEVARS=	yes
 
 JDK_MAJOR_VERSION=	8
-JDK_UPDATE_VERSION=	172
-JDK_BUILD_NUMBER=	11
+JDK_UPDATE_VERSION=	181
+JDK_BUILD_NUMBER=	13
 DIST_BUILD_NUMBER=	132
 JTREG_VERSION=		4.1
 JTREG_BUILD_NUMBER=	b08

Modified: head/java/openjdk8/distinfo
==============================================================================
--- head/java/openjdk8/distinfo	Sat Sep  8 20:51:54 2018	(r479257)
+++ head/java/openjdk8/distinfo	Sat Sep  8 20:53:33 2018	(r479258)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1517683323
+TIMESTAMP = 1536423017
 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
@@ -47,3 +47,5 @@ SHA256 (patch-8u162-b12.xz) = 9f083cde406ead14e38f5423
 SIZE (patch-8u162-b12.xz) = 337248
 SHA256 (patch-8u172-b11.xz) = e338a1dc63cc08f9227d685e350e60609e43612f18773213b882d78c7c559934
 SIZE (patch-8u172-b11.xz) = 146716
+SHA256 (patch-8u181-b13.xz) = 4cd0f5a04b72ad6c4ef73807d6a42e141394f5c38cee8ce11c0159a080073839
+SIZE (patch-8u181-b13.xz) = 69096

Modified: head/java/openjdk8/files/patch-bsd
==============================================================================
--- head/java/openjdk8/files/patch-bsd	Sat Sep  8 20:51:54 2018	(r479257)
+++ head/java/openjdk8/files/patch-bsd	Sat Sep  8 20:53:33 2018	(r479258)
@@ -1,5 +1,5 @@
---- ./common/autoconf/build-performance.m4	Mon Mar 19 11:56:10 2018 -0700
-+++ ./common/autoconf/build-performance.m4	Sat May 19 22:20:07 2018 -0700
+--- ./common/autoconf/build-performance.m4	Sat Jun 23 21:01:22 2018 -0700
++++ ./common/autoconf/build-performance.m4	Mon Sep 03 11:10:31 2018 -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	Mon Mar 19 11:56:10 2018 -0700
-+++ ./common/autoconf/generated-configure.sh	Sat May 19 22:20:07 2018 -0700
+--- ./common/autoconf/generated-configure.sh	Sat Jun 23 21:01:22 2018 -0700
++++ ./common/autoconf/generated-configure.sh	Mon Sep 03 11:10:31 2018 -0700
 @@ -646,6 +646,8 @@
  LIBM
  LIBZIP_CAN_USE_MMAP
@@ -372,7 +372,23 @@
    fi
    if test "x$DEBUG_LEVEL" = xrelease; then
      COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DNDEBUG"
-@@ -30640,11 +30751,18 @@
+@@ -30187,6 +30298,15 @@
+           # Should this be supplied to the OSS linker as well?
+           LDFLAGS_JDK="${LDFLAGS_JDK} -Xlinker -O1"
+         fi
++      elif test "x$OPENJDK_TARGET_OS" = xbsd; then
++        # And since we now know that the linker is gnu, then add:
++        #   -z noexecstack, to mark stack regions as non-executable
++        LDFLAGS_JDK="${LDFLAGS_JDK} -Xlinker -z -Xlinker noexecstack"
++        if test "x$DEBUG_LEVEL" = "xrelease"; then
++          # When building release libraries, tell the linker optimize them.
++          # Should this be supplied to the OSS linker as well?
++          LDFLAGS_JDK="${LDFLAGS_JDK} -Xlinker -O1"
++        fi
+       fi
+     fi
+     LDFLAGS_JDKLIB="${LDFLAGS_JDK} $SHARED_LIBRARY_FLAGS \
+@@ -30641,11 +30761,18 @@
    fi
  
    if test "x$OPENJDK_TARGET_OS" = xbsd; then
@@ -396,7 +412,7 @@
    fi
  
    if test "x$OPENJDK" = "xfalse"; then
-@@ -30680,14 +30798,18 @@
+@@ -30681,14 +30808,18 @@
    # --x-libraries for the sysroot, if that seems to be correct.
    if test "x$SYS_ROOT" != "x/"; then
      if test "x$x_includes" = xNONE; then
@@ -417,7 +433,7 @@
          x_libraries="$SYS_ROOT/usr/X11R6/lib"
        elif test "$SYS_ROOT/usr/lib64/libX11.so" && test "x$OPENJDK_TARGET_CPU_BITS" = x64; then
          x_libraries="$SYS_ROOT/usr/lib64"
-@@ -31734,6 +31856,10 @@
+@@ -31735,6 +31866,10 @@
          # A CSW package seems to be installed!
          CUPS_FOUND=yes
          CUPS_CFLAGS="-I/opt/csw/include"
@@ -428,7 +444,7 @@
        fi
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CUPS_FOUND" >&5
  $as_echo "$CUPS_FOUND" >&6; }
-@@ -34899,7 +35025,7 @@
+@@ -34900,7 +35035,7 @@
  
    ###############################################################################
    #
@@ -437,7 +453,7 @@
    #
  
  # Check whether --with-alsa was given.
-@@ -35307,15 +35433,66 @@
+@@ -35308,15 +35443,66 @@
  
    if test "x${with_giflib}" = "xbundled"; then
      USE_EXTERNAL_LIBGIF=false
@@ -509,7 +525,7 @@
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DGifGetCode in -lgif" >&5
  $as_echo_n "checking for DGifGetCode in -lgif... " >&6; }
  if ${ac_cv_lib_gif_DGifGetCode+:} false; then :
-@@ -35353,16 +35530,96 @@
+@@ -35354,16 +35540,96 @@
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_DGifGetCode" >&5
  $as_echo "$ac_cv_lib_gif_DGifGetCode" >&6; }
  if test "x$ac_cv_lib_gif_DGifGetCode" = xyes; then :
@@ -616,7 +632,7 @@
  
      USE_EXTERNAL_LIBGIF=true
    else
-@@ -35370,6 +35627,8 @@
+@@ -35371,6 +35637,8 @@
    fi
  
  
@@ -625,7 +641,7 @@
    ###############################################################################
    #
    # Check for the zlib library
-@@ -35937,6 +36196,11 @@
+@@ -35938,6 +36206,11 @@
      LIBCXX="-lstdc++"
    fi
  
@@ -637,7 +653,7 @@
  
  
  
-@@ -36010,6 +36274,10 @@
+@@ -36011,6 +36284,10 @@
      # Looks like a MacOSX system
      NUM_CORES=`/usr/sbin/system_profiler -detailLevel full SPHardwareDataType | grep 'Cores' | awk  '{print $5}'`
      FOUND_CORES=yes
@@ -648,7 +664,7 @@
    elif test "x$OPENJDK_BUILD_OS" = xaix ; then
      NUM_CORES=`/usr/sbin/prtconf | grep "^Number Of Processors" | awk '{ print $4 }'`
      FOUND_CORES=yes
-@@ -36065,6 +36333,15 @@
+@@ -36066,6 +36343,15 @@
      MEMORY_SIZE=`/usr/sbin/system_profiler -detailLevel full SPHardwareDataType | grep 'Memory' | awk  '{print $2}'`
      MEMORY_SIZE=`expr $MEMORY_SIZE \* 1024`
      FOUND_MEM=yes
@@ -664,7 +680,7 @@
    elif test "x$OPENJDK_BUILD_OS" = xwindows; then
      # Windows, but without cygwin
      MEMORY_SIZE=`wmic computersystem get totalphysicalmemory -value | grep = | cut -d "=" -f 2-`
-@@ -36472,8 +36749,8 @@
+@@ -36473,8 +36759,8 @@
      # precompiled headers.
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ccache supports precompiled headers" >&5
  $as_echo_n "checking if ccache supports precompiled headers... " >&6; }
@@ -675,8 +691,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	Mon Mar 19 11:56:10 2018 -0700
-+++ ./common/autoconf/jdk-options.m4	Sat May 19 22:20:07 2018 -0700
+--- ./common/autoconf/jdk-options.m4	Sat Jun 23 21:01:22 2018 -0700
++++ ./common/autoconf/jdk-options.m4	Mon Sep 03 11:10:31 2018 -0700
 @@ -159,7 +159,7 @@
      INCLUDE_SA=false
    fi
@@ -707,8 +723,8 @@
    # Enable or disable the elliptic curve crypto implementation
    #
    AC_DEFUN_ONCE([JDKOPT_DETECT_INTREE_EC],
---- ./common/autoconf/libraries.m4	Mon Mar 19 11:56:10 2018 -0700
-+++ ./common/autoconf/libraries.m4	Sat May 19 22:20:07 2018 -0700
+--- ./common/autoconf/libraries.m4	Sat Jun 23 21:01:22 2018 -0700
++++ ./common/autoconf/libraries.m4	Mon Sep 03 11:10:31 2018 -0700
 @@ -69,9 +69,15 @@
    fi
  
@@ -846,8 +862,8 @@
 +
    AC_SUBST(LIBCXX)
  ])
---- ./common/autoconf/platform.m4	Mon Mar 19 11:56:10 2018 -0700
-+++ ./common/autoconf/platform.m4	Sat May 19 22:20:07 2018 -0700
+--- ./common/autoconf/platform.m4	Sat Jun 23 21:01:22 2018 -0700
++++ ./common/autoconf/platform.m4	Mon Sep 03 11:10:31 2018 -0700
 @@ -30,7 +30,7 @@
  [
    # First argument is the cpu name from the trip/quad
@@ -907,8 +923,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	Mon Mar 19 11:56:10 2018 -0700
-+++ ./common/autoconf/spec.gmk.in	Sat May 19 22:20:07 2018 -0700
+--- ./common/autoconf/spec.gmk.in	Sat Jun 23 21:01:22 2018 -0700
++++ ./common/autoconf/spec.gmk.in	Mon Sep 03 11:10:31 2018 -0700
 @@ -76,6 +76,7 @@
  OPENJDK_TARGET_OS:=@OPENJDK_TARGET_OS@
  OPENJDK_TARGET_OS_API:=@OPENJDK_TARGET_OS_API@
@@ -945,8 +961,8 @@
  USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@
  LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@
  MSVCR_DLL:=@MSVCR_DLL@
---- ./common/autoconf/toolchain.m4	Mon Mar 19 11:56:10 2018 -0700
-+++ ./common/autoconf/toolchain.m4	Sat May 19 22:20:07 2018 -0700
+--- ./common/autoconf/toolchain.m4	Sat Jun 23 21:01:22 2018 -0700
++++ ./common/autoconf/toolchain.m4	Mon Sep 03 11:10:31 2018 -0700
 @@ -122,7 +122,7 @@
    else
      COMPILER_VERSION_TEST=`$COMPILER --version 2>&1 | $HEAD -n 1`
@@ -1064,16 +1080,32 @@
    fi
    if test "x$DEBUG_LEVEL" = xrelease; then
      COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DNDEBUG"
---- ./configure	Mon Mar 19 11:56:10 2018 -0700
-+++ ./configure	Sat May 19 22:20:07 2018 -0700
+@@ -1220,6 +1251,15 @@
+           # Should this be supplied to the OSS linker as well?
+           LDFLAGS_JDK="${LDFLAGS_JDK} -Xlinker -O1"
+         fi
++      elif test "x$OPENJDK_TARGET_OS" = xbsd; then
++        # And since we now know that the linker is gnu, then add:
++        #   -z noexecstack, to mark stack regions as non-executable
++        LDFLAGS_JDK="${LDFLAGS_JDK} -Xlinker -z -Xlinker noexecstack"
++        if test "x$DEBUG_LEVEL" = "xrelease"; then
++          # When building release libraries, tell the linker optimize them.
++          # Should this be supplied to the OSS linker as well?
++          LDFLAGS_JDK="${LDFLAGS_JDK} -Xlinker -O1"
++        fi
+       fi
+     fi
+     LDFLAGS_JDKLIB="${LDFLAGS_JDK} $SHARED_LIBRARY_FLAGS \
+--- ./configure	Sat Jun 23 21:01:22 2018 -0700
++++ ./configure	Mon Sep 03 11:10:31 2018 -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	Mon Mar 19 11:56:10 2018 -0700
-+++ ./make/Javadoc.gmk	Sat May 19 22:20:07 2018 -0700
+--- ./make/Javadoc.gmk	Sat Jun 23 21:01:22 2018 -0700
++++ ./make/Javadoc.gmk	Mon Sep 03 11:10:31 2018 -0700
 @@ -46,8 +46,18 @@
  
  BUILD_NUMBER=$(JDK_BUILD_NUMBER)
@@ -1094,8 +1126,8 @@
      -Djava.awt.headless=true \
      $(NEW_JAVADOC) \
      -bootclasspath $(JDK_OUTPUTDIR)/classes
---- ./make/Main.gmk	Mon Mar 19 11:56:10 2018 -0700
-+++ ./make/Main.gmk	Sat May 19 22:20:07 2018 -0700
+--- ./make/Main.gmk	Sat Jun 23 21:01:22 2018 -0700
++++ ./make/Main.gmk	Mon Sep 03 11:10:31 2018 -0700
 @@ -58,7 +58,11 @@
  
  # Setup number of jobs to use. -jN is unfortunately not available for us to parse from the command line,
@@ -1108,8 +1140,8 @@
  
  ### Main targets
  
---- ./make/common/MakeBase.gmk	Mon Mar 19 11:56:10 2018 -0700
-+++ ./make/common/MakeBase.gmk	Sat May 19 22:20:07 2018 -0700
+--- ./make/common/MakeBase.gmk	Sat Jun 23 21:01:22 2018 -0700
++++ ./make/common/MakeBase.gmk	Mon Sep 03 11:10:31 2018 -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.
@@ -1130,8 +1162,8 @@
  endef
  
  # Make directory without forking mkdir if not needed
---- ./make/common/NativeCompilation.gmk	Mon Mar 19 11:56:10 2018 -0700
-+++ ./make/common/NativeCompilation.gmk	Sat May 19 22:20:07 2018 -0700
+--- ./make/common/NativeCompilation.gmk	Sat Jun 23 21:01:22 2018 -0700
++++ ./make/common/NativeCompilation.gmk	Mon Sep 03 11:10:31 2018 -0700
 @@ -151,9 +151,9 @@
    #   CC the compiler to use, default is $(CC)
    #   LDEXE the linker to use for linking executables, default is $(LDEXE)
@@ -1145,8 +1177,8 @@
  
    ifneq (,$$($1_BIN))
      $$(error BIN has been replaced with OBJECT_DIR)
---- ./hotspot/agent/make/Makefile	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/agent/make/Makefile	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/agent/make/Makefile	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/make/Makefile	Mon Sep 03 11:13:04 2018 -0700
 @@ -50,6 +50,7 @@
  sun.jvm.hotspot.debugger.amd64 \
  sun.jvm.hotspot.debugger.bsd \
@@ -1225,8 +1257,8 @@
  sun/jvm/hotspot/runtime/solaris_amd64/*.java \
  sun/jvm/hotspot/runtime/solaris_sparc/*.java \
  sun/jvm/hotspot/runtime/solaris_x86/*.java \
---- ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c	Mon Sep 03 11:13:04 2018 -0700
 @@ -42,6 +42,10 @@
  #include "sun_jvm_hotspot_debugger_sparc_SPARCThreadContext.h"
  #endif
@@ -1295,8 +1327,20 @@
  
    (*env)->ReleaseLongArrayElements(env, array, regs, JNI_COMMIT);
    return array;
---- ./hotspot/agent/src/os/bsd/elfmacros.h	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/agent/src/os/bsd/elfmacros.h	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/agent/src/os/bsd/Makefile	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/src/os/bsd/Makefile	Mon Sep 03 11:13:04 2018 -0700
+@@ -85,6 +85,9 @@
+   LFLAGS_LIBSA = -Xlinker --version-script=mapfile
+ endif
+ 
++LDFLAGS_NO_EXEC_STACK="-Wl,-z,noexecstack"
++LFLAGS_LIBSA += $(LDFLAGS_NO_EXEC_STACK)
++
+ $(LIBSA): $(OBJSPLUS) mapfile 
+ 	if [ ! -d $(ARCH) ] ; then mkdir $(ARCH) ; fi
+ 	$(GCC) -shared $(LFLAGS_LIBSA) -o $(LIBSA) $(FOUNDATIONFLAGS) $(OBJSPLUS) $(LIBS) $(SALIBS)
+--- ./hotspot/agent/src/os/bsd/elfmacros.h	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/src/os/bsd/elfmacros.h	Mon Sep 03 11:13:04 2018 -0700
 @@ -34,6 +34,7 @@
  #define ELF_SYM         Elf64_Sym
  #define ELF_DYN         Elf64_Dyn
@@ -1313,8 +1357,8 @@
  
  #ifndef ELF_ST_TYPE
  #define ELF_ST_TYPE     ELF32_ST_TYPE
---- ./hotspot/agent/src/os/bsd/ps_core.c	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/agent/src/os/bsd/ps_core.c	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/agent/src/os/bsd/ps_core.c	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/src/os/bsd/ps_core.c	Mon Sep 03 11:13:04 2018 -0700
 @@ -1091,6 +1091,18 @@
          if (core_handle_prstatus(ph, descdata, notep->n_descsz) != true) {
            return false;
@@ -1361,8 +1405,8 @@
      goto err;
    }
  
---- ./hotspot/agent/src/os/bsd/symtab.c	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/agent/src/os/bsd/symtab.c	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/agent/src/os/bsd/symtab.c	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/src/os/bsd/symtab.c	Mon Sep 03 11:13:04 2018 -0700
 @@ -211,6 +211,10 @@
  
    // Reading of elf header
@@ -1403,8 +1447,8 @@
  
          key.data = sym_name;
          key.size = strlen(sym_name) + 1;
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -33,6 +33,7 @@
  import sun.jvm.hotspot.debugger.JVMDebugger;
  import sun.jvm.hotspot.debugger.MachineDescription;
@@ -1423,7 +1467,7 @@
              if (LinuxDebuggerLocal.getAddressSize()==8) {
                      machDesc = new MachineDescriptionSPARC64Bit();
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionPPC64.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionPPC64.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,43 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1468,8 +1512,8 @@
 +      return false;
 +  }
 +}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -30,8 +30,10 @@
  import sun.jvm.hotspot.debugger.cdbg.*;
  import sun.jvm.hotspot.debugger.x86.*;
@@ -1495,8 +1539,8 @@
      } else {
         throw new DebuggerException(cpu + " is not yet supported");
      }
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -27,6 +27,7 @@
  import sun.jvm.hotspot.debugger.*;
  import sun.jvm.hotspot.debugger.bsd.amd64.*;
@@ -1515,7 +1559,7 @@
           throw new RuntimeException("cpu " + cpu + " is not yet supported");
        }
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64CFrame.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64CFrame.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,79 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1597,7 +1641,7 @@
 +  private BsdDebugger dbg;
 +}
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64ThreadContext.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64ThreadContext.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,46 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1646,7 +1690,7 @@
 +  }
 +}
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ppc64/PPC64ThreadContext.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ppc64/PPC64ThreadContext.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,123 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1771,8 +1815,8 @@
 +  public abstract Address getRegisterAsAddress(int index);
 +
 +}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -32,7 +32,9 @@
  import sun.jvm.hotspot.debugger.cdbg.*;
  import sun.jvm.hotspot.debugger.proc.amd64.*;
@@ -1795,7 +1839,7 @@
            try {
              Class tfc = Class.forName("sun.jvm.hotspot.debugger.proc." +
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64Thread.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64Thread.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,86 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1884,7 +1928,7 @@
 +  }
 +}
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadContext.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadContext.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,46 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1933,7 +1977,7 @@
 +  }
 +}
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadFactory.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadFactory.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,44 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -1979,8 +2023,8 @@
 +    return new ProcPPC64Thread(debugger, id);
 +  }
 +}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -33,6 +33,7 @@
  import sun.jvm.hotspot.debugger.remote.sparc.*;
  import sun.jvm.hotspot.debugger.remote.x86.*;
@@ -2002,7 +2046,7 @@
          try {
            Class tf = Class.forName("sun.jvm.hotspot.debugger.remote." +
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64Thread.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64Thread.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,53 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2058,7 +2102,7 @@
 +  }
 +}
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadContext.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadContext.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,50 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2111,7 +2155,7 @@
 +  }
 +}
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadFactory.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadFactory.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,44 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2157,8 +2201,8 @@
 +    return new RemotePPC64Thread(debugger, id);
 +  }
 +}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -37,6 +37,7 @@
  import sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess;
  import sun.jvm.hotspot.runtime.bsd_x86.BsdX86JavaThreadPDAccess;
@@ -2177,7 +2221,7 @@
          } else if (os.equals("darwin")) {
              if (cpu.equals("amd64") || cpu.equals("x86_64")) {
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_ppc64/BsdPPC64JavaThreadPDAccess.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_ppc64/BsdPPC64JavaThreadPDAccess.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,132 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2312,7 +2356,7 @@
 +  }
 +}
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64CurrentFrameGuess.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64CurrentFrameGuess.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,176 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -2491,7 +2535,7 @@
 +  }
 +}
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,508 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -3002,7 +3046,7 @@
 +  }
 +}
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64JavaCallWrapper.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64JavaCallWrapper.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,43 @@
 +/*
 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
@@ -3048,7 +3092,7 @@
 +
 +}
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64RegisterMap.java	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64RegisterMap.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,51 @@
 +/*
 + * Copyright (c) 20014, Oracle and/or its affiliates. All rights reserved.
@@ -3101,8 +3145,8 @@
 +  protected void initializeFromPD(RegisterMap map) {}
 +  protected Address getLocationPD(VMReg reg) { return null; }
 +}
---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java	Mon Sep 03 11:13:04 2018 -0700
 @@ -61,7 +61,7 @@
        return "x86";
      } else if (cpu.equals("sparc") || cpu.equals("sparcv9")) {
@@ -3112,8 +3156,8 @@
        return cpu;
      } else {
        try {
---- ./hotspot/make/bsd/Makefile	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/Makefile	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/Makefile	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/Makefile	Mon Sep 03 11:13:04 2018 -0700
 @@ -66,6 +66,10 @@
      FORCE_TIERED=1
    endif
@@ -3125,8 +3169,8 @@
  
  ifdef LP64
    ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")
---- ./hotspot/make/bsd/makefiles/build_vm_def.sh	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/build_vm_def.sh	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/build_vm_def.sh	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/build_vm_def.sh	Mon Sep 03 11:13:04 2018 -0700
 @@ -1,12 +1,28 @@
  #!/bin/sh
  
@@ -3162,8 +3206,8 @@
 +        if ($3 ~ /^_ZN9Arguments17SharedArchivePathE$/) print "\t" $3 ";"
 +    }' | sort -u ;;
 +esac
---- ./hotspot/make/bsd/makefiles/debug.make	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/debug.make	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/debug.make	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/debug.make	Mon Sep 03 11:13:04 2018 -0700
 @@ -35,7 +35,10 @@
  # to inhibit the effect of the previous line on CFLAGS.
  
@@ -3176,8 +3220,8 @@
  
  VERSION = debug
  SYSDEFS += -DASSERT
---- ./hotspot/make/bsd/makefiles/defs.make	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/defs.make	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/defs.make	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/defs.make	Mon Sep 03 11:13:04 2018 -0700
 @@ -29,7 +29,15 @@
  SLASH_JAVA ?= /java
  
@@ -3276,8 +3320,8 @@
  ADD_SA_BINARIES/ia64  =
  ADD_SA_BINARIES/arm   =
  ADD_SA_BINARIES/zero  =
---- ./hotspot/make/bsd/makefiles/fastdebug.make	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/fastdebug.make	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/fastdebug.make	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/fastdebug.make	Mon Sep 03 11:13:04 2018 -0700
 @@ -56,7 +56,10 @@
  # to inhibit the effect of the previous line on CFLAGS.
  
@@ -3290,8 +3334,8 @@
  
  VERSION = fastdebug
  SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
---- ./hotspot/make/bsd/makefiles/gcc.make	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/gcc.make	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/gcc.make	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/gcc.make	Mon Sep 03 11:13:04 2018 -0700
 @@ -168,6 +168,9 @@
    CFLAGS += -DDONT_USE_PRECOMPILED_HEADER
  endif
@@ -3344,7 +3388,26 @@
    ifeq ($(USE_CLANG),)
      WARNING_FLAGS += -Wconversion
    endif
-@@ -421,53 +431,44 @@
+@@ -318,6 +328,9 @@
+     OPT_CFLAGS/loopTransform.o += $(OPT_CFLAGS/NOOPT)
+     OPT_CFLAGS/unsafe.o += -O1
+   endif
++  ifeq ($(shell expr $(CC_VER_MAJOR) = 6 \& $(CC_VER_MINOR) = 0), 1)
++    OPT_CFLAGS/unsafe.o += -O1
++  endif
+ else
+   # 6835796. Problem in GCC 4.3.0 with mulnode.o optimized compilation.
+   ifeq ($(shell expr $(CC_VER_MAJOR) = 4 \& $(CC_VER_MINOR) = 3), 1)
+@@ -379,6 +392,8 @@
+ # Use $(MAPFLAG:FILENAME=real_file_name) to specify a map file.
+ MAPFLAG = -Xlinker --version-script=FILENAME
+ 
++LDFLAGS_NO_EXEC_STACK="-Wl,-z,noexecstack"
++
+ #
+ # Shared Library
+ #
+@@ -421,53 +436,44 @@
    CFLAGS += -flimit-debug-info
  endif
  
@@ -3429,8 +3492,19 @@
    endif
  endif
  
+--- ./hotspot/make/bsd/makefiles/jsig.make	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/jsig.make	Mon Sep 03 11:13:04 2018 -0700
+@@ -52,7 +52,7 @@
+ # cause problems with interposing. See CR: 6466665
+ # LFLAGS_JSIG += $(MAPFLAG:FILENAME=$(LIBJSIG_MAPFILE))
+ 
+-LFLAGS_JSIG += -D_GNU_SOURCE -pthread $(LDFLAGS_HASH_STYLE)
++LFLAGS_JSIG += -D_GNU_SOURCE -pthread $(LDFLAGS_HASH_STYLE) $(LDFLAGS_NO_EXEC_STACK)
+ 
+ # DEBUG_BINARIES overrides everything, use full -g debug information
+ ifeq ($(DEBUG_BINARIES), true)
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/launcher.make	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/make/bsd/makefiles/launcher.make	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,117 @@
 +#
 +# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -3549,8 +3623,8 @@
 +	$(QUIETLY) sed -e 's/@@LIBARCH@@/$(LIBARCH)/g' $< > $@
 +	$(QUIETLY) chmod +x $@
 +
---- ./hotspot/make/bsd/makefiles/mapfile-vers-debug	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/mapfile-vers-debug	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug	Mon Sep 03 11:13:04 2018 -0700
 @@ -21,246 +21,254 @@
  # questions.
  #
@@ -4038,7 +4112,7 @@
 +                *;
 +};
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,266 @@
 +#
 +# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
@@ -4306,8 +4380,8 @@
 +
 +                # INSERT VTABLE SYMBOLS HERE
 +
---- ./hotspot/make/bsd/makefiles/mapfile-vers-product	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/mapfile-vers-product	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product	Mon Sep 03 11:13:04 2018 -0700
 @@ -21,241 +21,249 @@
  # questions.
  #
@@ -4786,7 +4860,7 @@
 +                *;
 +};
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,261 @@
 +#
 +# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
@@ -5049,8 +5123,8 @@
 +
 +                # INSERT VTABLE SYMBOLS HERE
 +
---- ./hotspot/make/bsd/makefiles/optimized.make	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/optimized.make	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/optimized.make	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/optimized.make	Mon Sep 03 11:13:04 2018 -0700
 @@ -38,6 +38,9 @@
  # to inhibit the effect of the previous line on CFLAGS.
  
@@ -5063,7 +5137,7 @@
  
  VERSION = optimized
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/makefiles/ppc64.make	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/make/bsd/makefiles/ppc64.make	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,51 @@
 +#
 +# Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -5116,8 +5190,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	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/product.make	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/product.make	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/product.make	Mon Sep 03 11:13:04 2018 -0700
 @@ -38,7 +38,10 @@
  # to inhibit the effect of the previous line on CFLAGS.
  
@@ -5130,8 +5204,8 @@
  
  SYSDEFS += -DPRODUCT
  VERSION = optimized
---- ./hotspot/make/bsd/makefiles/rules.make	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/rules.make	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/rules.make	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/rules.make	Mon Sep 03 11:13:04 2018 -0700
 @@ -34,7 +34,7 @@
  CC_COMPILE       = $(CC) $(CXXFLAGS) $(CFLAGS)
  CXX_COMPILE      = $(CXX) $(CXXFLAGS) $(CFLAGS)
@@ -5141,8 +5215,8 @@
  
  COMPILE.CC       = $(CC_COMPILE) -c
  GENASM.CC        = $(CC_COMPILE) -S
---- ./hotspot/make/bsd/makefiles/sa.make	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/sa.make	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/sa.make	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/sa.make	Mon Sep 03 11:13:04 2018 -0700
 @@ -1,5 +1,5 @@
  #
 -# Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
@@ -5257,8 +5331,8 @@
  	rm -rf $(AGENT_FILES_LIST)
 +
 +-include $(HS_ALT_MAKE)/bsd/makefiles/sa-rules.make
---- ./hotspot/make/bsd/makefiles/saproc.make	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/saproc.make	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/saproc.make	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/saproc.make	Mon Sep 03 11:13:04 2018 -0700
 @@ -99,10 +99,10 @@
  endif
  
@@ -5298,8 +5372,8 @@
 +	 cp -f $(LIBSAPROC) $(DEST_SAPROC) && echo "Done"
  
  .PHONY: install_saproc
---- ./hotspot/make/bsd/makefiles/vm.make	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/bsd/makefiles/vm.make	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/bsd/makefiles/vm.make	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/bsd/makefiles/vm.make	Mon Sep 03 11:13:04 2018 -0700
 @@ -107,7 +107,7 @@
  # File specific flags
  CXXFLAGS += $(CXXFLAGS/BYFILE)
@@ -5310,7 +5384,7 @@
  endif
  
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/make/bsd/platform_ppc64	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/make/bsd/platform_ppc64	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,17 @@
 +os_family = bsd
 +
@@ -5329,8 +5403,8 @@
 +gnu_dis_arch = ppc64
 +
 +sysdefs = -DBSD -D_ALLBSD_SOURCE -D_GNU_SOURCE -DPPC64
---- ./hotspot/make/sa.files	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/make/sa.files	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/make/sa.files	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/make/sa.files	Mon Sep 03 11:13:04 2018 -0700
 @@ -45,6 +45,7 @@
  $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/amd64/*.java \
  $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/bsd/*.java \
@@ -5371,8 +5445,8 @@
  $(AGENT_SRC_DIR)/sun/jvm/hotspot/tools/*.java \
  $(AGENT_SRC_DIR)/sun/jvm/hotspot/tools/jcore/*.java \
  $(AGENT_SRC_DIR)/sun/jvm/hotspot/tools/soql/*.java \
---- ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp	Mon Sep 03 11:13:04 2018 -0700
 @@ -277,5 +277,9 @@
  #if defined(TARGET_OS_ARCH_linux_ppc)
  #include "bytes_linux_ppc.inline.hpp"
@@ -5383,8 +5457,8 @@
 +
  
  #endif // CPU_PPC_VM_BYTES_PPC_HPP
---- ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp	Mon Sep 03 11:13:04 2018 -0700
 @@ -307,6 +307,8 @@
    // Although AIX runs on big endian CPU, float is in most significant
    // word of an argument slot.
@@ -5394,8 +5468,8 @@
  #else
  #error "unknown OS"
  #endif
---- ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Mon Sep 03 11:13:04 2018 -0700
 @@ -780,6 +780,8 @@
        // Although AIX runs on big endian CPU, float is in the most
        // significant word of an argument slot.
@@ -5405,8 +5479,8 @@
  #else
  #error "unknown OS"
  #endif
---- ./hotspot/src/cpu/x86/vm/jni_x86.h	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/cpu/x86/vm/jni_x86.h	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/cpu/x86/vm/jni_x86.h	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/cpu/x86/vm/jni_x86.h	Mon Sep 03 11:13:04 2018 -0700
 @@ -34,7 +34,7 @@
  #ifndef __has_attribute
    #define __has_attribute(x) 0
@@ -5416,8 +5490,8 @@
    #define JNIEXPORT     __attribute__((visibility("default")))
    #define JNIIMPORT     __attribute__((visibility("default")))
  #else
---- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Mon Sep 03 11:13:04 2018 -0700
 @@ -2266,7 +2266,7 @@
    if (!is_critical_native) {
      // reset handle block
@@ -5427,8 +5501,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	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp	Mon Sep 03 11:13:04 2018 -0700
 @@ -23,9 +23,12 @@
   */
  
@@ -5443,8 +5517,8 @@
  #include "asm/macroAssembler.hpp"
  #include "asm/macroAssembler.inline.hpp"
  #include "code/debugInfoRec.hpp"
---- ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Mon Sep 03 11:13:04 2018 -0700
 @@ -1293,7 +1293,7 @@
  
    // reset handle block
@@ -5454,8 +5528,8 @@
  
    // If result was an oop then unbox and save it in the frame
    { Label L;
---- ./hotspot/src/cpu/x86/vm/x86_32.ad	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/cpu/x86/vm/x86_32.ad	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/cpu/x86/vm/x86_32.ad	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/cpu/x86/vm/x86_32.ad	Mon Sep 03 11:13:04 2018 -0700
 @@ -1250,6 +1250,7 @@
  
  
@@ -5464,8 +5538,8 @@
  }
  
  #ifndef PRODUCT
---- ./hotspot/src/os/aix/vm/os_aix.cpp	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/os/aix/vm/os_aix.cpp	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/os/aix/vm/os_aix.cpp	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/os/aix/vm/os_aix.cpp	Mon Sep 03 11:13:04 2018 -0700
 @@ -5236,6 +5236,10 @@
      return 0;
    }
@@ -5478,7 +5552,7 @@
  }
  
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp	Sat May 19 23:14:15 2018 -0700
++++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp	Mon Sep 03 11:13:04 2018 -0700
 @@ -0,0 +1,53 @@
 +/*
 + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
@@ -5533,8 +5607,8 @@
 +  return false;
 +}
 +#endif
---- ./hotspot/src/os/bsd/vm/jsig.c	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/os/bsd/vm/jsig.c	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/os/bsd/vm/jsig.c	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/os/bsd/vm/jsig.c	Mon Sep 03 11:13:04 2018 -0700
 @@ -165,9 +165,8 @@
  }
  
@@ -5547,8 +5621,8 @@
  
  static int call_os_sigaction(int sig, const struct sigaction  *act,
                               struct sigaction *oact) {
---- ./hotspot/src/os/bsd/vm/jvm_bsd.cpp	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/os/bsd/vm/jvm_bsd.cpp	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp	Mon Sep 03 11:13:04 2018 -0700
 @@ -50,6 +50,7 @@
      case INTERRUPT_SIGNAL:
      case SIGFPE:
@@ -5658,8 +5732,8 @@
 +  jio_snprintf(buf, len, "SIG%s", signame);
 +  return true;
  }
---- ./hotspot/src/os/bsd/vm/jvm_bsd.h	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/os/bsd/vm/jvm_bsd.h	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/os/bsd/vm/jvm_bsd.h	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/os/bsd/vm/jvm_bsd.h	Mon Sep 03 11:13:04 2018 -0700
 @@ -112,20 +112,6 @@
  #define SHUTDOWN2_SIGNAL SIGINT
  #define SHUTDOWN3_SIGNAL SIGTERM
@@ -5681,8 +5755,8 @@
  #endif /* JVM_MD_H */
  
  #endif // OS_BSD_VM_JVM_BSD_H
---- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp	Mon Sep 03 11:13:04 2018 -0700
 @@ -30,7 +30,7 @@
  
  void OSThread::pd_initialize() {
@@ -5692,8 +5766,8 @@
    _thread_id        = 0;
  #else
    _thread_id        = NULL;
---- ./hotspot/src/os/bsd/vm/os_bsd.cpp	Mon Mar 19 11:59:32 2018 -0700
-+++ ./hotspot/src/os/bsd/vm/os_bsd.cpp	Sat May 19 23:14:15 2018 -0700
+--- ./hotspot/src/os/bsd/vm/os_bsd.cpp	Sat Jun 23 21:01:40 2018 -0700
++++ ./hotspot/src/os/bsd/vm/os_bsd.cpp	Mon Sep 03 11:13:04 2018 -0700
 @@ -97,16 +97,31 @@
  # include <sys/shm.h>
  #ifndef __APPLE__
@@ -6497,8 +6571,8 @@
  }

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


More information about the svn-ports-all mailing list