diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2019-02-12 11:48:56 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2019-02-12 11:48:56 +0000 |
commit | 33ddc15f90e97881a541670c98a5a286fdf29d3c (patch) | |
tree | b1f2434a1dbb7bdeb88c00e7045e9de8686e5855 /java/openjdk8 | |
parent | - Add 3rd party websockify module (diff) |
. Update to 8u202.
Notes
Notes:
svn path=/head/; revision=492778
Diffstat (limited to 'java/openjdk8')
-rw-r--r-- | java/openjdk8/Makefile | 8 | ||||
-rw-r--r-- | java/openjdk8/distinfo | 4 | ||||
-rw-r--r-- | java/openjdk8/files/patch-bsd | 1816 | ||||
-rw-r--r-- | java/openjdk8/files/patch-bsd-test | 527 | ||||
-rw-r--r-- | java/openjdk8/files/patch-endian | 44 |
5 files changed, 1412 insertions, 987 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile index f52e8aef91f9..256c9f4b5e7e 100644 --- a/java/openjdk8/Makefile +++ b/java/openjdk8/Makefile @@ -2,7 +2,6 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//} -PORTREVISION= 5 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 \ @@ -35,7 +34,8 @@ PATCHFILES= patch-8u05-b13.xz \ patch-8u162-b12.xz \ patch-8u172-b11.xz \ patch-8u181-b13.xz \ - patch-8u192-b26.xz + patch-8u192-b26.xz \ + patch-8u202-b08.xz MAINTAINER= java@FreeBSD.org COMMENT?= Java Development Kit ${JDK_MAJOR_VERSION} @@ -208,8 +208,8 @@ INSTALLDIR= ${PREFIX}/${PKGBASE} NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 8 -JDK_UPDATE_VERSION= 192 -JDK_BUILD_NUMBER= 26 +JDK_UPDATE_VERSION= 202 +JDK_BUILD_NUMBER= 08 DIST_BUILD_NUMBER= 132 JTREG_VERSION= 4.1 JTREG_BUILD_NUMBER= b08 diff --git a/java/openjdk8/distinfo b/java/openjdk8/distinfo index 2d3f04a32733..6c7be77046c2 100644 --- a/java/openjdk8/distinfo +++ b/java/openjdk8/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1536423017 +TIMESTAMP = 1549756797 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 @@ -51,3 +51,5 @@ SHA256 (patch-8u181-b13.xz) = 4cd0f5a04b72ad6c4ef73807d6a42e141394f5c38cee8ce11c SIZE (patch-8u181-b13.xz) = 69096 SHA256 (patch-8u192-b26.xz) = 5bfa782ec2af8ddc6aed3e8de81cc37c7f375ebad650341d1ce74956c82a411e SIZE (patch-8u192-b26.xz) = 284164 +SHA256 (patch-8u202-b08.xz) = 16195793d00b1fbe18e4d3a4cab2db1e5a28722e43d3466d03283ab01d9524d0 +SIZE (patch-8u202-b08.xz) = 202660 diff --git a/java/openjdk8/files/patch-bsd b/java/openjdk8/files/patch-bsd index d3ea6e985677..77fa9b6f44b0 100644 --- a/java/openjdk8/files/patch-bsd +++ b/java/openjdk8/files/patch-bsd @@ -1,5 +1,5 @@ ---- ./common/autoconf/build-performance.m4 Sat Oct 06 10:24:47 2018 +0100 -+++ ./common/autoconf/build-performance.m4 Sat Dec 01 12:25:45 2018 -0800 +--- ./common/autoconf/build-performance.m4 Sat Dec 08 11:48:10 2018 +0000 ++++ ./common/autoconf/build-performance.m4 Sat Feb 09 10:03:01 2019 -0800 @@ -41,6 +41,10 @@ # Looks like a MacOSX system NUM_CORES=`/usr/sbin/system_profiler -detailLevel full SPHardwareDataType | grep 'Cores' | awk '{print [$]5}'` @@ -38,8 +38,8 @@ AC_MSG_RESULT([no, disabling ccache]) CCACHE= CCACHE_STATUS="disabled" ---- ./common/autoconf/flags.m4 Sat Oct 06 10:24:47 2018 +0100 -+++ ./common/autoconf/flags.m4 Sat Dec 01 12:25:45 2018 -0800 +--- ./common/autoconf/flags.m4 Sat Dec 08 11:48:10 2018 +0000 ++++ ./common/autoconf/flags.m4 Sat Feb 09 10:03:01 2019 -0800 @@ -154,7 +154,7 @@ # How to compile shared libraries. # @@ -58,16 +58,16 @@ C_FLAG_DEPS="-MMD -MF" elif test "x$TOOLCHAIN_TYPE" = xsolstudio; then C_FLAG_DEPS="-xMMD -xMF" -@@ -278,7 +278,7 @@ - AC_SUBST(CXX_FLAG_DEPS) - - # Debug symbols +@@ -283,7 +283,7 @@ + # info flags for toolchains unless we know they work. + # See JDK-8207057. + ASFLAGS_DEBUG_SYMBOLS="" - if test "x$TOOLCHAIN_TYPE" = xgcc; then + if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then if test "x$OPENJDK_TARGET_CPU_BITS" = "x64" && test "x$DEBUG_LEVEL" = "xfastdebug"; then CFLAGS_DEBUG_SYMBOLS="-g1" CXXFLAGS_DEBUG_SYMBOLS="-g1" -@@ -327,7 +327,7 @@ +@@ -334,7 +334,7 @@ else # The remaining toolchains share opt flags between CC and CXX; # setup for C and duplicate afterwards. @@ -76,7 +76,7 @@ if test "x$OPENJDK_TARGET_OS" = xmacosx; then # On MacOSX we optimize for size, something # we should do for all platforms? -@@ -431,7 +431,7 @@ +@@ -452,7 +452,7 @@ # Setup compiler/platform specific flags to CFLAGS_JDK, # CXXFLAGS_JDK and CCXXFLAGS_JDK (common to C and CXX?) @@ -85,7 +85,27 @@ # these options are used for both C and C++ compiles CCXXFLAGS_JDK="$CCXXFLAGS $CCXXFLAGS_JDK -Wall -Wno-parentheses -Wextra -Wno-unused -Wno-unused-parameter -Wformat=2 \ -pipe -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE" -@@ -633,7 +633,7 @@ +@@ -548,6 +548,9 @@ + else + CCXXFLAGS_JDK="$CCXXFLAGS_JDK -D_LITTLE_ENDIAN" + fi ++ if test "x$OPENJDK_TARGET_OS" = xbsd; then ++ CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DVM_LITTLE_ENDIAN" ++ fi + else + # Same goes for _BIG_ENDIAN. Do we really need to set *ENDIAN on Solaris if they + # are defined in the system? +@@ -556,6 +559,9 @@ + else + CCXXFLAGS_JDK="$CCXXFLAGS_JDK -D_BIG_ENDIAN" + fi ++ if test "x$OPENJDK_TARGET_OS" = xbsd; then ++ CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DVM_BIG_ENDIAN" ++ fi + fi + if test "x$OPENJDK_TARGET_CPU" = xppc64le; then + CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DABI_ELFv2" +@@ -661,7 +667,7 @@ fi LDFLAGS_JDKEXE="${LDFLAGS_JDK} /STACK:$LDFLAGS_STACK_SIZE" else @@ -94,9 +114,9 @@ # If this is a --hash-style=gnu system, use --hash-style=both, why? # We have previously set HAS_GNU_HASH if this is the case if test -n "$HAS_GNU_HASH"; then ---- ./common/autoconf/generated-configure.sh Sat Oct 06 10:24:47 2018 +0100 -+++ ./common/autoconf/generated-configure.sh Sat Dec 01 12:25:45 2018 -0800 -@@ -654,6 +654,8 @@ +--- ./common/autoconf/generated-configure.sh Sat Dec 08 11:48:10 2018 +0000 ++++ ./common/autoconf/generated-configure.sh Sat Feb 09 10:03:01 2019 -0800 +@@ -655,6 +655,8 @@ LIBM LIBZIP_CAN_USE_MMAP USE_EXTERNAL_LIBZ @@ -105,7 +125,7 @@ USE_EXTERNAL_LIBGIF USE_EXTERNAL_LIBJPEG ALSA_LIBS -@@ -837,6 +839,7 @@ +@@ -839,6 +841,7 @@ JDK_MAJOR_VERSION USER_RELEASE_SUFFIX COMPRESS_JARS @@ -113,7 +133,7 @@ UNLIMITED_CRYPTO CACERTS_FILE TEST_IN_BUILD -@@ -914,6 +917,7 @@ +@@ -916,6 +919,7 @@ OPENJDK_TARGET_CPU OPENJDK_TARGET_OS_ENV OPENJDK_TARGET_OS_API @@ -121,7 +141,7 @@ OPENJDK_TARGET_OS OPENJDK_BUILD_CPU_ENDIAN OPENJDK_BUILD_CPU_BITS -@@ -1050,6 +1054,7 @@ +@@ -1052,6 +1056,7 @@ enable_hotspot_test_in_build with_cacerts_file enable_unlimited_crypto @@ -129,7 +149,7 @@ with_milestone with_update_version with_user_release_suffix -@@ -1070,6 +1075,7 @@ +@@ -1072,6 +1077,7 @@ with_import_hotspot with_toolchain_type with_toolchain_version @@ -137,7 +157,7 @@ with_jtreg with_extra_cflags with_extra_cxxflags -@@ -1827,6 +1833,7 @@ +@@ -1830,6 +1836,7 @@ run the Queens test after Hotspot build [disabled] --enable-unlimited-crypto Enable unlimited crypto policy [disabled] @@ -145,7 +165,7 @@ --disable-debug-symbols disable generation of debug symbols [enabled] --disable-zip-debug-info disable zipping of debug-info files [enabled] -@@ -1919,6 +1926,8 @@ +@@ -1922,6 +1929,8 @@ the version of the toolchain to look for, use '--help' to show possible values [platform dependent] @@ -154,7 +174,113 @@ --with-jtreg Regression Test Harness [probed] --with-extra-cflags extra flags to be used when compiling jdk c-files --with-extra-cxxflags extra flags to be used when compiling jdk c++-files -@@ -4121,6 +4130,7 @@ +@@ -2342,6 +2351,52 @@ + + } # ac_fn_objc_try_compile + ++# ac_fn_cxx_try_link LINENO ++# ------------------------- ++# Try to link conftest.$ac_ext, and return whether this succeeded. ++ac_fn_cxx_try_link () ++{ ++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack ++ rm -f conftest.$ac_objext conftest$ac_exeext ++ if { { ac_try="$ac_link" ++case "(($ac_try" in ++ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ++ *) ac_try_echo=$ac_try;; ++esac ++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" ++$as_echo "$ac_try_echo"; } >&5 ++ (eval "$ac_link") 2>conftest.err ++ ac_status=$? ++ if test -s conftest.err; then ++ grep -v '^ *+' conftest.err >conftest.er1 ++ cat conftest.er1 >&5 ++ mv -f conftest.er1 conftest.err ++ fi ++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; } && { ++ test -z "$ac_cxx_werror_flag" || ++ test ! -s conftest.err ++ } && test -s conftest$ac_exeext && { ++ test "$cross_compiling" = yes || ++ test -x conftest$ac_exeext ++ }; then : ++ ac_retval=0 ++else ++ $as_echo "$as_me: failed program was:" >&5 ++sed 's/^/| /' conftest.$ac_ext >&5 ++ ++ ac_retval=1 ++fi ++ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information ++ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would ++ # interfere with the next link command; also delete a directory that is ++ # left behind by Apple's compiler. We do this before executing the actions. ++ rm -rf conftest.dSYM conftest_ipa8_conftest.oo ++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno ++ as_fn_set_status $ac_retval ++ ++} # ac_fn_cxx_try_link ++ + # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES + # --------------------------------------------------------- + # Tests whether HEADER exists, giving a warning if it cannot be compiled using +@@ -2689,52 +2744,6 @@ + + } # ac_fn_cxx_compute_int + +-# ac_fn_cxx_try_link LINENO +-# ------------------------- +-# Try to link conftest.$ac_ext, and return whether this succeeded. +-ac_fn_cxx_try_link () +-{ +- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +- rm -f conftest.$ac_objext conftest$ac_exeext +- if { { ac_try="$ac_link" +-case "(($ac_try" in +- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +- *) ac_try_echo=$ac_try;; +-esac +-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +-$as_echo "$ac_try_echo"; } >&5 +- (eval "$ac_link") 2>conftest.err +- ac_status=$? +- if test -s conftest.err; then +- grep -v '^ *+' conftest.err >conftest.er1 +- cat conftest.er1 >&5 +- mv -f conftest.er1 conftest.err +- fi +- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +- test $ac_status = 0; } && { +- test -z "$ac_cxx_werror_flag" || +- test ! -s conftest.err +- } && test -s conftest$ac_exeext && { +- test "$cross_compiling" = yes || +- test -x conftest$ac_exeext +- }; then : +- ac_retval=0 +-else +- $as_echo "$as_me: failed program was:" >&5 +-sed 's/^/| /' conftest.$ac_ext >&5 +- +- ac_retval=1 +-fi +- # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information +- # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would +- # interfere with the next link command; also delete a directory that is +- # left behind by Apple's compiler. We do this before executing the actions. +- rm -rf conftest.dSYM conftest_ipa8_conftest.oo +- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno +- as_fn_set_status $ac_retval +- +-} # ac_fn_cxx_try_link +- + # ac_fn_cxx_check_func LINENO FUNC VAR + # ------------------------------------ + # Tests whether FUNC exists, setting the cache variable VAR accordingly +@@ -4126,6 +4135,7 @@ VALID_TOOLCHAINS_all="gcc clang solstudio xlc microsoft" # These toolchains are valid on different platforms @@ -162,16 +288,16 @@ VALID_TOOLCHAINS_linux="gcc clang" VALID_TOOLCHAINS_solaris="solstudio" VALID_TOOLCHAINS_macosx="gcc clang" -@@ -4336,7 +4346,7 @@ +@@ -4342,7 +4352,7 @@ #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: --DATE_WHEN_GENERATED=1536764960 -+DATE_WHEN_GENERATED=1543299193 +-DATE_WHEN_GENERATED=1544009140 ++DATE_WHEN_GENERATED=1549694164 ############################################################################### # -@@ -13570,11 +13580,27 @@ +@@ -13576,11 +13586,27 @@ as_fn_error $? "unsupported operating system $build_os" "$LINENO" 5 ;; esac @@ -200,7 +326,7 @@ VAR_CPU=x86_64 VAR_CPU_ARCH=x86 VAR_CPU_BITS=64 -@@ -13708,11 +13734,27 @@ +@@ -13714,11 +13740,27 @@ as_fn_error $? "unsupported operating system $host_os" "$LINENO" 5 ;; esac @@ -229,7 +355,7 @@ VAR_CPU=x86_64 VAR_CPU_ARCH=x86 VAR_CPU_BITS=64 -@@ -13785,6 +13827,7 @@ +@@ -13791,6 +13833,7 @@ # ... and setup our own variables. (Do this explicitely to facilitate searching) OPENJDK_TARGET_OS="$VAR_OS" @@ -237,7 +363,7 @@ OPENJDK_TARGET_OS_API="$VAR_OS_API" OPENJDK_TARGET_OS_ENV="$VAR_OS_ENV" OPENJDK_TARGET_CPU="$VAR_CPU" -@@ -13799,6 +13842,7 @@ +@@ -13805,6 +13848,7 @@ @@ -245,7 +371,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking openjdk-target os-cpu" >&5 $as_echo_n "checking openjdk-target os-cpu... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OPENJDK_TARGET_OS-$OPENJDK_TARGET_CPU" >&5 -@@ -13927,8 +13971,8 @@ +@@ -13933,8 +13977,8 @@ # Setup OPENJDK_TARGET_CPU_OSARCH, which is used to set the os.arch Java system property OPENJDK_TARGET_CPU_OSARCH="$OPENJDK_TARGET_CPU" @@ -256,16 +382,16 @@ 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. -@@ -14570,7 +14614,7 @@ +@@ -14576,7 +14620,7 @@ INCLUDE_SA=false fi - if test "x$VAR_CPU" = xppc64 ; then + if test "x$VAR_CPU" = xppc64 -o "x$VAR_CPU" = xppc64le ; then - INCLUDE_SA=false + INCLUDE_SA=true fi if test "x$OPENJDK_TARGET_CPU" = xaarch64; then INCLUDE_SA=false -@@ -19744,6 +19788,24 @@ +@@ -19756,6 +19800,24 @@ ############################################################################### # @@ -290,7 +416,7 @@ # Enable or disable the elliptic curve crypto implementation # -@@ -37332,7 +37394,7 @@ +@@ -37349,7 +37411,7 @@ # objcopy is used for moving debug symbols to separate files when # full debug symbols are enabled. @@ -299,12 +425,15 @@ # Publish this variable in the help. -@@ -40009,8 +40071,31 @@ +@@ -40025,10 +40087,66 @@ + ++ # The package path is used only on macosx? - # FIXME: clean this up, and/or move it elsewhere. - PACKAGE_PATH=/opt/local +- + +# Check whether --with-package-path was given. +if test "${with_package_path+set}" = set; then : @@ -330,10 +459,51 @@ + fi + fi + - ++ ++ ++ # On OpenBSD check to see if ld requires -z wxneeded ++ if test "`uname -s`" = "OpenBSD"; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ld requires -z wxneeded" >&5 ++$as_echo_n "checking if ld requires -z wxneeded... " >&6; } ++ PUSHED_LDFLAGS="$LDFLAGS" ++ LDFLAGS="$LDFLAGS -Wl,-z,wxneeded" ++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++/* end confdefs.h. */ ++int main() { } ++_ACEOF ++if ac_fn_cxx_try_link "$LINENO"; then : ++ ++ if $READELF -l conftest$ac_exeext | $GREP OPENBSD_WXNEED > /dev/null; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++$as_echo "yes" >&6; } ++ LDFLAGS_JDK="${LDFLAGS_JDK} -Wl,-z,wxneeded" ++ else ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++$as_echo "yes" >&6; } ++ fi ++ ++else ++ ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++$as_echo "no" >&6; } ++ ++fi ++rm -f core conftest.err conftest.$ac_objext \ ++ conftest$ac_exeext conftest.$ac_ext ++ LDFLAGS="$PUSHED_LDFLAGS" ++ fi # Check for extra potential brokenness. -@@ -41117,7 +41202,7 @@ + if test "x$TOOLCHAIN_TYPE" = xmicrosoft; then +@@ -40564,7 +40682,6 @@ + + # Now we can test some aspects on the target using configure macros. + +- + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 + $as_echo_n "checking for ANSI C header files... " >&6; } + if ${ac_cv_header_stdc+:} false; then : +@@ -41134,7 +41251,7 @@ # How to compile shared libraries. # @@ -342,7 +512,7 @@ PICFLAG="-fPIC" C_FLAG_REORDER='' CXX_FLAG_REORDER='' -@@ -41196,7 +41281,7 @@ +@@ -41213,7 +41330,7 @@ # fi # Generate make dependency files @@ -351,16 +521,16 @@ C_FLAG_DEPS="-MMD -MF" elif test "x$TOOLCHAIN_TYPE" = xsolstudio; then C_FLAG_DEPS="-xMMD -xMF" -@@ -41208,7 +41293,7 @@ - - - # Debug symbols +@@ -41230,7 +41347,7 @@ + # info flags for toolchains unless we know they work. + # See JDK-8207057. + ASFLAGS_DEBUG_SYMBOLS="" - if test "x$TOOLCHAIN_TYPE" = xgcc; then + if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then if test "x$OPENJDK_TARGET_CPU_BITS" = "x64" && test "x$DEBUG_LEVEL" = "xfastdebug"; then CFLAGS_DEBUG_SYMBOLS="-g1" CXXFLAGS_DEBUG_SYMBOLS="-g1" -@@ -41257,7 +41342,7 @@ +@@ -41281,7 +41398,7 @@ else # The remaining toolchains share opt flags between CC and CXX; # setup for C and duplicate afterwards. @@ -369,7 +539,7 @@ if test "x$OPENJDK_TARGET_OS" = xmacosx; then # On MacOSX we optimize for size, something # we should do for all platforms? -@@ -41411,7 +41496,7 @@ +@@ -41449,7 +41566,7 @@ # Setup compiler/platform specific flags to CFLAGS_JDK, # CXXFLAGS_JDK and CCXXFLAGS_JDK (common to C and CXX?) @@ -378,7 +548,27 @@ # these options are used for both C and C++ compiles CCXXFLAGS_JDK="$CCXXFLAGS $CCXXFLAGS_JDK -Wall -Wno-parentheses -Wextra -Wno-unused -Wno-unused-parameter -Wformat=2 \ -pipe -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE" -@@ -41830,7 +41915,7 @@ +@@ -41762,6 +41879,9 @@ + else + CCXXFLAGS_JDK="$CCXXFLAGS_JDK -D_LITTLE_ENDIAN" + fi ++ if test "x$OPENJDK_TARGET_OS" = xbsd; then ++ CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DVM_LITTLE_ENDIAN" ++ fi + else + # Same goes for _BIG_ENDIAN. Do we really need to set *ENDIAN on Solaris if they + # are defined in the system? +@@ -41770,6 +41890,9 @@ + else + CCXXFLAGS_JDK="$CCXXFLAGS_JDK -D_BIG_ENDIAN" + fi ++ if test "x$OPENJDK_TARGET_OS" = xbsd; then ++ CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DVM_BIG_ENDIAN" ++ fi + fi + if test "x$OPENJDK_TARGET_CPU" = xppc64le; then + CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DABI_ELFv2" +@@ -41875,7 +41998,7 @@ fi LDFLAGS_JDKEXE="${LDFLAGS_JDK} /STACK:$LDFLAGS_STACK_SIZE" else @@ -387,7 +577,7 @@ # If this is a --hash-style=gnu system, use --hash-style=both, why? # We have previously set HAS_GNU_HASH if this is the case if test -n "$HAS_GNU_HASH"; then -@@ -42366,11 +42451,18 @@ +@@ -42411,11 +42534,18 @@ fi if test "x$OPENJDK_TARGET_OS" = xbsd; then @@ -411,7 +601,7 @@ fi if test "x$OPENJDK" = "xfalse"; then -@@ -42405,21 +42497,25 @@ +@@ -42450,21 +42580,25 @@ # Make a simple check for the libraries at the sysroot, and setup --x-includes and # --x-libraries for the sysroot, if that seems to be correct. if test "x$OPENJDK_TARGET_OS" = "xlinux"; then @@ -448,7 +638,7 @@ fi fi fi -@@ -43466,6 +43562,10 @@ +@@ -43511,6 +43645,10 @@ # A CSW package seems to be installed! CUPS_FOUND=yes CUPS_CFLAGS="-I$SYSROOT/opt/csw/include" @@ -459,7 +649,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CUPS_FOUND" >&5 $as_echo "$CUPS_FOUND" >&6; } -@@ -47351,7 +47451,7 @@ +@@ -47396,7 +47534,7 @@ ############################################################################### # @@ -468,7 +658,7 @@ # # Check whether --with-alsa was given. -@@ -47762,15 +47862,66 @@ +@@ -47807,15 +47945,66 @@ if test "x${with_giflib}" = "xbundled"; then USE_EXTERNAL_LIBGIF=false @@ -540,7 +730,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 : -@@ -47808,16 +47959,96 @@ +@@ -47853,16 +48042,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 : @@ -647,7 +837,7 @@ USE_EXTERNAL_LIBGIF=true else -@@ -47825,6 +48056,8 @@ +@@ -47870,6 +48139,8 @@ fi @@ -656,7 +846,7 @@ ############################################################################### # # Check for the zlib library -@@ -48392,6 +48625,11 @@ +@@ -48437,6 +48708,11 @@ LIBCXX="-lstdc++" fi @@ -668,7 +858,7 @@ -@@ -51078,6 +51316,10 @@ +@@ -51636,6 +51912,10 @@ # Looks like a MacOSX system NUM_CORES=`/usr/sbin/system_profiler -detailLevel full SPHardwareDataType | grep 'Cores' | awk '{print $5}'` FOUND_CORES=yes @@ -679,7 +869,7 @@ elif test "x$OPENJDK_BUILD_OS" = xaix ; then NUM_CORES=`/usr/sbin/prtconf | grep "^Number Of Processors" | awk '{ print $4 }'` FOUND_CORES=yes -@@ -51133,6 +51375,15 @@ +@@ -51691,6 +51971,15 @@ MEMORY_SIZE=`/usr/sbin/system_profiler -detailLevel full SPHardwareDataType | grep 'Memory' | awk '{print $2}'` MEMORY_SIZE=`expr $MEMORY_SIZE \* 1024` FOUND_MEM=yes @@ -695,7 +885,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-` -@@ -51706,8 +51957,8 @@ +@@ -52264,8 +52553,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; } @@ -706,12 +896,12 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, disabling ccache" >&5 $as_echo "no, disabling ccache" >&6; } CCACHE= ---- ./common/autoconf/jdk-options.m4 Sat Oct 06 10:24:47 2018 +0100 -+++ ./common/autoconf/jdk-options.m4 Sat Dec 01 12:25:45 2018 -0800 +--- ./common/autoconf/jdk-options.m4 Sat Dec 08 11:48:10 2018 +0000 ++++ ./common/autoconf/jdk-options.m4 Sat Feb 09 10:03:01 2019 -0800 @@ -159,7 +159,7 @@ INCLUDE_SA=false fi - if test "x$VAR_CPU" = xppc64 ; then + if test "x$VAR_CPU" = xppc64 -o "x$VAR_CPU" = xppc64le ; then - INCLUDE_SA=false + INCLUDE_SA=true fi @@ -738,8 +928,8 @@ # Enable or disable the elliptic curve crypto implementation # AC_DEFUN_ONCE([JDKOPT_DETECT_INTREE_EC], ---- ./common/autoconf/libraries.m4 Sat Oct 06 10:24:47 2018 +0100 -+++ ./common/autoconf/libraries.m4 Sat Dec 01 12:25:45 2018 -0800 +--- ./common/autoconf/libraries.m4 Sat Dec 08 11:48:10 2018 +0000 ++++ ./common/autoconf/libraries.m4 Sat Feb 09 10:03:01 2019 -0800 @@ -69,9 +69,15 @@ fi @@ -894,8 +1084,8 @@ AC_SUBST(LIBCXX) ]) ---- ./common/autoconf/platform.m4 Sat Oct 06 10:24:47 2018 +0100 -+++ ./common/autoconf/platform.m4 Sat Dec 01 12:25:45 2018 -0800 +--- ./common/autoconf/platform.m4 Sat Dec 08 11:48:10 2018 +0000 ++++ ./common/autoconf/platform.m4 Sat Feb 09 10:03:01 2019 -0800 @@ -30,7 +30,7 @@ [ # First argument is the cpu name from the trip/quad @@ -955,8 +1145,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 Sat Oct 06 10:24:47 2018 +0100 -+++ ./common/autoconf/spec.gmk.in Sat Dec 01 12:25:45 2018 -0800 +--- ./common/autoconf/spec.gmk.in Sat Dec 08 11:48:10 2018 +0000 ++++ ./common/autoconf/spec.gmk.in Sat Feb 09 10:03:01 2019 -0800 @@ -79,6 +79,7 @@ OPENJDK_TARGET_OS:=@OPENJDK_TARGET_OS@ OPENJDK_TARGET_OS_API:=@OPENJDK_TARGET_OS_API@ @@ -984,7 +1174,7 @@ # Necessary additional compiler flags to compile X11 X_CFLAGS:=@X_CFLAGS@ X_LIBS:=@X_LIBS@ -@@ -571,6 +575,8 @@ +@@ -572,6 +576,8 @@ ENABLE_INTREE_EC=@ENABLE_INTREE_EC@ USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@ USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@ @@ -993,8 +1183,8 @@ USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@ LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@ MSVCR_DLL:=@MSVCR_DLL@ ---- ./common/autoconf/toolchain.m4 Sat Oct 06 10:24:47 2018 +0100 -+++ ./common/autoconf/toolchain.m4 Sat Dec 01 12:25:45 2018 -0800 +--- ./common/autoconf/toolchain.m4 Sat Dec 08 11:48:10 2018 +0000 ++++ ./common/autoconf/toolchain.m4 Sat Feb 09 10:03:01 2019 -0800 @@ -37,6 +37,7 @@ VALID_TOOLCHAINS_all="gcc clang solstudio xlc microsoft" @@ -1012,7 +1202,7 @@ BASIC_CHECK_TOOLS(OBJCOPY, [gobjcopy objcopy]) # Only call fixup if objcopy was found. if test -n "$OBJCOPY"; then -@@ -801,8 +802,27 @@ +@@ -801,10 +802,53 @@ AC_DEFUN_ONCE([TOOLCHAIN_MISC_CHECKS], [ # The package path is used only on macosx? @@ -1041,17 +1231,43 @@ + AC_SUBST(PACKAGE_PATH) ++ # On OpenBSD check to see if ld requires -z wxneeded ++ if test "`uname -s`" = "OpenBSD"; then ++ AC_MSG_CHECKING([if ld requires -z wxneeded]) ++ PUSHED_LDFLAGS="$LDFLAGS" ++ LDFLAGS="$LDFLAGS -Wl,-z,wxneeded" ++ AC_LINK_IFELSE([AC_LANG_SOURCE([[int main() { }]])], ++ [ ++ if $READELF -l conftest$ac_exeext | $GREP OPENBSD_WXNEED > /dev/null; then ++ AC_MSG_RESULT([yes]) ++ LDFLAGS_JDK="${LDFLAGS_JDK} -Wl,-z,wxneeded" ++ else ++ AC_MSG_RESULT([yes]) ++ fi ++ ], ++ [ ++ AC_MSG_RESULT([no]) ++ ], ++ [ ++ AC_MSG_RESULT([no]) ++ ] ++ ) ++ LDFLAGS="$PUSHED_LDFLAGS" ++ fi ++ # Check for extra potential brokenness. ---- ./configure Sat Oct 06 10:24:47 2018 +0100 -+++ ./configure Sat Dec 01 12:25:45 2018 -0800 + if test "x$TOOLCHAIN_TYPE" = xmicrosoft; then + # On Windows, double-check that we got the right compiler. +--- ./configure Sat Dec 08 11:48:10 2018 +0000 ++++ ./configure Sat Feb 09 10:03:01 2019 -0800 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ---- ./make/Javadoc.gmk Sat Oct 06 10:24:47 2018 +0100 -+++ ./make/Javadoc.gmk Sat Dec 01 12:25:45 2018 -0800 +--- ./make/Javadoc.gmk Sat Dec 08 11:48:10 2018 +0000 ++++ ./make/Javadoc.gmk Sat Feb 09 10:03:01 2019 -0800 @@ -46,8 +46,18 @@ BUILD_NUMBER=$(JDK_BUILD_NUMBER) @@ -1072,8 +1288,8 @@ -Djava.awt.headless=true \ $(NEW_JAVADOC) \ -bootclasspath $(JDK_OUTPUTDIR)/classes ---- ./make/Main.gmk Sat Oct 06 10:24:47 2018 +0100 -+++ ./make/Main.gmk Sat Dec 01 12:25:45 2018 -0800 +--- ./make/Main.gmk Sat Dec 08 11:48:10 2018 +0000 ++++ ./make/Main.gmk Sat Feb 09 10:03:01 2019 -0800 @@ -58,7 +58,11 @@ # Setup number of jobs to use. -jN is unfortunately not available for us to parse from the command line, @@ -1086,8 +1302,8 @@ ### Main targets ---- ./make/common/MakeBase.gmk Sat Oct 06 10:24:47 2018 +0100 -+++ ./make/common/MakeBase.gmk Sat Dec 01 12:25:45 2018 -0800 +--- ./make/common/MakeBase.gmk Sat Dec 08 11:48:10 2018 +0000 ++++ ./make/common/MakeBase.gmk Sat Feb 09 10:03:01 2019 -0800 @@ -338,7 +338,7 @@ # (and causing a crash on Cygwin). # Default shell seems to always be /bin/sh. Must override with bash to get this to work on Solaris. @@ -1108,8 +1324,8 @@ endef # Make directory without forking mkdir if not needed ---- ./make/common/NativeCompilation.gmk Sat Oct 06 10:24:47 2018 +0100 -+++ ./make/common/NativeCompilation.gmk Sat Dec 01 12:25:45 2018 -0800 +--- ./make/common/NativeCompilation.gmk Sat Dec 08 11:48:10 2018 +0000 ++++ ./make/common/NativeCompilation.gmk Sat Feb 09 10:03:01 2019 -0800 @@ -158,9 +158,9 @@ # CC the compiler to use, default is $(CC) # LDEXE the linker to use for linking executables, default is $(LDEXE) @@ -1123,8 +1339,8 @@ ifneq (,$$($1_BIN)) $$(error BIN has been replaced with OBJECT_DIR) ---- ./hotspot/agent/make/Makefile Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/make/Makefile Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/make/Makefile Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/make/Makefile Sun Feb 10 09:26:05 2019 -0800 @@ -50,6 +50,7 @@ sun.jvm.hotspot.debugger.amd64 \ sun.jvm.hotspot.debugger.bsd \ @@ -1203,8 +1419,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 Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/os/bsd/BsdDebuggerLocal.c Sun Feb 10 09:26:05 2019 -0800 @@ -42,6 +42,10 @@ #include "sun_jvm_hotspot_debugger_sparc_SPARCThreadContext.h" #endif @@ -1273,8 +1489,8 @@ (*env)->ReleaseLongArrayElements(env, array, regs, JNI_COMMIT); return array; ---- ./hotspot/agent/src/os/bsd/Makefile Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/src/os/bsd/Makefile Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/src/os/bsd/Makefile Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/os/bsd/Makefile Sun Feb 10 09:26:05 2019 -0800 @@ -85,6 +85,9 @@ LFLAGS_LIBSA = -Xlinker --version-script=mapfile endif @@ -1285,8 +1501,8 @@ $(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 Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/src/os/bsd/elfmacros.h Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/src/os/bsd/elfmacros.h Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/os/bsd/elfmacros.h Sun Feb 10 09:26:05 2019 -0800 @@ -34,6 +34,7 @@ #define ELF_SYM Elf64_Sym #define ELF_DYN Elf64_Dyn @@ -1303,8 +1519,8 @@ #ifndef ELF_ST_TYPE #define ELF_ST_TYPE ELF32_ST_TYPE ---- ./hotspot/agent/src/os/bsd/ps_core.c Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/src/os/bsd/ps_core.c Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/src/os/bsd/ps_core.c Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/os/bsd/ps_core.c Sun Feb 10 09:26:05 2019 -0800 @@ -1091,6 +1091,18 @@ if (core_handle_prstatus(ph, descdata, notep->n_descsz) != true) { return false; @@ -1351,8 +1567,8 @@ goto err; } ---- ./hotspot/agent/src/os/bsd/symtab.c Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/src/os/bsd/symtab.c Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/src/os/bsd/symtab.c Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/os/bsd/symtab.c Sun Feb 10 09:26:05 2019 -0800 @@ -211,6 +211,10 @@ // Reading of elf header @@ -1393,8 +1609,8 @@ key.data = sym_name; key.size = strlen(sym_name) + 1; ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Sun Feb 10 09:26:05 2019 -0800 @@ -33,6 +33,7 @@ import sun.jvm.hotspot.debugger.JVMDebugger; import sun.jvm.hotspot.debugger.MachineDescription; @@ -1413,7 +1629,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 Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionPPC64.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,43 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1458,8 +1674,8 @@ + return false; + } +} ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java Sun Feb 10 09:26:05 2019 -0800 @@ -30,8 +30,10 @@ import sun.jvm.hotspot.debugger.cdbg.*; import sun.jvm.hotspot.debugger.x86.*; @@ -1485,8 +1701,8 @@ } else { throw new DebuggerException(cpu + " is not yet supported"); } ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java Sun Feb 10 09:26:05 2019 -0800 @@ -27,6 +27,7 @@ import sun.jvm.hotspot.debugger.*; import sun.jvm.hotspot.debugger.bsd.amd64.*; @@ -1505,7 +1721,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 Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64CFrame.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,79 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1587,7 +1803,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 Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ppc64/BsdPPC64ThreadContext.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,46 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1635,8 +1851,27 @@ + return debugger.newAddress(getRegister(index)); + } +} +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/x86/BsdX86CFrame.java Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/x86/BsdX86CFrame.java Sun Feb 10 09:26:05 2019 -0800 +@@ -55,7 +55,15 @@ + + public CFrame sender(ThreadProxy thread) { + X86ThreadContext context = (X86ThreadContext) thread.getContext(); +- Address esp = context.getRegisterAsAddress(X86ThreadContext.ESP); ++ /* ++ * Native code fills in the stack pointer register value using index ++ * X86ThreadContext.SP. ++ * See file BsdDebuggerLocal.c macro REG_INDEX(reg). ++ * ++ * Be sure to use SP, or UESP which is aliased to SP in Java code, ++ * for the frame pointer validity check. ++ */ ++ Address esp = context.getRegisterAsAddress(X86ThreadContext.SP); + + if ( (ebp == null) || ebp.lessThan(esp) ) { + return null; --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ppc64/PPC64ThreadContext.java Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ppc64/PPC64ThreadContext.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,123 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1761,8 +1996,8 @@ + public abstract Address getRegisterAsAddress(int index); + +} ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Sun Feb 10 09:26:05 2019 -0800 @@ -32,7 +32,9 @@ import sun.jvm.hotspot.debugger.cdbg.*; import sun.jvm.hotspot.debugger.proc.amd64.*; @@ -1785,7 +2020,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 Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64Thread.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,86 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1874,7 +2109,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 Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadContext.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,46 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1923,7 +2158,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 Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ppc64/ProcPPC64ThreadFactory.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -1969,8 +2204,8 @@ + return new ProcPPC64Thread(debugger, id); + } +} ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Sun Feb 10 09:26:05 2019 -0800 @@ -33,6 +33,7 @@ import sun.jvm.hotspot.debugger.remote.sparc.*; import sun.jvm.hotspot.debugger.remote.x86.*; @@ -1992,7 +2227,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 Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64Thread.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,53 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2048,7 +2283,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 Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadContext.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2101,7 +2336,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 Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ppc64/RemotePPC64ThreadFactory.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2147,8 +2382,8 @@ + return new RemotePPC64Thread(debugger, id); + } +} ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Sun Feb 10 09:26:05 2019 -0800 @@ -37,6 +37,7 @@ import sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess; import sun.jvm.hotspot.runtime.bsd_x86.BsdX86JavaThreadPDAccess; @@ -2167,7 +2402,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 Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_ppc64/BsdPPC64JavaThreadPDAccess.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,132 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2302,7 +2537,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64CurrentFrameGuess.java Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64CurrentFrameGuess.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,176 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2481,7 +2716,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,508 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -2992,7 +3227,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64JavaCallWrapper.java Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64JavaCallWrapper.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,43 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. @@ -3038,7 +3273,7 @@ + +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64RegisterMap.java Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64RegisterMap.java Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,51 @@ +/* + * Copyright (c) 20014, Oracle and/or its affiliates. All rights reserved. @@ -3091,8 +3326,8 @@ + protected void initializeFromPD(RegisterMap map) {} + protected Address getLocationPD(VMReg reg) { return null; } +} ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java Sun Feb 10 09:26:05 2019 -0800 @@ -61,7 +61,7 @@ return "x86"; } else if (cpu.equals("sparc") || cpu.equals("sparcv9")) { @@ -3102,8 +3337,8 @@ return cpu; } else { try { ---- ./hotspot/make/bsd/Makefile Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/Makefile Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/bsd/Makefile Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/Makefile Sun Feb 10 09:26:05 2019 -0800 @@ -66,6 +66,10 @@ FORCE_TIERED=1 endif @@ -3115,8 +3350,22 @@ ifdef LP64 ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","") ---- ./hotspot/make/bsd/makefiles/build_vm_def.sh Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/bsd/makefiles/adlc.make Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/adlc.make Sun Feb 10 09:26:05 2019 -0800 +@@ -107,6 +107,11 @@ + + all: $(EXEC) + ++ADLC_LD_FLAGS= ++ifeq ($(STATIC_CXX), true) ++ ADLC_LD_FLAGS = $(STATIC_LIBGCC) $(ADLC_STATIC_STDCXX) ++endif ++ + $(EXEC) : $(OBJECTS) + @echo Making adlc + $(QUIETLY) $(HOST.LINK_NOPROF.CXX) -o $(EXEC) $(OBJECTS) +--- ./hotspot/make/bsd/makefiles/build_vm_def.sh Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Sun Feb 10 09:26:05 2019 -0800 @@ -1,12 +1,28 @@ #!/bin/sh @@ -3152,8 +3401,8 @@ + if ($3 ~ /^_ZN9Arguments17SharedArchivePathE$/) print "\t" $3 ";" + }' | sort -u ;; +esac ---- ./hotspot/make/bsd/makefiles/debug.make Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/debug.make Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/bsd/makefiles/debug.make Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/debug.make Sun Feb 10 09:26:05 2019 -0800 @@ -35,7 +35,10 @@ # to inhibit the effect of the previous line on CFLAGS. @@ -3166,8 +3415,8 @@ VERSION = debug SYSDEFS += -DASSERT ---- ./hotspot/make/bsd/makefiles/defs.make Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/defs.make Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/bsd/makefiles/defs.make Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/defs.make Sun Feb 10 09:26:05 2019 -0800 @@ -29,7 +29,15 @@ SLASH_JAVA ?= /java @@ -3266,8 +3515,8 @@ ADD_SA_BINARIES/ia64 = ADD_SA_BINARIES/arm = ADD_SA_BINARIES/zero = ---- ./hotspot/make/bsd/makefiles/fastdebug.make Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/fastdebug.make Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/bsd/makefiles/fastdebug.make Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/fastdebug.make Sun Feb 10 09:26:05 2019 -0800 @@ -56,7 +56,10 @@ # to inhibit the effect of the previous line on CFLAGS. @@ -3280,8 +3529,8 @@ VERSION = fastdebug SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS ---- ./hotspot/make/bsd/makefiles/gcc.make Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/gcc.make Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/bsd/makefiles/gcc.make Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/gcc.make Sun Feb 10 09:26:05 2019 -0800 @@ -168,6 +168,9 @@ CFLAGS += -DDONT_USE_PRECOMPILED_HEADER endif @@ -3314,7 +3563,18 @@ endif endif -@@ -258,6 +264,10 @@ +@@ -229,6 +235,10 @@ + LFLAGS += $(ARCHFLAG) + ASFLAGS += $(ARCHFLAG) + ++ifeq ($(DEBUG_BINARIES), true) ++ ASFLAGS += $(ASFLAGS_DEBUG_SYMBOLS) ++endif ++ + ifdef E500V2 + CFLAGS += -DE500V2 + endif +@@ -258,6 +268,10 @@ # WARNINGS_ARE_ERRORS += -Wno-tautological-constant-out-of-range-compare WARNINGS_ARE_ERRORS += -Wno-delete-non-virtual-dtor -Wno-deprecated -Wno-format -Wno-dynamic-class-memaccess WARNINGS_ARE_ERRORS += -Wno-empty-body @@ -3325,7 +3585,7 @@ endif WARNING_FLAGS = -Wpointer-arith -Wsign-compare -Wundef -@@ -265,7 +275,7 @@ +@@ -265,7 +279,7 @@ ifeq "$(shell expr \( $(CC_VER_MAJOR) \> 4 \) \| \( \( $(CC_VER_MAJOR) = 4 \) \& \( $(CC_VER_MINOR) \>= 3 \) \))" "0" # Since GCC 4.3, -Wconversion has changed its meanings to warn these implicit # conversions which might affect the values. Only enable it in earlier versions. @@ -3334,7 +3594,7 @@ ifeq ($(USE_CLANG),) WARNING_FLAGS += -Wconversion endif -@@ -318,6 +328,9 @@ +@@ -318,6 +332,9 @@ OPT_CFLAGS/loopTransform.o += $(OPT_CFLAGS/NOOPT) OPT_CFLAGS/unsafe.o += -O1 endif @@ -3344,7 +3604,7 @@ 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 @@ +@@ -379,6 +396,8 @@ # Use $(MAPFLAG:FILENAME=real_file_name) to specify a map file. MAPFLAG = -Xlinker --version-script=FILENAME @@ -3353,7 +3613,7 @@ # # Shared Library # -@@ -421,53 +436,44 @@ +@@ -421,53 +440,44 @@ CFLAGS += -flimit-debug-info endif @@ -3439,7 +3699,7 @@ endif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/make/bsd/makefiles/launcher.make Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/make/bsd/makefiles/launcher.make Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,117 @@ +# +# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. @@ -3558,9 +3818,9 @@ + $(QUIETLY) sed -e 's/@@LIBARCH@@/$(LIBARCH)/g' $< > $@ + $(QUIETLY) chmod +x $@ + ---- ./hotspot/make/bsd/makefiles/mapfile-vers-debug Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug Sat Dec 01 12:42:05 2018 -0800 -@@ -21,246 +21,254 @@ +--- ./hotspot/make/bsd/makefiles/mapfile-vers-debug Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug Sun Feb 10 09:26:05 2019 -0800 +@@ -21,247 +21,255 @@ # questions. # # @@ -3578,7 +3838,7 @@ + JNI_GetCreatedJavaVMs; + JNI_GetDefaultJavaVMInitArgs; -- # _JVM + # _JVM - _JVM_Accept - _JVM_ActiveProcessorCount - _JVM_AllocateNewArray @@ -3610,6 +3870,7 @@ - _JVM_ConstantPoolGetSize - _JVM_ConstantPoolGetStringAt - _JVM_ConstantPoolGetUTF8At +- _JVM_CopySwapMemory - _JVM_CountStackFrames - _JVM_CurrentClassLoader - _JVM_CurrentLoadedClass @@ -3795,7 +4056,6 @@ - _JVM_Write - _JVM_Yield - _JVM_handle_bsd_signal -+ # JVM + JVM_Accept; + JVM_ActiveProcessorCount; + JVM_AllocateNewArray; @@ -3804,11 +4064,11 @@ + JVM_AssertionStatusDirectives; + JVM_Available; + JVM_Bind; ++ JVM_CX8Field; + JVM_ClassDepth; + JVM_ClassLoaderDepth; + JVM_Clone; + JVM_Close; -+ JVM_CX8Field; + JVM_CompileClass; + JVM_CompileClasses; + JVM_CompilerCommand; @@ -3821,37 +4081,38 @@ + JVM_ConstantPoolGetFloatAt; + JVM_ConstantPoolGetIntAt; + JVM_ConstantPoolGetLongAt; ++ JVM_ConstantPoolGetMemberRefInfoAt; + JVM_ConstantPoolGetMethodAt; + JVM_ConstantPoolGetMethodAtIfLoaded; -+ JVM_ConstantPoolGetMemberRefInfoAt; + JVM_ConstantPoolGetSize; + JVM_ConstantPoolGetStringAt; + JVM_ConstantPoolGetUTF8At; ++ JVM_CopySwapMemory; + JVM_CountStackFrames; + JVM_CurrentClassLoader; + JVM_CurrentLoadedClass; + JVM_CurrentThread; + JVM_CurrentTimeMillis; ++ JVM_DTraceActivate; ++ JVM_DTraceDispose; ++ JVM_DTraceGetVersion; ++ JVM_DTraceIsProbeEnabled; ++ JVM_DTraceIsSupported; + JVM_DefineClass; + JVM_DefineClassWithSource; + JVM_DefineClassWithSourceCond; + JVM_DesiredAssertionStatus; + JVM_DisableCompiler; + JVM_DoPrivileged; -+ JVM_DTraceGetVersion; -+ JVM_DTraceActivate; -+ JVM_DTraceIsProbeEnabled; -+ JVM_DTraceIsSupported; -+ JVM_DTraceDispose; + JVM_DumpAllStacks; + JVM_DumpThreads; + JVM_EnableCompiler; + JVM_Exit; + JVM_FillInStackTrace; ++ JVM_FindClassFromBootLoader; + JVM_FindClassFromCaller; + JVM_FindClassFromClass; + JVM_FindClassFromClassLoader; -+ JVM_FindClassFromBootLoader; + JVM_FindLibraryEntry; + JVM_FindLoadedClass; + JVM_FindPrimitiveClass; @@ -3921,6 +4182,8 @@ + JVM_GetMethodTypeAnnotations; + JVM_GetPrimitiveArrayElement; + JVM_GetProtectionDomain; ++ JVM_GetResourceLookupCache; ++ JVM_GetResourceLookupCacheURLs; + JVM_GetSockName; + JVM_GetSockOpt; + JVM_GetStackAccessControlContext; @@ -3954,15 +4217,13 @@ + JVM_IsThreadAlive; + JVM_IsVMGeneratedMethodIx; + JVM_KnownToNotExist; -+ JVM_GetResourceLookupCacheURLs; -+ JVM_GetResourceLookupCache; + JVM_LatestUserDefinedLoader; + JVM_Listen; + JVM_LoadClass0; + JVM_LoadLibrary; + JVM_Lseek; -+ JVM_MaxObjectInspectionAge; + JVM_MaxMemory; ++ JVM_MaxObjectInspectionAge; + JVM_MonitorNotify; + JVM_MonitorNotifyAll; + JVM_MonitorWait; @@ -4001,8 +4262,8 @@ + JVM_SocketShutdown; + JVM_StartThread; + JVM_StopThread; -+ JVM_SuspendThread; + JVM_SupportsCX8; ++ JVM_SuspendThread; + JVM_Sync; + JVM_Timeout; + JVM_TotalMemory; @@ -4047,7 +4308,7 @@ + *; +}; --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-debug.macosx Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,266 @@ +# +# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved. @@ -4315,9 +4576,9 @@ + + # INSERT VTABLE SYMBOLS HERE + ---- ./hotspot/make/bsd/makefiles/mapfile-vers-product Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Sat Dec 01 12:42:05 2018 -0800 -@@ -21,241 +21,249 @@ +--- ./hotspot/make/bsd/makefiles/mapfile-vers-product Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Sun Feb 10 09:26:05 2019 -0800 +@@ -21,242 +21,250 @@ # questions. # # @@ -4335,7 +4596,7 @@ + JNI_GetCreatedJavaVMs; + JNI_GetDefaultJavaVMInitArgs; -- # _JVM + # _JVM - _JVM_Accept - _JVM_ActiveProcessorCount - _JVM_AllocateNewArray @@ -4367,6 +4628,7 @@ - _JVM_ConstantPoolGetSize - _JVM_ConstantPoolGetStringAt - _JVM_ConstantPoolGetUTF8At +- _JVM_CopySwapMemory - _JVM_CountStackFrames - _JVM_CurrentClassLoader - _JVM_CurrentLoadedClass @@ -4552,7 +4814,6 @@ - _JVM_Write - _JVM_Yield - _JVM_handle_bsd_signal -+ # JVM + JVM_Accept; + JVM_ActiveProcessorCount; + JVM_AllocateNewArray; @@ -4561,11 +4822,11 @@ + JVM_AssertionStatusDirectives; + JVM_Available; + JVM_Bind; ++ JVM_CX8Field; + JVM_ClassDepth; + JVM_ClassLoaderDepth; + JVM_Clone; + JVM_Close; -+ JVM_CX8Field; + JVM_CompileClass; + JVM_CompileClasses; + JVM_CompilerCommand; @@ -4578,37 +4839,38 @@ + JVM_ConstantPoolGetFloatAt; + JVM_ConstantPoolGetIntAt; + JVM_ConstantPoolGetLongAt; ++ JVM_ConstantPoolGetMemberRefInfoAt; + JVM_ConstantPoolGetMethodAt; + JVM_ConstantPoolGetMethodAtIfLoaded; -+ JVM_ConstantPoolGetMemberRefInfoAt; + JVM_ConstantPoolGetSize; + JVM_ConstantPoolGetStringAt; + JVM_ConstantPoolGetUTF8At; ++ JVM_CopySwapMemory; + JVM_CountStackFrames; + JVM_CurrentClassLoader; + JVM_CurrentLoadedClass; + JVM_CurrentThread; + JVM_CurrentTimeMillis; ++ JVM_DTraceActivate; ++ JVM_DTraceDispose; ++ JVM_DTraceGetVersion; ++ JVM_DTraceIsProbeEnabled; ++ JVM_DTraceIsSupported; + JVM_DefineClass; + JVM_DefineClassWithSource; + JVM_DefineClassWithSourceCond; + JVM_DesiredAssertionStatus; + JVM_DisableCompiler; + JVM_DoPrivileged; -+ JVM_DTraceGetVersion; -+ JVM_DTraceActivate; -+ JVM_DTraceIsProbeEnabled; -+ JVM_DTraceIsSupported; -+ JVM_DTraceDispose; + JVM_DumpAllStacks; + JVM_DumpThreads; + JVM_EnableCompiler; + JVM_Exit; + JVM_FillInStackTrace; ++ JVM_FindClassFromBootLoader; + JVM_FindClassFromCaller; + JVM_FindClassFromClass; + JVM_FindClassFromClassLoader; -+ JVM_FindClassFromBootLoader; + JVM_FindLibraryEntry; + JVM_FindLoadedClass; + JVM_FindPrimitiveClass; @@ -4678,6 +4940,8 @@ + JVM_GetMethodTypeAnnotations; + JVM_GetPrimitiveArrayElement; + JVM_GetProtectionDomain; ++ JVM_GetResourceLookupCache; ++ JVM_GetResourceLookupCacheURLs; + JVM_GetSockName; + JVM_GetSockOpt; + JVM_GetStackAccessControlContext; @@ -4711,15 +4975,13 @@ + JVM_IsThreadAlive; + JVM_IsVMGeneratedMethodIx; + JVM_KnownToNotExist; -+ JVM_GetResourceLookupCacheURLs; -+ JVM_GetResourceLookupCache; + JVM_LatestUserDefinedLoader; + JVM_Listen; + JVM_LoadClass0; + JVM_LoadLibrary; + JVM_Lseek; -+ JVM_MaxObjectInspectionAge; + JVM_MaxMemory; ++ JVM_MaxObjectInspectionAge; + JVM_MonitorNotify; + JVM_MonitorNotifyAll; + JVM_MonitorWait; @@ -4758,8 +5020,8 @@ + JVM_SocketShutdown; + JVM_StartThread; + JVM_StopThread; -+ JVM_SuspendThread; + JVM_SupportsCX8; ++ JVM_SuspendThread; + JVM_Sync; + JVM_Timeout; + JVM_TotalMemory; @@ -4795,7 +5057,7 @@ + *; +}; --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product.macosx Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,261 @@ +# +# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved. @@ -5058,8 +5320,8 @@ + + # INSERT VTABLE SYMBOLS HERE + ---- ./hotspot/make/bsd/makefiles/optimized.make Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/optimized.make Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/bsd/makefiles/optimized.make Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/optimized.make Sun Feb 10 09:26:05 2019 -0800 @@ -38,6 +38,9 @@ # to inhibit the effect of the previous line on CFLAGS. @@ -5072,7 +5334,7 @@ VERSION = optimized --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/make/bsd/makefiles/ppc64.make Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/make/bsd/makefiles/ppc64.make Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,51 @@ +# +# Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. @@ -5125,8 +5387,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 Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/product.make Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/bsd/makefiles/product.make Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/product.make Sun Feb 10 09:26:05 2019 -0800 @@ -38,7 +38,10 @@ # to inhibit the effect of the previous line on CFLAGS. @@ -5139,8 +5401,8 @@ SYSDEFS += -DPRODUCT VERSION = optimized ---- ./hotspot/make/bsd/makefiles/rules.make Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/rules.make Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/bsd/makefiles/rules.make Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/rules.make Sun Feb 10 09:26:05 2019 -0800 @@ -34,7 +34,7 @@ CC_COMPILE = $(CC) $(CXXFLAGS) $(CFLAGS) CXX_COMPILE = $(CXX) $(CXXFLAGS) $(CFLAGS) @@ -5150,8 +5412,8 @@ COMPILE.CC = $(CC_COMPILE) -c GENASM.CC = $(CC_COMPILE) -S ---- ./hotspot/make/bsd/makefiles/sa.make Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/sa.make Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/bsd/makefiles/sa.make Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/sa.make Sun Feb 10 09:26:05 2019 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved. @@ -5266,8 +5528,8 @@ rm -rf $(AGENT_FILES_LIST) + +-include $(HS_ALT_MAKE)/bsd/makefiles/sa-rules.make ---- ./hotspot/make/bsd/makefiles/saproc.make Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/saproc.make Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/bsd/makefiles/saproc.make Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/saproc.make Sun Feb 10 09:26:05 2019 -0800 @@ -99,10 +99,10 @@ endif @@ -5307,8 +5569,8 @@ + cp -f $(LIBSAPROC) $(DEST_SAPROC) && echo "Done" .PHONY: install_saproc ---- ./hotspot/make/bsd/makefiles/vm.make Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/bsd/makefiles/vm.make Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/bsd/makefiles/vm.make Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/bsd/makefiles/vm.make Sun Feb 10 09:26:05 2019 -0800 @@ -107,7 +107,7 @@ # File specific flags CXXFLAGS += $(CXXFLAGS/BYFILE) @@ -5330,7 +5592,7 @@ # By default, link the *.o into the library, not the executable. LINK_INTO$(LINK_INTO) = LIBJVM --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/make/bsd/platform_ppc64 Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/make/bsd/platform_ppc64 Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,17 @@ +os_family = bsd + @@ -5349,8 +5611,8 @@ +gnu_dis_arch = ppc64 + +sysdefs = -DBSD -D_ALLBSD_SOURCE -D_GNU_SOURCE -DPPC64 ---- ./hotspot/make/sa.files Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/make/sa.files Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/make/sa.files Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/make/sa.files Sun Feb 10 09:26:05 2019 -0800 @@ -45,6 +45,7 @@ $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/amd64/*.java \ $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/bsd/*.java \ @@ -5391,8 +5653,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 Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/cpu/ppc/vm/bytes_ppc.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -277,5 +277,9 @@ #if defined(TARGET_OS_ARCH_linux_ppc) #include "bytes_linux_ppc.inline.hpp" @@ -5403,8 +5665,8 @@ + #endif // CPU_PPC_VM_BYTES_PPC_HPP ---- ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/cpu/ppc/vm/interpreter_ppc.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -307,6 +307,8 @@ // Although AIX runs on big endian CPU, float is in most significant // word of an argument slot. @@ -5414,8 +5676,8 @@ #else #error "unknown OS" #endif ---- ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -780,6 +780,8 @@ // Although AIX runs on big endian CPU, float is in the most // significant word of an argument slot. @@ -5425,8 +5687,8 @@ #else #error "unknown OS" #endif ---- ./hotspot/src/cpu/x86/vm/interp_masm_x86_64.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/cpu/x86/vm/interp_masm_x86_64.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/cpu/x86/vm/interp_masm_x86_64.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/cpu/x86/vm/interp_masm_x86_64.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -650,7 +650,7 @@ bind(loop); @@ -5436,8 +5698,8 @@ jcc(Assembler::notEqual, exception); addptr(c_rarg1, entry_size); // otherwise advance to next entry ---- ./hotspot/src/cpu/x86/vm/interpreterRT_x86_64.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/cpu/x86/vm/interpreterRT_x86_64.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/cpu/x86/vm/interpreterRT_x86_64.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/cpu/x86/vm/interpreterRT_x86_64.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -428,10 +428,10 @@ _from -= Interpreter::stackElementSize; @@ -5451,8 +5713,8 @@ } } ---- ./hotspot/src/cpu/x86/vm/jni_x86.h Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/cpu/x86/vm/jni_x86.h Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/cpu/x86/vm/jni_x86.h Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/cpu/x86/vm/jni_x86.h Sun Feb 10 09:26:05 2019 -0800 @@ -34,7 +34,7 @@ #ifndef __has_attribute #define __has_attribute(x) 0 @@ -5462,8 +5724,8 @@ #define JNIEXPORT __attribute__((visibility("default"))) #define JNIIMPORT __attribute__((visibility("default"))) #else ---- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -2266,7 +2266,7 @@ if (!is_critical_native) { // reset handle block @@ -5473,8 +5735,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 Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -23,9 +23,12 @@ */ @@ -5489,8 +5751,8 @@ #include "asm/macroAssembler.hpp" #include "asm/macroAssembler.inline.hpp" #include "code/debugInfoRec.hpp" ---- ./hotspot/src/cpu/x86/vm/stubGenerator_x86_64.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/cpu/x86/vm/stubGenerator_x86_64.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/cpu/x86/vm/stubGenerator_x86_64.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/cpu/x86/vm/stubGenerator_x86_64.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -489,7 +489,7 @@ // make sure this code is only executed if there is a pending exception { @@ -5500,8 +5762,8 @@ __ jcc(Assembler::notEqual, L); __ stop("StubRoutines::forward exception: no pending exception (1)"); __ bind(L); ---- ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -1293,7 +1293,7 @@ // reset handle block @@ -5511,8 +5773,8 @@ // If result was an oop then unbox and save it in the frame { Label L; ---- ./hotspot/src/cpu/x86/vm/x86_32.ad Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/cpu/x86/vm/x86_32.ad Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/cpu/x86/vm/x86_32.ad Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/cpu/x86/vm/x86_32.ad Sun Feb 10 09:26:05 2019 -0800 @@ -1250,6 +1250,7 @@ @@ -5521,8 +5783,8 @@ } #ifndef PRODUCT ---- ./hotspot/src/os/aix/vm/os_aix.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/os/aix/vm/os_aix.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/os/aix/vm/os_aix.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/os/aix/vm/os_aix.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -5246,6 +5246,10 @@ return 0; } @@ -5535,7 +5797,7 @@ } --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,53 @@ +/* + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. @@ -5590,8 +5852,8 @@ + return false; +} +#endif ---- ./hotspot/src/os/bsd/vm/jsig.c Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/os/bsd/vm/jsig.c Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/os/bsd/vm/jsig.c Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/os/bsd/vm/jsig.c Sun Feb 10 09:26:05 2019 -0800 @@ -165,9 +165,8 @@ } @@ -5604,8 +5866,8 @@ static int call_os_sigaction(int sig, const struct sigaction *act, struct sigaction *oact) { ---- ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/os/bsd/vm/jvm_bsd.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -50,6 +50,7 @@ case INTERRUPT_SIGNAL: case SIGFPE: @@ -5715,8 +5977,8 @@ + jio_snprintf(buf, len, "SIG%s", signame); + return true; } ---- ./hotspot/src/os/bsd/vm/jvm_bsd.h Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/os/bsd/vm/jvm_bsd.h Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/os/bsd/vm/jvm_bsd.h Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/os/bsd/vm/jvm_bsd.h Sun Feb 10 09:26:05 2019 -0800 @@ -112,20 +112,6 @@ #define SHUTDOWN2_SIGNAL SIGINT #define SHUTDOWN3_SIGNAL SIGTERM @@ -5738,8 +6000,8 @@ #endif /* JVM_MD_H */ #endif // OS_BSD_VM_JVM_BSD_H ---- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/os/bsd/vm/osThread_bsd.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -30,7 +30,7 @@ void OSThread::pd_initialize() { @@ -5749,8 +6011,8 @@ _thread_id = 0; #else _thread_id = NULL; ---- ./hotspot/src/os/bsd/vm/os_bsd.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/os/bsd/vm/os_bsd.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -97,16 +97,31 @@ # include <sys/shm.h> #ifndef __APPLE__ @@ -6564,8 +6826,8 @@ } #ifndef PRODUCT ---- ./hotspot/src/os/bsd/vm/os_bsd.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/os/bsd/vm/os_bsd.hpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/os/bsd/vm/os_bsd.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/os/bsd/vm/os_bsd.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -58,12 +58,16 @@ // For signal flags diagnostics static int sigflags[MAXSIGNUM]; @@ -6654,8 +6916,8 @@ } }; ---- ./hotspot/src/os/bsd/vm/vmError_bsd.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/os/bsd/vm/vmError_bsd.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/os/bsd/vm/vmError_bsd.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/os/bsd/vm/vmError_bsd.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -33,30 +33,50 @@ #include <sys/syscall.h> #include <unistd.h> @@ -6717,8 +6979,8 @@ os::fork_and_exec(buf); yes = false; } ---- ./hotspot/src/os/linux/vm/os_linux.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/os/linux/vm/os_linux.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/os/linux/vm/os_linux.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/os/linux/vm/os_linux.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -6435,6 +6435,10 @@ return 0; } @@ -6730,8 +6992,8 @@ return strlen(buffer); } ---- ./hotspot/src/os/posix/vm/os_posix.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/os/posix/vm/os_posix.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/os/posix/vm/os_posix.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/os/posix/vm/os_posix.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -53,12 +53,11 @@ n = get_core_path(buffer, bufferSize); @@ -6755,7 +7017,7 @@ success = true; break; } -@@ -201,8 +200,13 @@ +@@ -211,8 +210,13 @@ if (rlim.rlim_cur == RLIM_INFINITY) st->print("infinity"); else st->print("%d", rlim.rlim_cur); @@ -6769,7 +7031,7 @@ if (rlim.rlim_cur == RLIM_INFINITY) st->print("infinity"); else st->print("%uk", rlim.rlim_cur >> 10); st->cr(); -@@ -222,7 +226,11 @@ +@@ -232,7 +236,11 @@ bool os::has_allocatable_memory_limit(julong* limit) { struct rlimit rlim; @@ -6781,7 +7043,7 @@ // if there was an error when calling getrlimit, assume that there is no limitation // on virtual memory. bool result; -@@ -721,8 +729,12 @@ +@@ -731,8 +739,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()." }, @@ -6794,8 +7056,8 @@ // Linux specific #ifdef SI_TKILL { SI_TKILL, "SI_TKILL", "Signal sent by tkill (pthread_kill)" }, ---- ./hotspot/src/os/solaris/vm/os_solaris.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/os/solaris/vm/os_solaris.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/os/solaris/vm/os_solaris.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/os/solaris/vm/os_solaris.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -6386,6 +6386,10 @@ return 0; } @@ -6808,7 +7070,7 @@ } --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os_cpu/bsd_ppc/vm/atomic_bsd_ppc.inline.hpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/atomic_bsd_ppc.inline.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,400 @@ +/* + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. @@ -7211,7 +7473,7 @@ + +#endif // OS_CPU_BSD_PPC_VM_ATOMIC_BSD_PPC_INLINE_HPP --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os_cpu/bsd_ppc/vm/bytes_bsd_ppc.inline.hpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/bytes_bsd_ppc.inline.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,39 @@ +/* + * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved. @@ -7253,7 +7515,7 @@ + +#endif // OS_CPU_BSD_PPC_VM_BYTES_BSD_PPC_INLINE_HPP --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os_cpu/bsd_ppc/vm/globals_bsd_ppc.hpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/globals_bsd_ppc.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,54 @@ +/* + * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved. @@ -7310,7 +7572,7 @@ + +#endif // OS_CPU_BSD_PPC_VM_GLOBALS_BSD_PPC_HPP --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os_cpu/bsd_ppc/vm/orderAccess_bsd_ppc.inline.hpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/orderAccess_bsd_ppc.inline.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,149 @@ +/* + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. @@ -7462,7 +7724,7 @@ + +#endif // OS_CPU_BSD_PPC_VM_ORDERACCESS_BSD_PPC_INLINE_HPP --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.cpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,666 @@ +/* + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. @@ -8131,7 +8393,7 @@ +} +#endif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.hpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/os_bsd_ppc.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved. @@ -8169,7 +8431,7 @@ + +#endif // OS_CPU_BSD_PPC_VM_OS_BSD_PPC_HPP --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os_cpu/bsd_ppc/vm/prefetch_bsd_ppc.inline.hpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/prefetch_bsd_ppc.inline.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,50 @@ +/* + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. @@ -8222,7 +8484,7 @@ + +#endif // OS_CPU_BSD_PPC_VM_PREFETCH_BSD_PPC_INLINE_HPP --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.cpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,39 @@ +/* + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. @@ -8264,7 +8526,7 @@ + os::thread_local_storage_at_put(ThreadLocalStorage::thread_index(), thread); +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.hpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/threadLS_bsd_ppc.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,36 @@ +/* + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. @@ -8303,7 +8565,7 @@ + +#endif // OS_CPU_BSD_PPC_VM_THREADLS_BSD_PPC_HPP --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,36 @@ +/* + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. @@ -8342,7 +8604,7 @@ + +void JavaThread::cache_global_variables() { } --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.hpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,83 @@ +/* + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. @@ -8428,7 +8690,7 @@ + +#endif // OS_CPU_BSD_PPC_VM_THREAD_BSD_PPC_HPP --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os_cpu/bsd_ppc/vm/vmStructs_bsd_ppc.hpp Sat Dec 01 12:42:05 2018 -0800 ++++ ./hotspot/src/os_cpu/bsd_ppc/vm/vmStructs_bsd_ppc.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -0,0 +1,55 @@ +/* + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. @@ -8485,8 +8747,8 @@ +#define VM_LONG_CONSTANTS_OS_CPU(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant) + +#endif // OS_CPU_BSD_PPC_VM_VMSTRUCTS_BSD_PPC_HPP ---- ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -281,11 +281,11 @@ address os::current_stack_pointer() { #if defined(__clang__) || defined(__llvm__) @@ -8522,8 +8784,8 @@ thread->doing_unsafe_access()) { stub = StubRoutines::handler_for_unsafe_access(); } ---- ./hotspot/src/share/vm/code/compiledIC.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/code/compiledIC.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/code/compiledIC.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/code/compiledIC.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -222,7 +222,7 @@ assert(bytecode == Bytecodes::_invokeinterface, ""); int itable_index = call_info->itable_index(); @@ -8533,8 +8795,8 @@ return false; } #ifdef ASSERT ---- ./hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -49,10 +49,11 @@ #define check_index(index, msg) \ @@ -8549,8 +8811,8 @@ " (%u) is not in committed area.", \ (index), \ p2i(address_for_index_raw(index)), \ ---- ./hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -668,7 +668,7 @@ jlong ret_val = now - _time_of_last_gc; // XXX See note in genCollectedHeap::millis_since_last_gc(). @@ -8560,8 +8822,8 @@ return 0; } return ret_val; ---- ./hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -3291,7 +3291,7 @@ jlong ret_val = now - _time_of_last_gc; // XXX See note in genCollectedHeap::millis_since_last_gc(). @@ -8571,8 +8833,8 @@ return 0; } return ret_val; ---- ./hotspot/src/share/vm/gc_implementation/shared/parGCAllocBuffer.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/gc_implementation/shared/parGCAllocBuffer.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/gc_implementation/shared/parGCAllocBuffer.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/gc_implementation/shared/parGCAllocBuffer.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -98,10 +98,10 @@ if (_allocated == 0) { assert(_unused == 0, @@ -8588,8 +8850,8 @@ _allocated, _wasted, _unused, _used)); _allocated = 1; ---- ./hotspot/src/share/vm/memory/genCollectedHeap.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/memory/genCollectedHeap.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/memory/genCollectedHeap.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/memory/genCollectedHeap.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -1403,7 +1403,7 @@ // back a time later than 'now'. jlong retVal = now - tolgc_cl.time(); @@ -8599,8 +8861,8 @@ return 0; } return retVal; ---- ./hotspot/src/share/vm/memory/generation.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/memory/generation.hpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/memory/generation.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/memory/generation.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -422,7 +422,7 @@ // have to guard against non-monotonicity. NOT_PRODUCT( @@ -8610,8 +8872,8 @@ } ) return _time_of_last_gc; ---- ./hotspot/src/share/vm/memory/referenceProcessor.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/memory/referenceProcessor.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/memory/referenceProcessor.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/memory/referenceProcessor.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -161,7 +161,7 @@ NOT_PRODUCT( @@ -8621,30 +8883,8 @@ _soft_ref_timestamp_clock, now); } ) ---- ./hotspot/src/share/vm/opto/lcm.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/opto/lcm.cpp Sat Dec 01 12:42:05 2018 -0800 -@@ -49,7 +49,7 @@ - // Check whether val is not-null-decoded compressed oop, - // i.e. will grab into the base of the heap if it represents NULL. - static bool accesses_heap_base_zone(Node *val) { -- if (Universe::narrow_oop_base() > 0) { // Implies UseCompressedOops. -+ if (Universe::narrow_oop_base() != NULL) { // Implies UseCompressedOops. - if (val && val->is_Mach()) { - if (val->as_Mach()->ideal_Opcode() == Op_DecodeN) { - // This assumes all Decodes with TypePtr::NotNull are matched to nodes that ---- ./hotspot/src/share/vm/opto/loopPredicate.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/opto/loopPredicate.cpp Sat Dec 01 12:42:05 2018 -0800 -@@ -869,7 +869,7 @@ - Node* idx = cmp->in(1); - assert(!invar.is_invariant(idx), "index is variant"); - Node* rng = cmp->in(2); -- assert(rng->Opcode() == Op_LoadRange || _igvn.type(rng)->is_int() >= 0, "must be"); -+ assert(rng->Opcode() == Op_LoadRange || _igvn.type(rng)->is_int()->_lo >= 0, "must be"); - assert(invar.is_invariant(rng), "range must be invariant"); - int scale = 1; - Node* offset = zero; ---- ./hotspot/src/share/vm/opto/node.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/opto/node.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/opto/node.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/opto/node.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -286,6 +286,10 @@ #ifdef _MSC_VER // the IDX_INIT hack falls foul of warning C4355 #pragma warning( disable:4355 ) // 'this' : used in base member initializer list @@ -8667,8 +8907,8 @@ //------------------------------clone------------------------------------------ // Clone a Node. ---- ./hotspot/src/share/vm/prims/unsafe.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/prims/unsafe.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/prims/unsafe.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/prims/unsafe.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -985,7 +985,7 @@ UNSAFE_END @@ -8678,8 +8918,8 @@ // define a class but do not make it known to the class loader or system dictionary // - host_class: supplies context for linkage, access control, protection domain, and class loader // - data: bytes of a class file, a raw memory address (length gives the number of bytes) ---- ./hotspot/src/share/vm/prims/whitebox.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/prims/whitebox.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/prims/whitebox.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/prims/whitebox.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -158,8 +158,10 @@ } WB_END @@ -8701,8 +8941,8 @@ // Can't be in VM when we call JNI. ThreadToNativeFromVM ttnfv(thread); const char* lf = env->GetStringUTFChars(libfile, NULL); ---- ./hotspot/src/share/vm/runtime/atomic.inline.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/runtime/atomic.inline.hpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/runtime/atomic.inline.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/runtime/atomic.inline.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -63,6 +63,9 @@ #endif @@ -8713,8 +8953,8 @@ #ifdef TARGET_OS_ARCH_bsd_x86 # include "atomic_bsd_x86.inline.hpp" #endif ---- ./hotspot/src/share/vm/runtime/globals.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/runtime/globals.hpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/runtime/globals.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/runtime/globals.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -94,6 +94,9 @@ #ifdef TARGET_OS_ARCH_aix_ppc # include "globals_aix_ppc.hpp" @@ -8725,8 +8965,8 @@ #ifdef TARGET_OS_ARCH_bsd_x86 # include "globals_bsd_x86.hpp" #endif ---- ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/runtime/orderAccess.inline.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -64,6 +64,9 @@ #endif @@ -8737,9 +8977,9 @@ #ifdef TARGET_OS_ARCH_bsd_x86 # include "orderAccess_bsd_x86.inline.hpp" #endif ---- ./hotspot/src/share/vm/runtime/os.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/runtime/os.cpp Sat Dec 01 12:42:05 2018 -0800 -@@ -434,15 +434,6 @@ +--- ./hotspot/src/share/vm/runtime/os.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/runtime/os.cpp Sun Feb 10 09:26:05 2019 -0800 +@@ -442,15 +442,6 @@ if (_native_java_library == NULL) { vm_exit_during_initialization("Unable to load native library", ebuf); } @@ -8755,9 +8995,9 @@ } static jboolean onLoaded = JNI_FALSE; if (onLoaded) { ---- ./hotspot/src/share/vm/runtime/os.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/runtime/os.hpp Sat Dec 01 12:42:05 2018 -0800 -@@ -868,6 +868,9 @@ +--- ./hotspot/src/share/vm/runtime/os.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/runtime/os.hpp Sun Feb 10 09:26:05 2019 -0800 +@@ -871,6 +871,9 @@ #ifdef TARGET_OS_ARCH_aix_ppc # include "os_aix_ppc.hpp" #endif @@ -8767,8 +9007,8 @@ #ifdef TARGET_OS_ARCH_bsd_x86 # include "os_bsd_x86.hpp" #endif ---- ./hotspot/src/share/vm/runtime/prefetch.inline.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/runtime/prefetch.inline.hpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/runtime/prefetch.inline.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/runtime/prefetch.inline.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -63,6 +63,9 @@ #endif @@ -8779,8 +9019,8 @@ #ifdef TARGET_OS_ARCH_bsd_x86 # include "prefetch_bsd_x86.inline.hpp" #endif ---- ./hotspot/src/share/vm/runtime/thread.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/runtime/thread.hpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/runtime/thread.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/runtime/thread.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -1730,6 +1730,9 @@ #ifdef TARGET_OS_ARCH_aix_ppc # include "thread_aix_ppc.hpp" @@ -8791,8 +9031,8 @@ #ifdef TARGET_OS_ARCH_bsd_x86 # include "thread_bsd_x86.hpp" #endif ---- ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/runtime/threadLocalStorage.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -75,6 +75,9 @@ #ifdef TARGET_OS_ARCH_aix_ppc # include "threadLS_aix_ppc.hpp" @@ -8803,19 +9043,8 @@ #ifdef TARGET_OS_ARCH_bsd_x86 # include "threadLS_bsd_x86.hpp" #endif ---- ./hotspot/src/share/vm/runtime/virtualspace.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/runtime/virtualspace.cpp Sat Dec 01 12:42:05 2018 -0800 -@@ -342,7 +342,7 @@ - (UseCompressedOops && (Universe::narrow_oop_base() != NULL) && - Universe::narrow_oop_use_implicit_null_checks()) ? - lcm(os::vm_page_size(), alignment) : 0) { -- if (base() > 0) { -+ if (base() != NULL) { - MemTracker::record_virtual_memory_type((address)base(), mtJavaHeap); - } - ---- ./hotspot/src/share/vm/runtime/vmStructs.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/runtime/vmStructs.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/runtime/vmStructs.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/runtime/vmStructs.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -146,6 +146,9 @@ #ifdef TARGET_OS_ARCH_aix_ppc # include "vmStructs_aix_ppc.hpp" @@ -8835,19 +9064,8 @@ \ NOT_ZERO(X86_ONLY(declare_constant(frame::entry_frame_call_wrapper_offset))) \ declare_constant(frame::pc_return_offset) \ ---- ./hotspot/src/share/vm/services/mallocSiteTable.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/services/mallocSiteTable.hpp Sat Dec 01 12:42:05 2018 -0800 -@@ -42,7 +42,7 @@ - - public: - MallocSite() : -- AllocationSite<MemoryCounter>(NativeCallStack::EMPTY_STACK), _flags(mtNone) {} -+ AllocationSite<MemoryCounter>(NativeCallStack::EMPTY_STACK()), _flags(mtNone) {} - - MallocSite(const NativeCallStack& stack, MEMFLAGS flags) : - AllocationSite<MemoryCounter>(stack), _flags(flags) {} ---- ./hotspot/src/share/vm/services/memTracker.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/services/memTracker.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/services/memTracker.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/services/memTracker.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -67,10 +67,6 @@ os::unsetenv(buf); } @@ -8859,55 +9077,8 @@ if (!MallocTracker::initialize(level) || !VirtualMemoryTracker::initialize(level)) { level = NMT_off; ---- ./hotspot/src/share/vm/services/memTracker.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/services/memTracker.hpp Sat Dec 01 12:42:05 2018 -0800 -@@ -31,8 +31,8 @@ - - #if !INCLUDE_NMT - --#define CURRENT_PC NativeCallStack::EMPTY_STACK --#define CALLER_PC NativeCallStack::EMPTY_STACK -+#define CURRENT_PC NativeCallStack::EMPTY_STACK() -+#define CALLER_PC NativeCallStack::EMPTY_STACK() - - class Tracker : public StackObj { - public: -@@ -83,9 +83,9 @@ - extern volatile bool NMT_stack_walkable; - - #define CURRENT_PC ((MemTracker::tracking_level() == NMT_detail && NMT_stack_walkable) ? \ -- NativeCallStack(0, true) : NativeCallStack::EMPTY_STACK) -+ NativeCallStack(0, true) : NativeCallStack::EMPTY_STACK()) - #define CALLER_PC ((MemTracker::tracking_level() == NMT_detail && NMT_stack_walkable) ? \ -- NativeCallStack(1, true) : NativeCallStack::EMPTY_STACK) -+ NativeCallStack(1, true) : NativeCallStack::EMPTY_STACK()) - - class MemBaseline; - class Mutex; ---- ./hotspot/src/share/vm/services/virtualMemoryTracker.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/services/virtualMemoryTracker.cpp Sat Dec 01 12:42:05 2018 -0800 -@@ -167,7 +167,7 @@ - // higher part - address high_base = addr + sz; - size_t high_size = top - high_base; -- CommittedMemoryRegion high_rgn(high_base, high_size, NativeCallStack::EMPTY_STACK); -+ CommittedMemoryRegion high_rgn(high_base, high_size, NativeCallStack::EMPTY_STACK()); - return add_committed_region(high_rgn); - } else { - return false; ---- ./hotspot/src/share/vm/services/virtualMemoryTracker.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/services/virtualMemoryTracker.hpp Sat Dec 01 12:42:05 2018 -0800 -@@ -305,7 +305,7 @@ - - - ReservedMemoryRegion(address base, size_t size) : -- VirtualMemoryRegion(base, size), _stack(NativeCallStack::EMPTY_STACK), _flag(mtNone), -+ VirtualMemoryRegion(base, size), _stack(NativeCallStack::EMPTY_STACK()), _flag(mtNone), - _all_committed(false) { } - - // Copy constructor ---- ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -30,6 +30,11 @@ // This file holds compiler-dependent includes, // globally used constants & types, class (forward) @@ -8939,33 +9110,8 @@ #define CAN_USE_NAN_DEFINE 1 #endif ---- ./hotspot/src/share/vm/utilities/nativeCallStack.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/utilities/nativeCallStack.cpp Sat Dec 01 12:42:05 2018 -0800 -@@ -27,7 +27,10 @@ - #include "utilities/globalDefinitions.hpp" - #include "utilities/nativeCallStack.hpp" - --const NativeCallStack NativeCallStack::EMPTY_STACK(0, false); -+const NativeCallStack& NativeCallStack::EMPTY_STACK() { -+ static const NativeCallStack empty(0, false); -+ return empty; -+} - - NativeCallStack::NativeCallStack(int toSkip, bool fillStack) : - _hash_value(0) { ---- ./hotspot/src/share/vm/utilities/nativeCallStack.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/utilities/nativeCallStack.hpp Sat Dec 01 12:42:05 2018 -0800 -@@ -53,7 +53,7 @@ - */ - class NativeCallStack : public StackObj { - public: -- static const NativeCallStack EMPTY_STACK; -+ static const NativeCallStack& EMPTY_STACK(); - - private: - address _stack[NMT_TrackingStackDepth]; ---- ./hotspot/src/share/vm/utilities/vmError.cpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/utilities/vmError.cpp Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/src/share/vm/utilities/vmError.cpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/utilities/vmError.cpp Sun Feb 10 09:26:05 2019 -0800 @@ -22,7 +22,6 @@ * */ @@ -8974,8 +9120,17 @@ #include "precompiled.hpp" #include "compiler/compileBroker.hpp" #include "gc_interface/collectedHeap.hpp" ---- ./hotspot/src/share/vm/utilities/vmError.hpp Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/src/share/vm/utilities/vmError.hpp Sat Dec 01 12:42:05 2018 -0800 +@@ -399,7 +398,7 @@ + case OOM_MMAP_ERROR: + if (_size) { + st->print("# Native memory allocation "); +- st->print((_id == (int)OOM_MALLOC_ERROR) ? "(malloc) failed to allocate " : ++ st->print((_id == (unsigned int)OOM_MALLOC_ERROR) ? "(malloc) failed to allocate " : + "(mmap) failed to map "); + jio_snprintf(buf, sizeof(buf), SIZE_FORMAT, _size); + st->print("%s", buf); +--- ./hotspot/src/share/vm/utilities/vmError.hpp Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/src/share/vm/utilities/vmError.hpp Sun Feb 10 09:26:05 2019 -0800 @@ -34,7 +34,7 @@ friend class VM_ReportJavaOutOfMemory; friend class Decoder; @@ -8985,8 +9140,8 @@ // Windows exceptions: 0xCxxxxxxx system errors // 0x8xxxxxxx system warnings ---- ./jdk/make/CompileDemos.gmk Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/CompileDemos.gmk Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/CompileDemos.gmk Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/CompileDemos.gmk Sun Feb 10 09:27:00 2019 -0800 @@ -323,7 +323,7 @@ $(eval $(call SetupJVMTIDemo,hprof, java_crw_demo, \ -I$(JDK_TOPDIR)/src/share/npt -I$(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/npt \ @@ -8996,8 +9151,8 @@ $(eval $(call SetupJVMTIDemo,minst, agent_util java_crw_demo)) $(eval $(call SetupJVMTIDemo,mtrace, agent_util java_crw_demo)) ---- ./jdk/make/CompileJavaClasses.gmk Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/CompileJavaClasses.gmk Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/CompileJavaClasses.gmk Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/CompileJavaClasses.gmk Sun Feb 10 09:27:00 2019 -0800 @@ -128,23 +128,32 @@ sun/nio/fs/LinuxFileStore.java \ sun/nio/fs/LinuxFileSystem.java \ @@ -9035,7 +9190,7 @@ sun/tools/attach/BsdAttachProvider.java \ sun/tools/attach/BsdVirtualMachine.java endif -@@ -231,9 +240,9 @@ +@@ -227,9 +236,9 @@ # Exclude another implicitly not included file. EXFILES += sun/util/locale/AsciiUtil.java @@ -9047,7 +9202,7 @@ # EXFILES += sun/nio/fs/PollingWatchService.java endif -@@ -268,21 +277,26 @@ +@@ -264,21 +273,26 @@ $(wildcard $(JDK_TOPDIR)/src/closed/$(OPENJDK_TARGET_OS_API_DIR)/classes) endif @@ -9082,7 +9237,7 @@ endif # The security classes should not end up in the classes directory as that will prevent them -@@ -332,6 +346,7 @@ +@@ -328,6 +342,7 @@ SRC:=$(JDK_TOPDIR)/src/share/classes \ $(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/classes \ $(MACOSX_SRC_DIRS) \ @@ -9090,7 +9245,7 @@ $(AIX_SRC_DIRS) \ $(JDK_OUTPUTDIR)/gensrc \ $(JDK_OUTPUTDIR)/gensrc_no_srczip \ -@@ -351,7 +366,7 @@ +@@ -347,7 +362,7 @@ SETUP := GENERATE_JDKBYTECODE, \ SRC := $(JDK_TOPDIR)/src/share/classes \ $(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/classes \ @@ -9099,8 +9254,8 @@ $(CLOSED_SRC_DIRS), \ INCLUDES := $(SECURITY_PKGS), \ EXCLUDES := $(EXCLUDES), \ ---- ./jdk/make/CompileLaunchers.gmk Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/CompileLaunchers.gmk Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/CompileLaunchers.gmk Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/CompileLaunchers.gmk Sun Feb 10 09:27:00 2019 -0800 @@ -49,7 +49,7 @@ ORIGIN_ROOT := /.. endif @@ -9205,8 +9360,8 @@ BUILD_JSPAWNHELPER := 1 endif ---- ./jdk/make/CopyFiles.gmk Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/CopyFiles.gmk Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/CopyFiles.gmk Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/CopyFiles.gmk Sun Feb 10 09:27:00 2019 -0800 @@ -29,6 +29,8 @@ ifeq ($(OPENJDK_TARGET_OS), windows) @@ -9216,7 +9371,7 @@ else ifeq ($(OPENJDK_TARGET_OS), macosx) OPENJDK_TARGET_OS_INCLUDE = $(INCLUDEDIR)/darwin endif -@@ -335,23 +337,23 @@ +@@ -344,23 +346,23 @@ $(RM) $(@) # Now check for other permutations ifeq ($(JVM_VARIANT_SERVER), true) @@ -9249,8 +9404,8 @@ endif endif endif ---- ./jdk/make/Images.gmk Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/Images.gmk Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/Images.gmk Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/Images.gmk Sun Feb 10 09:27:00 2019 -0800 @@ -236,11 +236,11 @@ endif @@ -9321,7 +9476,7 @@ ################################################################################ --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/make/data/classlist/classlist.bsd Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/make/data/classlist/classlist.bsd Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,2559 @@ +java/lang/Object +java/lang/String @@ -11882,8 +12037,8 @@ +java/awt/MenuBar +sun/awt/X11/XErrorEvent +# eea35d9d56e0006e ---- ./jdk/make/gendata/GendataFontConfig.gmk Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/gendata/GendataFontConfig.gmk Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/gendata/GendataFontConfig.gmk Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/gendata/GendataFontConfig.gmk Sun Feb 10 09:27:00 2019 -0800 @@ -73,6 +73,13 @@ GENDATA_FONT_CONFIG_SRC_PREFIX := aix. endif @@ -11898,8 +12053,8 @@ ### $(GENDATA_FONT_CONFIG_DST)/%.src: \ ---- ./jdk/make/lib/Awt2dLibraries.gmk Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/lib/Awt2dLibraries.gmk Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/lib/Awt2dLibraries.gmk Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/lib/Awt2dLibraries.gmk Sun Feb 10 09:27:00 2019 -0800 @@ -306,7 +306,7 @@ debug_trace.c \ debug_util.c @@ -11934,7 +12089,7 @@ ifeq ($(MILESTONE), internal) LIBAWT_XAWT_CFLAGS += -DINTERNAL_BUILD endif -@@ -621,6 +632,11 @@ +@@ -623,6 +634,11 @@ LIBAWT_XAWT_LDFLAGS += -lpthread endif @@ -11946,7 +12101,7 @@ $(eval $(call SetupNativeCompilation,BUILD_LIBAWT_XAWT, \ LIBRARY := awt_xawt, \ OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \ -@@ -635,6 +651,7 @@ +@@ -637,6 +653,7 @@ $(X_LIBS) $(LIBAWT_XAWT_LDFLAGS) \ $(call SET_SHARED_LIBRARY_ORIGIN) \ $(call SET_SHARED_LIBRARY_ORIGIN,/..), \ @@ -11954,7 +12109,7 @@ LDFLAGS_SUFFIX := $(LIBAWT_XAWT_LDFLAGS_SUFFIX), \ VERSIONINFO_RESOURCE := $(JDK_TOPDIR)/src/windows/resource/version.rc, \ RC_FLAGS := $(RC_FLAGS) \ -@@ -678,6 +695,7 @@ +@@ -680,6 +697,7 @@ LDFLAGS_SUFFIX_macosx := $(LIBM) -lawt -ljava -ljvm, \ LDFLAGS_SUFFIX_linux := -lm -lawt -ljava -ljvm, \ LDFLAGS_SUFFIX_aix := -lm -lawt -ljava -ljvm,\ @@ -11962,7 +12117,7 @@ VERSIONINFO_RESOURCE := $(JDK_TOPDIR)/src/windows/resource/version.rc, \ RC_FLAGS := $(RC_FLAGS) \ -D "JDK_FNAME=lcms.dll" \ -@@ -834,6 +852,7 @@ +@@ -836,6 +854,7 @@ LDFLAGS_SUFFIX_linux := -ljvm -lawt -lm $(LIBDL) -ljava, \ LDFLAGS_SUFFIX_aix := -ljvm -lawt -ljava,\ LDFLAGS_SUFFIX_solaris := $(LIBDL) -ljvm -lawt -lm -ljava $(LIBCXX) -lc, \ @@ -11970,7 +12125,7 @@ OBJECT_DIR := $(JDK_OUTPUTDIR)/objs/libawt_headless, \ DEBUG_SYMBOLS := $(DEBUG_ALL_BINARIES))) -@@ -916,6 +935,7 @@ +@@ -918,6 +937,7 @@ LDFLAGS_SUFFIX_linux := -lawt $(LIBM) $(LIBCXX) -ljava -ljvm -lc, \ LDFLAGS_SUFFIX_solaris := -lawt -lawt_headless -lc $(LIBM) $(LIBCXX) -ljava -ljvm, \ LDFLAGS_SUFFIX_aix := -lawt -lawt_headless $(LIBM) $(LIBCXX) -ljava -ljvm,\ @@ -11978,7 +12133,7 @@ LDFLAGS_SUFFIX_macosx := -lawt $(LIBM) $(LIBCXX) -undefined dynamic_lookup \ -ljava -ljvm, \ LDFLAGS_SUFFIX_windows := $(WIN_JAVA_LIB) advapi32.lib user32.lib gdi32.lib \ -@@ -1059,6 +1079,7 @@ +@@ -1061,6 +1081,7 @@ OPTIMIZATION := LOW, \ CFLAGS := $(CFLAGS_JDKLIB), \ CFLAGS_linux := $(HEADLESS_CFLAG), \ @@ -11986,7 +12141,7 @@ CFLAGS_macosx := -I$(JDK_TOPDIR)/src/solaris/native/sun/awt, \ MAPFILE := $(JDK_TOPDIR)/make/mapfiles/libjawt/mapfile-vers, \ LDFLAGS := $(LDFLAGS_JDKLIB) \ -@@ -1067,6 +1088,7 @@ +@@ -1069,6 +1090,7 @@ LDFLAGS_SUFFIX_linux := $(JAWT_LIBS) $(LDFLAGS_JDKLIB_SUFFIX), \ LDFLAGS_SUFFIX_aix := $(JAWT_LIBS) $(LDFLAGS_JDKLIB_SUFFIX),\ LDFLAGS_SUFFIX_solaris := $(JAWT_LIBS) $(LDFLAGS_JDKLIB_SUFFIX) -lXrender, \ @@ -11994,7 +12149,7 @@ LDFLAGS_SUFFIX_macosx := -Xlinker -rpath -Xlinker @loader_path $(JAWT_LIBS) \ -framework Cocoa $(LDFLAGS_JDKLIB_SUFFIX), \ OBJECT_DIR := $(JDK_OUTPUTDIR)/objs/libjawt, \ -@@ -1185,7 +1207,7 @@ +@@ -1134,7 +1156,7 @@ $(JDK_TOPDIR)/src/share/native/sun/awt/splashscreen ifeq ($(USE_EXTERNAL_LIBGIF), true) @@ -12003,7 +12158,7 @@ else LIBSPLASHSCREEN_DIRS += $(JDK_TOPDIR)/src/share/native/sun/awt/giflib GIFLIB_CFLAGS := -I$(JDK_TOPDIR)/src/share/native/sun/awt/giflib -@@ -1235,7 +1257,7 @@ +@@ -1184,7 +1206,7 @@ -framework JavaNativeFoundation else ifeq ($(OPENJDK_TARGET_OS), windows) LIBSPLASHSCREEN_LDFLAGS_SUFFIX += kernel32.lib user32.lib gdi32.lib delayimp.lib -DELAYLOAD:user32.dll @@ -12012,8 +12167,8 @@ LIBSPLASHSCREEN_LDFLAGS_SUFFIX += $(X_LIBS) -lX11 -lXext $(LIBM) -lpthread endif ---- ./jdk/make/lib/CoreLibraries.gmk Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/lib/CoreLibraries.gmk Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/lib/CoreLibraries.gmk Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/lib/CoreLibraries.gmk Sun Feb 10 09:27:00 2019 -0800 @@ -100,7 +100,7 @@ endif @@ -12100,8 +12255,8 @@ LDFLAGS_macosx := -liconv, \ LDFLAGS_SUFFIX_windows := -export:nptInitialize -export:nptTerminate, \ LDFLAGS_SUFFIX_solaris := -lc, \ ---- ./jdk/make/lib/NetworkingLibraries.gmk Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/lib/NetworkingLibraries.gmk Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/lib/NetworkingLibraries.gmk Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/lib/NetworkingLibraries.gmk Sun Feb 10 09:27:00 2019 -0800 @@ -42,7 +42,7 @@ LIBNET_EXCLUDE_FILES += linux_close.c endif @@ -12128,10 +12283,10 @@ LDFLAGS_SUFFIX_aix := $(LIBDL) -ljvm -ljava,\ + LDFLAGS_SUFFIX_bsd := -ljvm -pthread -ljava, \ LDFLAGS_SUFFIX_windows := ws2_32.lib jvm.lib secur32.lib iphlpapi.lib \ - delayimp.lib $(WIN_JAVA_LIB) advapi32.lib \ + delayimp.lib urlmon.lib $(WIN_JAVA_LIB) advapi32.lib \ -DELAYLOAD:secur32.dll -DELAYLOAD:iphlpapi.dll, \ ---- ./jdk/make/lib/NioLibraries.gmk Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/lib/NioLibraries.gmk Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/lib/NioLibraries.gmk Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/lib/NioLibraries.gmk Sun Feb 10 09:27:00 2019 -0800 @@ -77,9 +77,28 @@ UnixNativeDispatcher.c endif @@ -12192,8 +12347,8 @@ endif + endif endif ---- ./jdk/make/lib/ServiceabilityLibraries.gmk Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/lib/ServiceabilityLibraries.gmk Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/lib/ServiceabilityLibraries.gmk Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/lib/ServiceabilityLibraries.gmk Sun Feb 10 09:27:00 2019 -0800 @@ -34,7 +34,7 @@ ifneq ($(OPENJDK_TARGET_OS), linux) LIBATTACH_EXCLUDE_FILES += LinuxVirtualMachine.c @@ -12277,8 +12432,8 @@ ifeq ($(ENABLE_DEBUG_SYMBOLS), true) LIBHPROF_OPTIMIZATION := LOW endif ---- ./jdk/make/lib/SoundLibraries.gmk Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/lib/SoundLibraries.gmk Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/lib/SoundLibraries.gmk Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/lib/SoundLibraries.gmk Sun Feb 10 09:27:00 2019 -0800 @@ -75,6 +75,13 @@ LIBJSOUND_CFLAGS += -DX_PLATFORM=X_AIX endif # OPENJDK_TARGET_OS aix @@ -12293,7 +12448,7 @@ ifeq ($(OPENJDK_TARGET_OS), macosx) LIBJSOUND_LANG := C++ LIBJSOUND_CFLAGS += -DX_PLATFORM=X_MACOSX \ -@@ -196,12 +203,14 @@ +@@ -200,12 +207,14 @@ CFLAGS := $(CFLAGS_JDKLIB) $(ALSA_CFLAGS) \ $(LIBJSOUND_CFLAGS) \ -DUSE_DAUDIO=TRUE \ @@ -12310,8 +12465,8 @@ LDFLAGS_SUFFIX := $(ALSA_LIBS) -ljava -ljvm, \ OBJECT_DIR := $(JDK_OUTPUTDIR)/objs/libjsoundalsa, \ DEBUG_SYMBOLS := $(DEBUG_ALL_BINARIES))) ---- ./jdk/make/mapfiles/launchers/mapfile-ppc64 Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/mapfiles/launchers/mapfile-ppc64 Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/mapfiles/launchers/mapfile-ppc64 Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/mapfiles/launchers/mapfile-ppc64 Sun Feb 10 09:27:00 2019 -0800 @@ -33,6 +33,7 @@ environ; # Public symbols and required by Java run time _environ; @@ -12320,8 +12475,8 @@ local: *; ---- ./jdk/make/mapfiles/launchers/mapfile-x86 Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/mapfiles/launchers/mapfile-x86 Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/mapfiles/launchers/mapfile-x86 Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/mapfiles/launchers/mapfile-x86 Sun Feb 10 09:27:00 2019 -0800 @@ -33,6 +33,7 @@ environ; # Public symbols and required by Java run time _environ; @@ -12330,8 +12485,8 @@ ___Argv; # The following are private, but as they are _start; # exported from ctr1/crtn, the clever hacker _init; # might know about them. However note, that ---- ./jdk/make/mapfiles/launchers/mapfile-x86_64 Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/mapfiles/launchers/mapfile-x86_64 Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/mapfiles/launchers/mapfile-x86_64 Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/mapfiles/launchers/mapfile-x86_64 Sun Feb 10 09:27:00 2019 -0800 @@ -33,6 +33,7 @@ environ; # Public symbols and required by Java run time _environ; @@ -12341,7 +12496,7 @@ local: *; --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/make/mapfiles/libattach/mapfile-bsd Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/make/mapfiles/libattach/mapfile-bsd Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,42 @@ +# +# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. @@ -12386,7 +12541,7 @@ + *; +}; --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/make/mapfiles/libnio/mapfile-bsd Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/make/mapfiles/libnio/mapfile-bsd Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,195 @@ +# +# Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved. @@ -12429,11 +12584,11 @@ + Java_sun_nio_ch_FileChannelImpl_close0; + Java_sun_nio_ch_FileChannelImpl_initIDs; + Java_sun_nio_ch_FileChannelImpl_map0; -+ Java_sun_nio_ch_FileChannelImpl_position0; + Java_sun_nio_ch_FileChannelImpl_transferTo0; + Java_sun_nio_ch_FileChannelImpl_unmap0; + Java_sun_nio_ch_FileDispatcherImpl_close0; + Java_sun_nio_ch_FileDispatcherImpl_closeIntFD; ++ Java_sun_nio_ch_FileDispatcherImpl_seek0; + Java_sun_nio_ch_FileDispatcherImpl_force0; + Java_sun_nio_ch_FileDispatcherImpl_init; + Java_sun_nio_ch_FileDispatcherImpl_lock0; @@ -12583,8 +12738,8 @@ + local: + *; +}; ---- ./jdk/make/mapfiles/libunpack/mapfile-vers-unpack200 Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/mapfiles/libunpack/mapfile-vers-unpack200 Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/mapfiles/libunpack/mapfile-vers-unpack200 Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/mapfiles/libunpack/mapfile-vers-unpack200 Sun Feb 10 09:27:00 2019 -0800 @@ -26,6 +26,9 @@ # Define library interface. @@ -12596,7 +12751,7 @@ *; }; --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/make/netbeans/common/bsd-sources.ent Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/make/netbeans/common/bsd-sources.ent Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> + @@ -12644,7 +12799,7 @@ + <location>${root}/src/bsd/classes</location> +</source-folder> --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/make/netbeans/common/bsd-view.ent Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/make/netbeans/common/bsd-view.ent Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> + @@ -12685,8 +12840,8 @@ + <includes>${includes}</includes> + <excludes>${excludes}</excludes> +</source-folder> ---- ./jdk/make/netbeans/common/java-data-native.ent Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/netbeans/common/java-data-native.ent Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/netbeans/common/java-data-native.ent Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/netbeans/common/java-data-native.ent Sun Feb 10 09:27:00 2019 -0800 @@ -34,6 +34,7 @@ <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/4"> <compilation-unit> @@ -12695,8 +12850,8 @@ <package-root>${root}/src/macosx/classes</package-root> <package-root>${root}/src/solaris/classes</package-root> <package-root>${root}/src/windows/classes</package-root> ---- ./jdk/make/netbeans/common/make.xml Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/netbeans/common/make.xml Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/netbeans/common/make.xml Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/netbeans/common/make.xml Sun Feb 10 09:27:00 2019 -0800 @@ -32,16 +32,21 @@ --> @@ -12731,8 +12886,8 @@ <macrodef name="make-run"> <attribute name="target"/> <attribute name="dir"/> ---- ./jdk/make/netbeans/j2se/nbproject/project.xml Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/netbeans/j2se/nbproject/project.xml Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/netbeans/j2se/nbproject/project.xml Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/netbeans/j2se/nbproject/project.xml Sun Feb 10 09:27:00 2019 -0800 @@ -34,6 +34,7 @@ <!DOCTYPE project [ <!ENTITY properties SYSTEM "../../common/properties.ent"> @@ -12765,8 +12920,8 @@ &macosx-view; &unix-view; &windows-view; ---- ./jdk/make/netbeans/world/nbproject/project.xml Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/make/netbeans/world/nbproject/project.xml Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/make/netbeans/world/nbproject/project.xml Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/make/netbeans/world/nbproject/project.xml Sun Feb 10 09:27:00 2019 -0800 @@ -34,12 +34,14 @@ <!DOCTYPE project [ <!ENTITY properties SYSTEM "../../common/properties.ent"> @@ -12799,7 +12954,7 @@ &unix-view; &windows-view; --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/src/bsd/classes/java/net/DefaultInterface.java Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/src/bsd/classes/java/net/DefaultInterface.java Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,97 @@ +/* + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. @@ -12899,7 +13054,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/src/bsd/classes/sun/nio/ch/DefaultSelectorProvider.java Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/src/bsd/classes/sun/nio/ch/DefaultSelectorProvider.java Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,48 @@ +/* + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. @@ -12950,7 +13105,7 @@ + +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueArrayWrapper.java Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueArrayWrapper.java Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,213 @@ +/* + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. @@ -13166,7 +13321,7 @@ + private static native void interrupt(int fd); +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueSelectorImpl.java Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueSelectorImpl.java Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,263 @@ +/* + * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. @@ -13432,7 +13587,7 @@ + } +} --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueSelectorProvider.java Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/src/bsd/classes/sun/nio/ch/KQueueSelectorProvider.java Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. @@ -13478,8 +13633,8 @@ + return new KQueueSelectorImpl(this); + } +} ---- ./jdk/src/bsd/doc/man/javah.1 Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/bsd/doc/man/javah.1 Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/bsd/doc/man/javah.1 Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/bsd/doc/man/javah.1 Sun Feb 10 09:27:00 2019 -0800 @@ -8,7 +8,7 @@ .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT @@ -13498,8 +13653,8 @@ \fIWindows\fR: ---- ./jdk/src/bsd/doc/man/rmic.1 Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/bsd/doc/man/rmic.1 Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/bsd/doc/man/rmic.1 Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/bsd/doc/man/rmic.1 Sun Feb 10 09:27:00 2019 -0800 @@ -8,7 +8,7 @@ .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT @@ -13527,8 +13682,8 @@ .SH SEE\ ALSO .TP 0.2i \(bu ---- ./jdk/src/bsd/doc/man/rmid.1 Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/bsd/doc/man/rmid.1 Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/bsd/doc/man/rmid.1 Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/bsd/doc/man/rmid.1 Sun Feb 10 09:27:00 2019 -0800 @@ -8,7 +8,7 @@ .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT @@ -13548,7 +13703,7 @@ .TP 0.2i \(bu --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/src/bsd/native/sun/nio/ch/KQueueArrayWrapper.c Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/src/bsd/native/sun/nio/ch/KQueueArrayWrapper.c Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,171 @@ +/* + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. @@ -13721,7 +13876,7 @@ + } +} + ---- ./jdk/src/macosx/classes/java/net/DefaultInterface.java Sat Oct 06 10:26:40 2018 +0100 +--- ./jdk/src/macosx/classes/java/net/DefaultInterface.java Sat Dec 08 11:51:25 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,97 +0,0 @@ -/* @@ -13821,7 +13976,7 @@ - return (ppp != null) ? ppp : loopback; - } -} ---- ./jdk/src/macosx/classes/sun/nio/ch/DefaultSelectorProvider.java Sat Oct 06 10:26:40 2018 +0100 +--- ./jdk/src/macosx/classes/sun/nio/ch/DefaultSelectorProvider.java Sat Dec 08 11:51:25 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -/* @@ -13872,7 +14027,7 @@ - } - -} ---- ./jdk/src/macosx/classes/sun/nio/ch/KQueueArrayWrapper.java Sat Oct 06 10:26:40 2018 +0100 +--- ./jdk/src/macosx/classes/sun/nio/ch/KQueueArrayWrapper.java Sat Dec 08 11:51:25 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,213 +0,0 @@ -/* @@ -14088,7 +14243,7 @@ - long timeout); - private static native void interrupt(int fd); -} ---- ./jdk/src/macosx/classes/sun/nio/ch/KQueueSelectorImpl.java Sat Oct 06 10:26:40 2018 +0100 +--- ./jdk/src/macosx/classes/sun/nio/ch/KQueueSelectorImpl.java Sat Dec 08 11:51:25 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,263 +0,0 @@ -/* @@ -14354,7 +14509,7 @@ - return this; - } -} ---- ./jdk/src/macosx/classes/sun/nio/ch/KQueueSelectorProvider.java Sat Oct 06 10:26:40 2018 +0100 +--- ./jdk/src/macosx/classes/sun/nio/ch/KQueueSelectorProvider.java Sat Dec 08 11:51:25 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,44 +0,0 @@ -/* @@ -14401,7 +14556,7 @@ - return new KQueueSelectorImpl(this); - } -} ---- ./jdk/src/macosx/native/sun/nio/ch/KQueueArrayWrapper.c Sat Oct 06 10:26:40 2018 +0100 +--- ./jdk/src/macosx/native/sun/nio/ch/KQueueArrayWrapper.c Sat Dec 08 11:51:25 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,171 +0,0 @@ -/* @@ -14575,8 +14730,8 @@ - } -} - ---- ./jdk/src/share/bin/jli_util.h Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/bin/jli_util.h Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/bin/jli_util.h Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/bin/jli_util.h Sun Feb 10 09:27:00 2019 -0800 @@ -87,7 +87,7 @@ #define _LARGFILE64_SOURCE #define JLI_Lseek lseek64 @@ -14586,8 +14741,8 @@ #define JLI_Lseek lseek #endif #ifdef _AIX ---- ./jdk/src/share/classes/sun/awt/FontConfiguration.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/classes/sun/awt/FontConfiguration.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/classes/sun/awt/FontConfiguration.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/classes/sun/awt/FontConfiguration.java Sun Feb 10 09:27:00 2019 -0800 @@ -1146,7 +1146,7 @@ */ HashMap<String, Boolean> existsMap; @@ -14597,8 +14752,8 @@ return false; } else if (existsMap == null) { existsMap = new HashMap<String, Boolean>(); ---- ./jdk/src/share/classes/sun/awt/OSInfo.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/classes/sun/awt/OSInfo.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/classes/sun/awt/OSInfo.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/classes/sun/awt/OSInfo.java Sun Feb 10 09:27:00 2019 -0800 @@ -39,6 +39,7 @@ WINDOWS, LINUX, @@ -14618,8 +14773,8 @@ if (osName.contains("OS X")) { return MACOSX; } ---- ./jdk/src/share/classes/sun/font/FontUtilities.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/classes/sun/font/FontUtilities.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/classes/sun/font/FontUtilities.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/classes/sun/font/FontUtilities.java Sun Feb 10 09:27:00 2019 -0800 @@ -48,6 +48,8 @@ public static boolean isLinux; @@ -14638,8 +14793,8 @@ isMacOSX = osName.contains("OS X"); // TODO: MacOSX String t2kStr = System.getProperty("sun.java2d.font.scaler"); ---- ./jdk/src/share/classes/sun/font/SunFontManager.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/classes/sun/font/SunFontManager.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/classes/sun/font/SunFontManager.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/classes/sun/font/SunFontManager.java Sun Feb 10 09:27:00 2019 -0800 @@ -418,7 +418,7 @@ * registerFonts method as on-screen these JRE fonts * always go through the T2K rasteriser. @@ -14649,8 +14804,8 @@ /* Linux font configuration uses these fonts */ registerFontDir(jreFontDirName); } ---- ./jdk/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Sun Feb 10 09:27:00 2019 -0800 @@ -1306,7 +1306,7 @@ String osName = AccessController.doPrivileged( new GetPropertyAction("os.name")); @@ -14660,8 +14815,8 @@ charset("x-COMPOUND_TEXT", "COMPOUND_TEXT", new String[] { "COMPOUND_TEXT", // JDK historical ---- ./jdk/src/share/classes/sun/print/PSPrinterJob.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/classes/sun/print/PSPrinterJob.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/classes/sun/print/PSPrinterJob.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/classes/sun/print/PSPrinterJob.java Sun Feb 10 09:27:00 2019 -0800 @@ -1587,9 +1587,31 @@ } @@ -14696,8 +14851,8 @@ if ((pFlags & PRINTER) != 0) { execCmd[n++] = "-P" + printer; } ---- ./jdk/src/share/classes/sun/security/jgss/GSSManagerImpl.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/classes/sun/security/jgss/GSSManagerImpl.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/classes/sun/security/jgss/GSSManagerImpl.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/classes/sun/security/jgss/GSSManagerImpl.java Sun Feb 10 09:27:00 2019 -0800 @@ -48,6 +48,7 @@ public Boolean run() { String osname = System.getProperty("os.name"); @@ -14706,8 +14861,8 @@ osname.contains("OS X") || osname.startsWith("Linux")) { return new Boolean(System.getProperty ---- ./jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java Sun Feb 10 09:27:00 2019 -0800 @@ -90,6 +90,12 @@ "libgssapi_krb5.so", "libgssapi_krb5.so.2", @@ -14721,8 +14876,8 @@ } else if (osname.contains("OS X")) { gssLibs = new String[]{ "libgssapi_krb5.dylib", ---- ./jdk/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider Sun Feb 10 09:27:00 2019 -0800 @@ -31,4 +31,5 @@ #[windows]sun.tools.attach.WindowsAttachProvider #[linux]sun.tools.attach.LinuxAttachProvider @@ -14730,7 +14885,7 @@ +#[bsd]sun.tools.attach.BsdAttachProvider #[aix]sun.tools.attach.AixAttachProvider --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/src/share/lib/security/java.security-bsd Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/src/share/lib/security/java.security-bsd Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,983 @@ +# +# This is the "master security properties file". @@ -15353,8 +15508,8 @@ +# +# Example: +# jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048 -+jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \ -+ EC keySize < 224, DES40_CBC, RC4_40, 3DES_EDE_CBC ++jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \ ++ EC keySize < 224, 3DES_EDE_CBC, anon, NULL + +# Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS) +# processing in JSSE implementation. @@ -15715,8 +15870,8 @@ +# and javax.crypto.spec.SecretKeySpec and rejects all the others. +jceks.key.serialFilter = java.lang.Enum;java.security.KeyRep;\ + java.security.KeyRep$Type;javax.crypto.spec.SecretKeySpec;!* ---- ./jdk/src/share/native/com/sun/java/util/jar/pack/jni.cpp Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/com/sun/java/util/jar/pack/jni.cpp Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/com/sun/java/util/jar/pack/jni.cpp Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/com/sun/java/util/jar/pack/jni.cpp Sun Feb 10 09:27:00 2019 -0800 @@ -292,7 +292,7 @@ if (uPtr->aborting()) { @@ -15735,8 +15890,8 @@ size_t consumed = uPtr->input_consumed(); free_unpacker(env, pObj, uPtr); return consumed; ---- ./jdk/src/share/native/com/sun/java/util/jar/pack/zip.cpp Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/com/sun/java/util/jar/pack/zip.cpp Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/com/sun/java/util/jar/pack/zip.cpp Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/com/sun/java/util/jar/pack/zip.cpp Sun Feb 10 09:27:00 2019 -0800 @@ -62,7 +62,7 @@ #endif // End of ZLIB @@ -15746,8 +15901,8 @@ #define SWAP_BYTES(a) \ ((((a) << 8) & 0xff00) | 0x00ff) & (((a) >> 8) | 0xff00) #else ---- ./jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c Sun Feb 10 09:27:00 2019 -0800 @@ -121,7 +121,7 @@ } @@ -15775,8 +15930,8 @@ #define MAP_NATIVE2LE16(a) (a) #define MAP_NATIVE2BE16(a) MAP_SWAP16_impl(a) #define MAP_NATIVE2LE32(a) (a) ---- ./jdk/src/share/native/com/sun/media/sound/Utilities.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/com/sun/media/sound/Utilities.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/com/sun/media/sound/Utilities.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/com/sun/media/sound/Utilities.c Sun Feb 10 09:27:00 2019 -0800 @@ -28,7 +28,7 @@ @@ -15786,8 +15941,8 @@ return 0; #else return 1; ---- ./jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Sun Feb 10 09:27:00 2019 -0800 @@ -40,7 +40,7 @@ #endif #endif @@ -15797,8 +15952,8 @@ #define __HI(x) *(1+(int*)&x) #define __LO(x) *(int*)&x #define __HIp(x) *(1+(int*)x) ---- ./jdk/src/share/native/sun/awt/image/awt_parseImage.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/image/awt_parseImage.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/image/awt_parseImage.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/image/awt_parseImage.c Sun Feb 10 09:27:00 2019 -0800 @@ -624,7 +624,7 @@ switch(type) { case java_awt_image_BufferedImage_TYPE_INT_ARGB: @@ -15826,8 +15981,8 @@ colorOrder[0] = 2; colorOrder[1] = 1; colorOrder[2] = 0; ---- ./jdk/src/share/native/sun/awt/medialib/awt_ImagingLib.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/awt_ImagingLib.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/awt_ImagingLib.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/awt_ImagingLib.c Sun Feb 10 09:27:00 2019 -0800 @@ -1198,7 +1198,7 @@ #define NLUT 8 @@ -15837,8 +15992,8 @@ #define INDEXES { 3, 2, 1, 0, 7, 6, 5, 4 } #else #define INDEXES { 0, 1, 2, 3, 4, 5, 6, 7 } ---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c Sun Feb 10 09:27:00 2019 -0800 @@ -86,7 +86,7 @@ #endif /* MLIB_USE_FTOI_CLAMPING */ @@ -15878,8 +16033,8 @@ #endif /* _NO_LONGLONG */ ---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c Sun Feb 10 09:27:00 2019 -0800 @@ -126,7 +126,7 @@ #define D2I(x) CLAMP_S32((x) SAT_OFF) @@ -15919,8 +16074,8 @@ #endif /* _NO_LONGLONG */ /***************************************************************/ ---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c Sun Feb 10 09:27:00 2019 -0800 @@ -94,7 +94,7 @@ #define D2I(x) CLAMP_S32((x) SAT_OFF) @@ -15960,8 +16115,8 @@ #endif /* _NO_LONGLONG */ /***************************************************************/ ---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c Sun Feb 10 09:27:00 2019 -0800 @@ -126,7 +126,7 @@ #define D2I(x) CLAMP_S32((x) SAT_OFF) @@ -16001,8 +16156,8 @@ #endif /* _NO_LONGLONG */ /***************************************************************/ ---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c Sun Feb 10 09:27:00 2019 -0800 @@ -95,7 +95,7 @@ #define D2I(x) CLAMP_S32((x) SAT_OFF) @@ -16042,8 +16197,8 @@ #endif /* _NO_LONGLONG */ /***************************************************************/ ---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c Sun Feb 10 09:27:00 2019 -0800 @@ -126,7 +126,7 @@ #define D2I(x) CLAMP_S32((x) SAT_OFF) @@ -16083,8 +16238,8 @@ #endif /* _NO_LONGLONG */ /***************************************************************/ ---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c Sun Feb 10 09:27:00 2019 -0800 @@ -94,7 +94,7 @@ #define D2I(x) CLAMP_S32((x) SAT_OFF) @@ -16124,8 +16279,8 @@ #endif /* _NO_LONGLONG */ /***************************************************************/ ---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c Sun Feb 10 09:27:00 2019 -0800 @@ -95,7 +95,7 @@ dst = dp[0]; if (ld_offset + size < 32) { @@ -16345,8 +16500,8 @@ } #else /* _LONGLONG */ ---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c Sun Feb 10 09:27:00 2019 -0800 @@ -168,7 +168,7 @@ } @@ -16627,8 +16782,8 @@ dp[12] = t0; dp[13] = t1; dp[14] = t2; ---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c Sun Feb 10 09:27:00 2019 -0800 @@ -88,7 +88,7 @@ } d64_2_f32; @@ -16780,8 +16935,8 @@ ((mlib_u32*)lh)[0] = l; ((mlib_u32*)lh)[1] = l; ((mlib_u32*)lh)[2] = l; ((mlib_u32*)lh)[3] = h; ---- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageUtils.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageUtils.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_ImageUtils.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_ImageUtils.c Sun Feb 10 09:27:00 2019 -0800 @@ -30,7 +30,7 @@ typedef union { mlib_d64 db; @@ -16791,8 +16946,8 @@ mlib_s32 int1, int0; #else mlib_s32 int0, int1; ---- ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c Sun Feb 10 09:27:00 2019 -0800 @@ -275,11 +275,11 @@ for (i = 0; j <= (b_size - 4); j += 4, i++) { src0 = src1; @@ -16891,8 +17046,8 @@ s0 = s1; dp += SIZE; sp += SIZE; ---- ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c Sun Feb 10 09:27:00 2019 -0800 @@ -120,7 +120,7 @@ } \ } @@ -18125,8 +18280,8 @@ dp[12] = t0; dp[13] = t1; dp[14] = t2; ---- ./jdk/src/share/native/sun/awt/medialib/mlib_image.h Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_image.h Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_image.h Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_image.h Sun Feb 10 09:27:00 2019 -0800 @@ -27,9 +27,6 @@ #ifndef MLIB_IMAGE_H #define MLIB_IMAGE_H @@ -18137,8 +18292,8 @@ #include <mlib_types.h> #include <mlib_status.h> #include <mlib_sys.h> ---- ./jdk/src/share/native/sun/awt/medialib/mlib_sys.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/awt/medialib/mlib_sys.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/awt/medialib/mlib_sys.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/awt/medialib/mlib_sys.c Sun Feb 10 09:27:00 2019 -0800 @@ -29,7 +29,7 @@ #ifdef MACOSX #include <unistd.h> @@ -18158,8 +18313,8 @@ #else return (void *) memalign(8, size); #endif /* _MSC_VER */ ---- ./jdk/src/share/native/sun/font/layout/LEStandalone.h Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/font/layout/LEStandalone.h Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/font/layout/LEStandalone.h Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/font/layout/LEStandalone.h Sun Feb 10 09:27:00 2019 -0800 @@ -136,7 +136,7 @@ #define U_CAPI extern "C" @@ -18169,8 +18324,8 @@ #define U_IS_BIG_ENDIAN 0 #endif #endif ---- ./jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c Sun Feb 10 09:27:00 2019 -0800 @@ -182,7 +182,7 @@ return 0L; } @@ -18180,8 +18335,8 @@ /* Reversing data packed into int for LE archs */ if (isInIntPacked) { inFormatter ^= DOSWAP_SH(1); ---- ./jdk/src/share/native/sun/management/DiagnosticCommandImpl.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/share/native/sun/management/DiagnosticCommandImpl.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/share/native/sun/management/DiagnosticCommandImpl.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/share/native/sun/management/DiagnosticCommandImpl.c Sun Feb 10 09:27:00 2019 -0800 @@ -27,6 +27,7 @@ #include <jni.h> #include "management.h" @@ -18190,8 +18345,8 @@ JNIEXPORT void JNICALL Java_sun_management_DiagnosticCommandImpl_setNotificationEnabled (JNIEnv *env, jobject dummy, jboolean enabled) { ---- ./jdk/src/solaris/back/util_md.h Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/back/util_md.h Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/back/util_md.h Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/back/util_md.h Sun Feb 10 09:27:00 2019 -0800 @@ -51,7 +51,7 @@ /* On little endian machines, convert java big endian numbers. */ @@ -18201,8 +18356,8 @@ #define HOST_TO_JAVA_CHAR(x) (((x & 0xff) << 8) | ((x >> 8) & (0xff))) #define HOST_TO_JAVA_SHORT(x) (((x & 0xff) << 8) | ((x >> 8) & (0xff))) ---- ./jdk/src/solaris/bin/ergo_i586.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/bin/ergo_i586.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/bin/ergo_i586.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/bin/ergo_i586.c Sun Feb 10 09:27:00 2019 -0800 @@ -106,7 +106,7 @@ #endif /* __solaris__ */ @@ -18221,8 +18376,8 @@ /* * Routines shared by solaris-i586 and linux-i586. ---- ./jdk/src/solaris/bin/java_md_solinux.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/bin/java_md_solinux.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/bin/java_md_solinux.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/bin/java_md_solinux.c Sun Feb 10 09:27:00 2019 -0800 @@ -35,6 +35,9 @@ #include <sys/stat.h> #include <unistd.h> @@ -18314,8 +18469,8 @@ } int ---- ./jdk/src/solaris/bin/java_md_solinux.h Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/bin/java_md_solinux.h Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/bin/java_md_solinux.h Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/bin/java_md_solinux.h Sun Feb 10 09:27:00 2019 -0800 @@ -26,17 +26,26 @@ #ifndef JAVA_MD_SOLINUX_H #define JAVA_MD_SOLINUX_H @@ -18356,8 +18511,8 @@ #else /* !__solaris__, i.e. Linux, AIX,.. */ static const char *system_dir = "/usr/java"; static const char *user_dir = "/java"; ---- ./jdk/src/solaris/classes/java/lang/UNIXProcess.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/classes/java/lang/UNIXProcess.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/classes/java/lang/UNIXProcess.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/classes/java/lang/UNIXProcess.java Sun Feb 10 09:27:00 2019 -0800 @@ -82,6 +82,8 @@ LINUX(LaunchMechanism.VFORK, LaunchMechanism.FORK), @@ -18405,8 +18560,8 @@ case BSD: case AIX: // There is a risk that pid will be recycled, causing us to ---- ./jdk/src/solaris/classes/sun/awt/X11FontManager.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/classes/sun/awt/X11FontManager.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/classes/sun/awt/X11FontManager.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/classes/sun/awt/X11FontManager.java Sun Feb 10 09:27:00 2019 -0800 @@ -234,7 +234,7 @@ if (fontID != null) { fileName = (String)fontNameMap.get(fontID); @@ -18434,8 +18589,8 @@ (!mFontConfig.foundOsSpecificFile() || !mFontConfig.fontFilesArePresent()) || (FontUtilities.isSolaris && !mFontConfig.fontFilesArePresent()))) { ---- ./jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties Sun Feb 10 09:27:00 2019 -0800 @@ -26,134 +26,134 @@ # Version @@ -18698,8 +18853,8 @@ +filename.NanumGothic_Bold=/usr/local/lib/X11/fonts/nanum-ttf/NanumGothicBold.ttf +filename.NanumMyeongjo=/usr/local/lib/X11/fonts/nanum-ttf/NanumMyeongjo.ttf +filename.NanumMyeongjo_Bold=/usr/local/lib/X11/fonts/nanum-ttf/NanumMyeongjoBold.ttf ---- ./jdk/src/solaris/classes/sun/net/PortConfig.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/classes/sun/net/PortConfig.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/classes/sun/net/PortConfig.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/classes/sun/net/PortConfig.java Sun Feb 10 09:27:00 2019 -0800 @@ -52,7 +52,7 @@ } else if (os.startsWith("SunOS")) { defaultLower = 32768; @@ -18709,8 +18864,8 @@ defaultLower = 49152; defaultUpper = 65535; } else if (os.startsWith("AIX")) { ---- ./jdk/src/solaris/classes/sun/nio/ch/DefaultAsynchronousChannelProvider.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/classes/sun/nio/ch/DefaultAsynchronousChannelProvider.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/classes/sun/nio/ch/DefaultAsynchronousChannelProvider.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/classes/sun/nio/ch/DefaultAsynchronousChannelProvider.java Sun Feb 10 09:27:00 2019 -0800 @@ -66,7 +66,7 @@ return createProvider("sun.nio.ch.SolarisAsynchronousChannelProvider"); if (osname.equals("Linux")) @@ -18720,8 +18875,19 @@ return createProvider("sun.nio.ch.BsdAsynchronousChannelProvider"); if (osname.equals("AIX")) return createProvider("sun.nio.ch.AixAsynchronousChannelProvider"); ---- ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystem.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystem.java Sun Feb 10 09:27:00 2019 -0800 +@@ -73,7 +73,7 @@ + * Returns object to iterate over mount entries + */ + @Override +- Iterable<UnixMountEntry> getMountEntries() { ++ List<UnixMountEntry> getMountEntries() { + ArrayList<UnixMountEntry> entries = new ArrayList<UnixMountEntry>(); + try { + long iter = BsdNativeDispatcher.getfsstat(); +--- ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java Sun Feb 10 09:27:00 2019 -0800 @@ -25,10 +25,14 @@ package sun.nio.fs; @@ -18755,8 +18921,8 @@ + new MagicFileTypeDetector()); + } } ---- ./jdk/src/solaris/classes/sun/nio/fs/DefaultFileSystemProvider.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/classes/sun/nio/fs/DefaultFileSystemProvider.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/classes/sun/nio/fs/DefaultFileSystemProvider.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/classes/sun/nio/fs/DefaultFileSystemProvider.java Sun Feb 10 09:27:00 2019 -0800 @@ -61,6 +61,8 @@ return createProvider("sun.nio.fs.SolarisFileSystemProvider"); if (osname.equals("Linux")) @@ -18766,8 +18932,8 @@ if (osname.contains("OS X")) return createProvider("sun.nio.fs.MacOSXFileSystemProvider"); if (osname.equals("AIX")) ---- ./jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Sun Feb 10 09:27:00 2019 -0800 @@ -161,6 +161,7 @@ static boolean isBSD() { @@ -18791,8 +18957,8 @@ "/usr/sbin/lpc status all | grep -E '^[ 0-9a-zA-Z_-]*@' | awk -F'@' '{print $1}' | sort" }; ---- ./jdk/src/solaris/classes/sun/tools/attach/BsdVirtualMachine.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/classes/sun/tools/attach/BsdVirtualMachine.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/classes/sun/tools/attach/BsdVirtualMachine.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/classes/sun/tools/attach/BsdVirtualMachine.java Sun Feb 10 09:27:00 2019 -0800 @@ -273,7 +273,7 @@ try { b = s.getBytes("UTF-8"); @@ -18802,8 +18968,8 @@ } BsdVirtualMachine.write(fd, b, 0, b.length); } ---- ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Sun Feb 10 09:27:00 2019 -0800 @@ -675,6 +675,7 @@ return -1; } @@ -18820,8 +18986,8 @@ } else if (err == -EAGAIN) { TRACE0("xrun_recovery: EAGAIN try again flag.\n"); return 0; ---- ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c Sun Feb 10 09:27:00 2019 -0800 @@ -140,7 +140,7 @@ (float) ((int) sr->samp_rates[s]), DAUDIO_PCM, /* encoding - let's only do PCM */ @@ -18831,8 +18997,8 @@ FALSE /* little endian */ #else (bits[b] > 8)?TRUE:FALSE /* big endian */ ---- ./jdk/src/solaris/native/common/jni_util_md.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/common/jni_util_md.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/common/jni_util_md.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/common/jni_util_md.c Sun Feb 10 09:27:00 2019 -0800 @@ -28,6 +28,7 @@ #include "jni.h" #include "jni_util.h" @@ -18841,8 +19007,8 @@ jstring nativeNewStringPlatform(JNIEnv *env, const char *str) { return NULL; ---- ./jdk/src/solaris/native/java/lang/java_props_md.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/java/lang/java_props_md.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/java/lang/java_props_md.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/java/lang/java_props_md.c Sun Feb 10 09:27:00 2019 -0800 @@ -111,7 +111,7 @@ lc = setlocale(cat, NULL); #endif @@ -18877,8 +19043,8 @@ /* user properties */ { ---- ./jdk/src/solaris/native/java/net/Inet4AddressImpl.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/java/net/Inet4AddressImpl.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/java/net/Inet4AddressImpl.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/java/net/Inet4AddressImpl.c Sun Feb 10 09:27:00 2019 -0800 @@ -36,20 +36,13 @@ #include <stdlib.h> #include <ctype.h> @@ -18919,8 +19085,8 @@ error = getaddrinfo(hostname, NULL, &hints, &res); if (error) { ---- ./jdk/src/solaris/native/java/net/Inet6AddressImpl.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/java/net/Inet6AddressImpl.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/java/net/Inet6AddressImpl.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/java/net/Inet6AddressImpl.c Sun Feb 10 09:27:00 2019 -0800 @@ -33,7 +33,7 @@ #include <strings.h> #include <stdlib.h> @@ -18962,8 +19128,8 @@ #ifdef AF_INET6 /* Try once, with our static buffer. */ memset(&hints, 0, sizeof(hints)); ---- ./jdk/src/solaris/native/java/net/NetworkInterface.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/java/net/NetworkInterface.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/java/net/NetworkInterface.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/java/net/NetworkInterface.c Sun Feb 10 09:27:00 2019 -0800 @@ -58,14 +58,19 @@ #include <sys/param.h> #include <sys/ioctl.h> @@ -18986,8 +19152,8 @@ #include "jvm.h" #include "jni_util.h" ---- ./jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c Sun Feb 10 09:27:00 2019 -0800 @@ -2243,7 +2243,7 @@ } } @@ -18997,8 +19163,8 @@ if (family == AF_INET6 && index == 0) { index = getDefaultScopeID(env); } ---- ./jdk/src/solaris/native/java/net/PlainSocketImpl.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/java/net/PlainSocketImpl.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/java/net/PlainSocketImpl.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/java/net/PlainSocketImpl.c Sun Feb 10 09:27:00 2019 -0800 @@ -215,6 +215,7 @@ } @@ -19015,8 +19181,8 @@ #endif /* AF_INET6 */ /* ---- ./jdk/src/solaris/native/java/net/bsd_close.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/java/net/bsd_close.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/java/net/bsd_close.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/java/net/bsd_close.c Sun Feb 10 09:27:00 2019 -0800 @@ -320,11 +320,8 @@ } @@ -19106,8 +19272,8 @@ } +#endif } ---- ./jdk/src/solaris/native/java/net/net_util_md.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/java/net/net_util_md.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/java/net/net_util_md.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/java/net/net_util_md.c Sun Feb 10 09:27:00 2019 -0800 @@ -46,6 +46,10 @@ #endif #endif @@ -19128,8 +19294,28 @@ static jclass ni_class = NULL; static jfieldID ni_defaultIndexID; if (ni_class == NULL) { ---- ./jdk/src/solaris/native/java/util/TimeZone_md.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/java/util/TimeZone_md.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/java/nio/MappedByteBuffer.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/java/nio/MappedByteBuffer.c Sun Feb 10 09:27:00 2019 -0800 +@@ -36,6 +36,9 @@ + Java_java_nio_MappedByteBuffer_isLoaded0(JNIEnv *env, jobject obj, jlong address, + jlong len, jint numPages) + { ++#ifdef __OpenBSD__ ++ return JNI_FALSE; ++#else + jboolean loaded = JNI_TRUE; + int result = 0; + int i = 0; +@@ -66,6 +69,7 @@ + } + free(vec); + return loaded; ++#endif + } + + +--- ./jdk/src/solaris/native/java/util/TimeZone_md.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/java/util/TimeZone_md.c Sun Feb 10 09:27:00 2019 -0800 @@ -56,7 +56,11 @@ #endif @@ -19193,8 +19379,8 @@ } -#endif /* MACOSX */ +#endif /* _ALLBSD_SOURCE */ ---- ./jdk/src/solaris/native/sun/awt/awt_Font.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/awt/awt_Font.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/awt/awt_Font.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/awt/awt_Font.c Sun Feb 10 09:27:00 2019 -0800 @@ -255,7 +255,7 @@ if (strcmp(style, "regular") == 0) { altstyle = "roman"; @@ -19204,8 +19390,8 @@ if (!strcmp(family, "lucidasans")) { family = "lucida"; } ---- ./jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c Sun Feb 10 09:27:00 2019 -0800 @@ -121,7 +121,7 @@ */ @@ -19290,9 +19476,9 @@ #endif /* HEADLESS */ return point; } ---- ./jdk/src/solaris/native/sun/awt/awt_InputMethod.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/awt/awt_InputMethod.c Sat Dec 01 12:24:15 2018 -0800 -@@ -52,7 +52,7 @@ +--- ./jdk/src/solaris/native/sun/awt/awt_InputMethod.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/awt/awt_InputMethod.c Sun Feb 10 09:27:00 2019 -0800 +@@ -53,7 +53,7 @@ XIMPreeditDrawCallbackStruct *); static void PreeditCaretCallback(XIC, XPointer, XIMPreeditCaretCallbackStruct *); @@ -19301,7 +19487,7 @@ static void StatusStartCallback(XIC, XPointer, XPointer); static void StatusDoneCallback(XIC, XPointer, XPointer); static void StatusDrawCallback(XIC, XPointer, -@@ -66,7 +66,7 @@ +@@ -67,7 +67,7 @@ #define PreeditDoneIndex 1 #define PreeditDrawIndex 2 #define PreeditCaretIndex 3 @@ -19310,7 +19496,7 @@ #define StatusStartIndex 4 #define StatusDoneIndex 5 #define StatusDrawIndex 6 -@@ -84,14 +84,14 @@ +@@ -85,14 +85,14 @@ (XIMProc)PreeditDoneCallback, (XIMProc)PreeditDrawCallback, (XIMProc)PreeditCaretCallback, @@ -19327,7 +19513,7 @@ #define MAX_STATUS_LEN 100 typedef struct { Window w; /*status window id */ -@@ -124,7 +124,7 @@ +@@ -125,7 +125,7 @@ XIMCallback *callbacks; /* callback parameters */ jobject x11inputmethod; /* global ref to X11InputMethod instance */ /* associated with the XIC */ @@ -19336,7 +19522,7 @@ StatusWindow *statusWindow; /* our own status window */ #endif char *lookup_buf; /* buffer used for XmbLookupString */ -@@ -370,7 +370,7 @@ +@@ -371,7 +371,7 @@ static void freeX11InputMethodData(JNIEnv *env, X11InputMethodData *pX11IMData) { @@ -19345,7 +19531,7 @@ if (pX11IMData->statusWindow != NULL){ StatusWindow *sw = pX11IMData->statusWindow; XFreeGC(awt_display, sw->lightGC); -@@ -473,7 +473,7 @@ +@@ -474,7 +474,7 @@ pX11IMData = getX11InputMethodData(env, currentX11InputMethodInstance); if (pX11IMData == NULL) { @@ -19354,7 +19540,7 @@ return False; #else return result; -@@ -481,7 +481,7 @@ +@@ -482,7 +482,7 @@ } if ((ic = pX11IMData->current_ic) == (XIC)0){ @@ -19363,7 +19549,7 @@ return False; #else return result; -@@ -573,7 +573,7 @@ +@@ -574,7 +574,7 @@ return result; } @@ -19372,7 +19558,7 @@ static StatusWindow *createStatusWindow( Window parent) { StatusWindow *statusWindow; -@@ -886,7 +886,7 @@ +@@ -887,7 +887,7 @@ } } } @@ -19381,7 +19567,7 @@ /* * Creates two XICs, one for active clients and the other for passive * clients. All information on those XICs are stored in the -@@ -929,7 +929,7 @@ +@@ -930,7 +930,7 @@ return FALSE ; } @@ -19390,7 +19576,7 @@ on_the_spot_styles |= XIMStatusNothing; /*kinput does not support XIMPreeditCallbacks and XIMStatusArea -@@ -942,9 +942,9 @@ +@@ -943,9 +943,9 @@ break; } } @@ -19402,7 +19588,7 @@ for (i = 0; i < im_styles->count_styles; i++) { active_styles |= im_styles->supported_styles[i] & on_the_spot_styles; -@@ -998,7 +998,7 @@ +@@ -999,7 +999,7 @@ NULL); if (preedit == (XVaNestedList)NULL) goto err; @@ -19411,7 +19597,7 @@ /*always try XIMStatusCallbacks for active client...*/ { status = (XVaNestedList)XVaCreateNestedList(0, -@@ -1020,7 +1020,7 @@ +@@ -1021,7 +1021,7 @@ XFree((void *)status); XFree((void *)preedit); } @@ -19420,7 +19606,7 @@ pX11IMData->ic_active = XCreateIC(X11im, XNClientWindow, w, XNFocusWindow, w, -@@ -1028,7 +1028,7 @@ +@@ -1029,7 +1029,7 @@ XNPreeditAttributes, preedit, NULL); XFree((void *)preedit); @@ -19429,7 +19615,7 @@ } else { pX11IMData->ic_active = XCreateIC(X11im, XNClientWindow, w, -@@ -1188,7 +1188,7 @@ +@@ -1189,7 +1189,7 @@ } @@ -19438,7 +19624,7 @@ static void StatusStartCallback(XIC ic, XPointer client_data, XPointer call_data) { -@@ -1256,7 +1256,7 @@ +@@ -1257,7 +1257,7 @@ finally: AWT_UNLOCK(); } @@ -19447,7 +19633,7 @@ static void CommitStringCallback(XIC ic, XPointer client_data, XPointer call_data) { JNIEnv *env = GetJNIEnv(); -@@ -1353,14 +1353,14 @@ +@@ -1354,14 +1354,14 @@ /* Use IMInstantiate call back only on Linux, as there is a bug in Solaris (4768335) */ @@ -19464,7 +19650,7 @@ } #endif -@@ -1395,9 +1395,9 @@ +@@ -1396,9 +1396,9 @@ globalRef = (*env)->NewGlobalRef(env, this); pX11IMData->x11inputmethod = globalRef; @@ -19476,7 +19662,7 @@ pX11IMData->lookup_buf = 0; pX11IMData->lookup_buf_len = 0; -@@ -1447,14 +1447,14 @@ +@@ -1448,14 +1448,14 @@ setXICFocus(pX11IMData->current_ic, req); currentX11InputMethodInstance = pX11IMData->x11inputmethod; currentFocusWindow = w; @@ -19493,7 +19679,7 @@ onoffStatusWindow(pX11IMData, 0, False); if (pX11IMData->current_ic != NULL) #endif -@@ -1471,7 +1471,7 @@ +@@ -1472,7 +1472,7 @@ Java_sun_awt_X11InputMethod_turnoffStatusWindow(JNIEnv *env, jobject this) { @@ -19502,7 +19688,7 @@ X11InputMethodData *pX11IMData; StatusWindow *statusWindow; -@@ -1639,7 +1639,7 @@ +@@ -1640,7 +1640,7 @@ JNIEXPORT void JNICALL Java_sun_awt_X11_XInputMethod_adjustStatusWindow (JNIEnv *env, jobject this, jlong window) { @@ -19511,8 +19697,8 @@ AWT_LOCK(); adjustStatusWindow(window); AWT_UNLOCK(); ---- ./jdk/src/solaris/native/sun/awt/awt_Robot.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/awt/awt_Robot.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/awt/awt_Robot.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/awt/awt_Robot.c Sun Feb 10 09:27:00 2019 -0800 @@ -48,7 +48,7 @@ #include "wsutils.h" #include "list.h" @@ -19522,25 +19708,262 @@ #include <sys/socket.h> #endif ---- ./jdk/src/solaris/native/sun/awt/extutil.h Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/awt/extutil.h Sat Dec 01 12:24:15 2018 -0800 -@@ -58,7 +58,7 @@ - */ - /* $XFree86: xc/include/extensions/extutil.h,v 1.5 2001/01/17 17:53:20 dawes Exp $ */ - --#if defined(__linux__) || defined(MACOSX) +--- /dev/null Thu Jan 01 00:00:00 1970 +0000 ++++ ./jdk/src/solaris/native/sun/awt/extutil.h Sun Feb 10 09:27:00 2019 -0800 +@@ -0,0 +1,251 @@ ++/* ++ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ++ * ++ * This code is free software; you can redistribute it and/or modify it ++ * under the terms of the GNU General Public License version 2 only, as ++ * published by the Free Software Foundation. Oracle designates this ++ * particular file as subject to the "Classpath" exception as provided ++ * by Oracle in the LICENSE file that accompanied this code. ++ * ++ * This code is distributed in the hope that it will be useful, but WITHOUT ++ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ++ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ++ * version 2 for more details (a copy is included in the LICENSE file that ++ * accompanied this code). ++ * ++ * You should have received a copy of the GNU General Public License version ++ * 2 along with this work; if not, write to the Free Software Foundation, ++ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. ++ * ++ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA ++ * or visit www.oracle.com if you need additional information or have any ++ * questions. ++ */ ++ ++/* ++ * This file is available under and governed by the GNU General Public ++ * License version 2 only, as published by the Free Software Foundation. ++ * However, the following notice accompanied the original version of this ++ * file: ++ * ++ * $Xorg: extutil.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ ++ * ++Copyright 1989, 1998 The Open Group ++ ++All Rights Reserved. ++ ++The above copyright notice and this permission notice shall be included in ++all copies or substantial portions of the Software. ++ ++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ++OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN ++AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN ++CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++Except as contained in this notice, the name of The Open Group shall not be ++used in advertising or otherwise to promote the sale, use or other dealings ++in this Software without prior written authorization from The Open Group. ++ * ++ * Author: Jim Fulton, MIT The Open Group ++ * ++ * Xlib Extension-Writing Utilities ++ * ++ * This package contains utilities for writing the client API for various ++ * protocol extensions. THESE INTERFACES ARE NOT PART OF THE X STANDARD AND ++ * ARE SUBJECT TO CHANGE! ++ */ ++/* $XFree86: xc/include/extensions/extutil.h,v 1.5 2001/01/17 17:53:20 dawes Exp $ */ ++ +#if defined(__linux__) || defined(_ALLBSD_SOURCE) - - #ifndef _EXTUTIL_H_ - #define _EXTUTIL_H_ -@@ -248,4 +248,4 @@ - char *proc(Display *dpy, int code, XExtCodes *codes, char *buf, int n) - #endif - --#endif /* __linux__ || MACOSX */ ++ ++#ifndef _EXTUTIL_H_ ++#define _EXTUTIL_H_ ++ ++/* ++ * We need to keep a list of open displays since the Xlib display list isn't ++ * public. We also have to per-display info in a separate block since it isn't ++ * stored directly in the Display structure. ++ */ ++typedef struct _XExtDisplayInfo { ++ struct _XExtDisplayInfo *next; /* keep a linked list */ ++ Display *display; /* which display this is */ ++ XExtCodes *codes; /* the extension protocol codes */ ++ XPointer data; /* extra data for extension to use */ ++} XExtDisplayInfo; ++ ++typedef struct _XExtensionInfo { ++ XExtDisplayInfo *head; /* start of list */ ++ XExtDisplayInfo *cur; /* most recently used */ ++ int ndisplays; /* number of displays */ ++} XExtensionInfo; ++ ++typedef struct _XExtensionHooks { ++ int (*create_gc)( ++#if NeedNestedPrototypes ++ Display* /* display */, ++ GC /* gc */, ++ XExtCodes* /* codes */ ++#endif ++); ++ int (*copy_gc)( ++#if NeedNestedPrototypes ++ Display* /* display */, ++ GC /* gc */, ++ XExtCodes* /* codes */ ++#endif ++); ++ int (*flush_gc)( ++#if NeedNestedPrototypes ++ Display* /* display */, ++ GC /* gc */, ++ XExtCodes* /* codes */ ++#endif ++); ++ int (*free_gc)( ++#if NeedNestedPrototypes ++ Display* /* display */, ++ GC /* gc */, ++ XExtCodes* /* codes */ ++#endif ++); ++ int (*create_font)( ++#if NeedNestedPrototypes ++ Display* /* display */, ++ XFontStruct* /* fs */, ++ XExtCodes* /* codes */ ++#endif ++); ++ int (*free_font)( ++#if NeedNestedPrototypes ++ Display* /* display */, ++ XFontStruct* /* fs */, ++ XExtCodes* /* codes */ ++#endif ++); ++ int (*close_display)( ++#if NeedNestedPrototypes ++ Display* /* display */, ++ XExtCodes* /* codes */ ++#endif ++); ++ Bool (*wire_to_event)( ++#if NeedNestedPrototypes ++ Display* /* display */, ++ XEvent* /* re */, ++ xEvent* /* event */ ++#endif ++); ++ Status (*event_to_wire)( ++#if NeedNestedPrototypes ++ Display* /* display */, ++ XEvent* /* re */, ++ xEvent* /* event */ ++#endif ++); ++ int (*error)( ++#if NeedNestedPrototypes ++ Display* /* display */, ++ xError* /* err */, ++ XExtCodes* /* codes */, ++ int* /* ret_code */ ++#endif ++); ++ char *(*error_string)( ++#if NeedNestedPrototypes ++ Display* /* display */, ++ int /* code */, ++ XExtCodes* /* codes */, ++ char* /* buffer */, ++ int /* nbytes */ ++#endif ++); ++} XExtensionHooks; ++ ++extern XExtensionInfo *XextCreateExtension( ++#if NeedFunctionPrototypes ++ void ++#endif ++); ++extern void XextDestroyExtension( ++#if NeedFunctionPrototypes ++ XExtensionInfo* /* info */ ++#endif ++); ++extern XExtDisplayInfo *XextAddDisplay( ++#if NeedFunctionPrototypes ++ XExtensionInfo* /* extinfo */, ++ Display* /* dpy */, ++ char* /* ext_name */, ++ XExtensionHooks* /* hooks */, ++ int /* nevents */, ++ XPointer /* data */ ++#endif ++); ++extern int XextRemoveDisplay( ++#if NeedFunctionPrototypes ++ XExtensionInfo* /* extinfo */, ++ Display* /* dpy */ ++#endif ++); ++extern XExtDisplayInfo *XextFindDisplay( ++#if NeedFunctionPrototypes ++ XExtensionInfo* /* extinfo */, ++ Display* /* dpy */ ++#endif ++); ++ ++#define XextHasExtension(i) ((i) && ((i)->codes)) ++#define XextCheckExtension(dpy,i,name,val) \ ++ if (!XextHasExtension(i)) { XMissingExtension (dpy, name); return val; } ++#define XextSimpleCheckExtension(dpy,i,name) \ ++ if (!XextHasExtension(i)) { XMissingExtension (dpy, name); return; } ++ ++ ++/* ++ * helper macros to generate code that is common to all extensions; caller ++ * should prefix it with static if extension source is in one file; this ++ * could be a utility function, but have to stack 6 unused arguments for ++ * something that is called many, many times would be bad. ++ */ ++#define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \ ++XExtDisplayInfo *proc (Display *dpy) \ ++{ \ ++ XExtDisplayInfo *dpyinfo; \ ++ if (!extinfo) { if (!(extinfo = XextCreateExtension())) return NULL; } \ ++ if (!(dpyinfo = XextFindDisplay (extinfo, dpy))) \ ++ dpyinfo = XextAddDisplay (extinfo,dpy,extname,hooks,nev,data); \ ++ return dpyinfo; \ ++} ++ ++#define XEXT_FIND_DISPLAY_PROTO(proc) \ ++ XExtDisplayInfo *proc(Display *dpy) ++ ++#define XEXT_GENERATE_CLOSE_DISPLAY(proc,extinfo) \ ++int proc (Display *dpy, XExtCodes *codes) \ ++{ \ ++ return XextRemoveDisplay (extinfo, dpy); \ ++} ++ ++#define XEXT_CLOSE_DISPLAY_PROTO(proc) \ ++ int proc(Display *dpy, XExtCodes *codes) ++ ++#define XEXT_GENERATE_ERROR_STRING(proc,extname,nerr,errl) \ ++char *proc (Display *dpy, int code, XExtCodes *codes, char *buf, int n) \ ++{ \ ++ code -= codes->first_error; \ ++ if (code >= 0 && code < nerr) { \ ++ char tmp[256]; \ ++ sprintf (tmp, "%s.%d", extname, code); \ ++ XGetErrorDatabaseText (dpy, "XProtoError", tmp, errl[code], buf, n); \ ++ return buf; \ ++ } \ ++ return (char *)0; \ ++} ++ ++#define XEXT_ERROR_STRING_PROTO(proc) \ ++ char *proc(Display *dpy, int code, XExtCodes *codes, char *buf, int n) ++#endif ++ +#endif /* __linux__ || _ALLBSD_SOURCE */ ---- ./jdk/src/solaris/native/sun/awt/fontpath.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/awt/fontpath.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/awt/fontpath.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/awt/fontpath.c Sun Feb 10 09:27:00 2019 -0800 @@ -23,9 +23,9 @@ * questions. */ @@ -19629,8 +20052,8 @@ && (strcmp((char*)fontformat, "Type 1") != 0) && !(isOpenJDK && (strcmp((char*)fontformat, "CFF") == 0)) #endif ---- ./jdk/src/solaris/native/sun/java2d/j2d_md.h Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/java2d/j2d_md.h Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/java2d/j2d_md.h Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/java2d/j2d_md.h Sun Feb 10 09:27:00 2019 -0800 @@ -28,11 +28,11 @@ #include <sys/types.h> @@ -19646,8 +20069,8 @@ typedef unsigned char jubyte; typedef unsigned short jushort; ---- ./jdk/src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c Sun Feb 10 09:27:00 2019 -0800 @@ -63,9 +63,6 @@ * MLIB_EDGE_SRC_PADDED */ @@ -19752,8 +20175,8 @@ LOGIC(da[0], dtmp, dtmp1, |); } else { /* aligned */ ---- ./jdk/src/solaris/native/sun/java2d/loops/vis_FuncArray.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/java2d/loops/vis_FuncArray.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/java2d/loops/vis_FuncArray.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/java2d/loops/vis_FuncArray.c Sun Feb 10 09:27:00 2019 -0800 @@ -804,7 +804,7 @@ static int initialized; static int usevis = JNI_TRUE; @@ -19764,7 +20187,7 @@ #else # define ULTRA_CHIP "sun4u" --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./jdk/src/solaris/native/sun/management/BsdOperatingSystem.c Sat Dec 01 12:24:15 2018 -0800 ++++ ./jdk/src/solaris/native/sun/management/BsdOperatingSystem.c Sun Feb 10 09:27:00 2019 -0800 @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. @@ -19808,8 +20231,8 @@ +{ + return (jdouble) -1; +} ---- ./jdk/src/solaris/native/sun/management/OperatingSystemImpl.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/management/OperatingSystemImpl.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/management/OperatingSystemImpl.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/management/OperatingSystemImpl.c Sun Feb 10 09:27:00 2019 -0800 @@ -56,6 +56,9 @@ #include <limits.h> #include <stdlib.h> @@ -19974,8 +20397,8 @@ return -1; } ---- ./jdk/src/solaris/native/sun/net/portconfig.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/net/portconfig.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/net/portconfig.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/net/portconfig.c Sun Feb 10 09:27:00 2019 -0800 @@ -67,6 +67,24 @@ range->lower = net_getParam("/dev/tcp", "tcp_smallest_anon_port"); return 0; @@ -20001,8 +20424,8 @@ #elif defined(_ALLBSD_SOURCE) { int ret; ---- ./jdk/src/solaris/native/sun/nio/ch/sctp/Sctp.h Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/nio/ch/sctp/Sctp.h Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/nio/ch/sctp/Sctp.h Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/nio/ch/sctp/Sctp.h Sun Feb 10 09:27:00 2019 -0800 @@ -67,7 +67,7 @@ @@ -20051,8 +20474,8 @@ jboolean loadSocketExtensionFuncs(JNIEnv* env); #endif /* !SUN_NIO_CH_SCTP_H */ ---- ./jdk/src/solaris/native/sun/nio/ch/sctp/SctpNet.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/nio/ch/sctp/SctpNet.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/nio/ch/sctp/SctpNet.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/nio/ch/sctp/SctpNet.c Sun Feb 10 09:27:00 2019 -0800 @@ -58,6 +58,7 @@ */ jboolean loadSocketExtensionFuncs @@ -20069,8 +20492,8 @@ funcsLoaded = JNI_TRUE; return JNI_TRUE; ---- ./jdk/src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c Sun Feb 10 09:27:00 2019 -0800 @@ -31,6 +31,12 @@ #include <dlfcn.h> #include <string.h> @@ -20093,8 +20516,8 @@ if (magic_handle == NULL) { return JNI_FALSE; } ---- ./jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c Sun Feb 10 09:27:00 2019 -0800 @@ -54,7 +54,7 @@ } @@ -20104,8 +20527,8 @@ void *hModule = dlopen(libName, RTLD_LAZY); #else void *hModule = dlopen(libName, RTLD_NOLOAD); ---- ./jdk/src/solaris/native/sun/tools/attach/BsdVirtualMachine.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/tools/attach/BsdVirtualMachine.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/tools/attach/BsdVirtualMachine.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/tools/attach/BsdVirtualMachine.c Sun Feb 10 09:27:00 2019 -0800 @@ -38,7 +38,9 @@ #include <sys/types.h> #include <sys/socket.h> @@ -20116,8 +20539,8 @@ #include <sys/un.h> #include <fcntl.h> ---- ./jdk/src/solaris/native/sun/xawt/XWindow.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/solaris/native/sun/xawt/XWindow.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/solaris/native/sun/xawt/XWindow.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/solaris/native/sun/xawt/XWindow.c Sun Feb 10 09:27:00 2019 -0800 @@ -886,7 +886,7 @@ { KeySym originalKeysym = *keysym; @@ -20127,8 +20550,8 @@ /* The following code on Linux will cause the keypad keys * not to echo on JTextField when the NumLock is on. The * keysyms will be 0, because the last parameter 2 is not defined. ---- ./jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp Sun Feb 10 09:27:00 2019 -0800 @@ -308,7 +308,7 @@ DAUDIO_PCM, (bitsArray[bitIndex]==8)?FALSE:TRUE, /* signed */ @@ -20147,14 +20570,3 @@ isBigEndian #else !isBigEndian ---- ./nashorn/test/script/jfx.js Sat Oct 06 10:28:09 2018 +0100 -+++ ./nashorn/test/script/jfx.js Wed Nov 21 19:36:40 2018 -0800 -@@ -93,6 +93,8 @@ - f2 = new File(sb.append(fsep + "linux.png").toString()); - } else if (OSInfo.getOSType() == OSType.MACOSX) { - f2 = new File(sb.append(fsep + "macosx.png").toString()); -+ } else if (OSInfo.getOSType() == OSType.BSD) { -+ f2 = new File(sb.append(fsep + "bsd.png").toString()); - } - if (f1.exists() && f2.exists()) { - var image1 = new AWTImage(PNGDecoder.decode(f1.getAbsolutePath())); diff --git a/java/openjdk8/files/patch-bsd-test b/java/openjdk8/files/patch-bsd-test index 3b2c59d1a833..607257e67fed 100644 --- a/java/openjdk8/files/patch-bsd-test +++ b/java/openjdk8/files/patch-bsd-test @@ -1,5 +1,5 @@ ---- ./hotspot/test/compiler/5091921/Test7005594.sh Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/test/compiler/5091921/Test7005594.sh Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/test/compiler/5091921/Test7005594.sh Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/test/compiler/5091921/Test7005594.sh Sun Feb 10 09:26:05 2019 -0800 @@ -60,6 +60,15 @@ # Windows/MKS MEM=`"$ROOTDIR/mksnt/sysinf" memory -v | grep "Total Physical Memory: " | sed 's/Total Physical Memory: *//g'` @@ -16,8 +16,8 @@ else echo "Unable to determine amount of physical memory on the machine" fi ---- ./hotspot/test/compiler/6894807/Test6894807.sh Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/test/compiler/6894807/Test6894807.sh Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/test/compiler/6894807/Test6894807.sh Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/test/compiler/6894807/Test6894807.sh Sun Feb 10 09:26:05 2019 -0800 @@ -21,7 +21,7 @@ # set platform-dependent variables OS=`uname -s` @@ -27,8 +27,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./hotspot/test/runtime/7110720/Test7110720.sh Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/test/runtime/7110720/Test7110720.sh Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/test/runtime/7110720/Test7110720.sh Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/test/runtime/7110720/Test7110720.sh Sun Feb 10 09:26:05 2019 -0800 @@ -28,7 +28,7 @@ # set platform-dependent variables OS=`uname -s` @@ -38,8 +38,8 @@ FS="/" RM=/bin/rm CP=/bin/cp ---- ./hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/test/runtime/XCheckJniJsig/XCheckJSig.java Sun Feb 10 09:26:05 2019 -0800 @@ -37,8 +37,8 @@ public static void main(String args[]) throws Throwable { @@ -51,8 +51,8 @@ return; } ---- ./hotspot/test/serviceability/dcmd/DynLibDcmdTest.java Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/test/serviceability/dcmd/DynLibDcmdTest.java Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/test/serviceability/dcmd/DynLibDcmdTest.java Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/test/serviceability/dcmd/DynLibDcmdTest.java Sun Feb 10 09:26:05 2019 -0800 @@ -47,6 +47,8 @@ osDependentBaseString = "lib%s.dylib"; } else if (Platform.isLinux()) { @@ -62,8 +62,8 @@ } if (osDependentBaseString == null) { ---- ./hotspot/test/test_env.sh Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/test/test_env.sh Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/test/test_env.sh Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/test/test_env.sh Sun Feb 10 09:26:05 2019 -0800 @@ -53,7 +53,7 @@ # set platform-dependent variables OS=`uname -s` @@ -73,8 +73,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./hotspot/test/testlibrary/com/oracle/java/testlibrary/Platform.java Sat Oct 06 10:25:04 2018 +0100 -+++ ./hotspot/test/testlibrary/com/oracle/java/testlibrary/Platform.java Sat Dec 01 12:42:05 2018 -0800 +--- ./hotspot/test/testlibrary/com/oracle/java/testlibrary/Platform.java Sat Dec 08 11:48:29 2018 +0000 ++++ ./hotspot/test/testlibrary/com/oracle/java/testlibrary/Platform.java Sun Feb 10 09:26:05 2019 -0800 @@ -67,6 +67,10 @@ return isOs("aix"); } @@ -86,8 +86,8 @@ public static boolean isLinux() { return isOs("linux"); } ---- ./jdk/test/com/sun/corba/5036554/TestCorbaBug.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/com/sun/corba/5036554/TestCorbaBug.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/com/sun/corba/5036554/TestCorbaBug.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/com/sun/corba/5036554/TestCorbaBug.sh Sun Feb 10 09:27:00 2019 -0800 @@ -48,7 +48,7 @@ # set platform-dependent variables OS=`uname -s` @@ -97,8 +97,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/com/sun/corba/cachedSocket/7056731.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/com/sun/corba/cachedSocket/7056731.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/com/sun/corba/cachedSocket/7056731.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/com/sun/corba/cachedSocket/7056731.sh Sun Feb 10 09:27:00 2019 -0800 @@ -31,7 +31,7 @@ OS=`uname -s` @@ -108,8 +108,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/com/sun/jdi/ImmutableResourceTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/com/sun/jdi/ImmutableResourceTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/com/sun/jdi/ImmutableResourceTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/com/sun/jdi/ImmutableResourceTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -56,7 +56,7 @@ OS=`uname -s` @@ -119,8 +119,8 @@ PATHSEP=":" ;; ---- ./jdk/test/com/sun/jdi/JITDebug.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/com/sun/jdi/JITDebug.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/com/sun/jdi/JITDebug.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/com/sun/jdi/JITDebug.sh Sun Feb 10 09:27:00 2019 -0800 @@ -63,7 +63,7 @@ OS=`uname -s` export TRANSPORT_METHOD @@ -130,8 +130,8 @@ PATHSEP=":" TRANSPORT_METHOD=dt_socket ;; ---- ./jdk/test/com/sun/jdi/PrivateTransportTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/com/sun/jdi/PrivateTransportTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/com/sun/jdi/PrivateTransportTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/com/sun/jdi/PrivateTransportTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -106,7 +106,7 @@ xx=`find ${jreloc}/lib -name libdt_socket.so` libloc=`dirname ${xx}` @@ -141,8 +141,8 @@ libloc=${jreloc}/lib ;; Windows*) ---- ./jdk/test/com/sun/jdi/ShellScaffold.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/com/sun/jdi/ShellScaffold.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/com/sun/jdi/ShellScaffold.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/com/sun/jdi/ShellScaffold.sh Sun Feb 10 09:27:00 2019 -0800 @@ -284,7 +284,7 @@ psCmd=ps jstack=jstack.exe @@ -152,8 +152,8 @@ transport=dt_socket address= devnull=/dev/null ---- ./jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh Sun Feb 10 09:27:00 2019 -0800 @@ -45,7 +45,7 @@ OS=`uname -s` @@ -163,8 +163,30 @@ PS=":" ;; Windows* | CYGWIN*) ---- ./jdk/test/java/awt/JAWT/JAWT.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/awt/JAWT/JAWT.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/awt/Desktop/DesktopGtkLoadTest/DesktopGtkLoadTest.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/awt/Desktop/DesktopGtkLoadTest/DesktopGtkLoadTest.java Sun Feb 10 09:27:00 2019 -0800 +@@ -25,7 +25,7 @@ + * @bug 8157827 + * @summary AWT_Desktop/Automated/Exceptions/BasicTest loads incorrect GTK + * version when jdk.gtk.version=3 +- * @requires (os.family == "linux") ++ * @requires (os.family == "linux") | (os.family == "bsd") + * @run main DesktopGtkLoadTest + */ + +--- ./jdk/test/java/awt/Gtk/GtkVersionTest/GtkVersionTest.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/awt/Gtk/GtkVersionTest/GtkVersionTest.java Sun Feb 10 09:27:00 2019 -0800 +@@ -25,7 +25,7 @@ + * @bug 8156121 + * @summary "Fail forward" fails for GTK3 if no GTK2 available + * @modules java.desktop/sun.awt +- * @requires (os.family == "linux") ++ * @requires (os.family == "linux") | (os.family == "bsd") + * @run main GtkVersionTest + */ + +--- ./jdk/test/java/awt/JAWT/JAWT.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/awt/JAWT/JAWT.sh Sun Feb 10 09:27:00 2019 -0800 @@ -62,6 +62,23 @@ MAKE="make" LD_LIBRARY_PATH="." @@ -198,8 +220,8 @@ exit 0; ;; * ) ---- ./jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -86,6 +86,14 @@ TMP="/tmp" ;; @@ -215,8 +237,8 @@ Windows* ) VAR="A different value for Win32" DEFAULT_JDK="C:/Program Files/Java/jdk1.8.0" ---- ./jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -59,7 +59,7 @@ # Checking for proper OS OS=`uname -s` @@ -226,8 +248,8 @@ FILESEP="/" ;; ---- ./jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -119,6 +119,14 @@ TMP="/tmp" ;; @@ -243,8 +265,8 @@ Windows* ) VAR="A different value for Win32" DEFAULT_JDK="C:/Program Files/Java/jdk1.8.0" ---- ./jdk/test/java/io/File/GetXSpace.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/io/File/GetXSpace.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/io/File/GetXSpace.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/io/File/GetXSpace.java Sun Feb 10 09:27:00 2019 -0800 @@ -51,7 +51,7 @@ private static final String dfFormat; static { @@ -254,8 +276,8 @@ // FileSystem Total Used Available Use% MountedOn dfFormat = "([^\\s]+)\\s+(\\d+)\\s+\\d+\\s+(\\d+)\\s+\\d+%\\s+([^\\s]+)"; } else if (name.startsWith("Windows")) { ---- ./jdk/test/java/io/File/GetXSpace.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/io/File/GetXSpace.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/io/File/GetXSpace.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/io/File/GetXSpace.sh Sun Feb 10 09:27:00 2019 -0800 @@ -26,7 +26,7 @@ # set platform-dependent variable OS=`uname -s` @@ -265,8 +287,8 @@ Windows_98 ) return ;; Windows* ) SID=`sid`; TMP="c:/temp" ;; * ) ---- ./jdk/test/java/io/Serializable/evolution/RenamePackage/run.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/io/Serializable/evolution/RenamePackage/run.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/io/Serializable/evolution/RenamePackage/run.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/io/Serializable/evolution/RenamePackage/run.sh Sun Feb 10 09:27:00 2019 -0800 @@ -45,7 +45,7 @@ # Need to determine the classpath separator and filepath separator based on the # operating system. @@ -276,8 +298,8 @@ PS=":" ;; Windows* | CYGWIN* ) PS=";" ;; ---- ./jdk/test/java/io/Serializable/serialver/classpath/run.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/io/Serializable/serialver/classpath/run.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/io/Serializable/serialver/classpath/run.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/io/Serializable/serialver/classpath/run.sh Sun Feb 10 09:27:00 2019 -0800 @@ -47,7 +47,7 @@ # set platform-dependent variables OS=`uname -s` @@ -287,8 +309,8 @@ PS=":" ;; Windows* | CYGWIN* ) PS=";" ;; ---- ./jdk/test/java/io/Serializable/serialver/nested/run.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/io/Serializable/serialver/nested/run.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/io/Serializable/serialver/nested/run.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/io/Serializable/serialver/nested/run.sh Sun Feb 10 09:27:00 2019 -0800 @@ -47,7 +47,7 @@ # set platform-dependent variables OS=`uname -s` @@ -298,8 +320,8 @@ PS=":" ;; Windows* | CYGWIN* ) PS=";" ;; ---- ./jdk/test/java/lang/ClassLoader/Assert.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/lang/ClassLoader/Assert.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/lang/ClassLoader/Assert.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/lang/ClassLoader/Assert.sh Sun Feb 10 09:27:00 2019 -0800 @@ -25,7 +25,7 @@ OS=`uname -s` @@ -309,8 +331,8 @@ FS="/" CHMOD="${FS}bin${FS}chmod" ;; ---- ./jdk/test/java/lang/ClassLoader/deadlock/TestCrossDelegate.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/lang/ClassLoader/deadlock/TestCrossDelegate.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/lang/ClassLoader/deadlock/TestCrossDelegate.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/lang/ClassLoader/deadlock/TestCrossDelegate.sh Sun Feb 10 09:27:00 2019 -0800 @@ -55,7 +55,7 @@ Linux ) FS="/" @@ -320,8 +342,8 @@ FS="/" ;; AIX ) ---- ./jdk/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh Sun Feb 10 09:27:00 2019 -0800 @@ -60,7 +60,7 @@ Linux ) FS="/" @@ -331,8 +353,8 @@ FS="/" ;; AIX ) ---- ./jdk/test/java/lang/ProcessBuilder/DestroyTest.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/lang/ProcessBuilder/DestroyTest.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/lang/ProcessBuilder/DestroyTest.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/lang/ProcessBuilder/DestroyTest.java Sun Feb 10 09:27:00 2019 -0800 @@ -148,6 +148,9 @@ } else if (osName.startsWith("Linux") == true) { return new UnixTest( @@ -343,8 +365,8 @@ } else if (osName.startsWith("Mac OS")) { return new MacTest( File.createTempFile("ProcessTrap-", ".sh",null)); ---- ./jdk/test/java/lang/ProcessBuilder/Zombies.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/lang/ProcessBuilder/Zombies.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/lang/ProcessBuilder/Zombies.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/lang/ProcessBuilder/Zombies.java Sun Feb 10 09:27:00 2019 -0800 @@ -34,7 +34,7 @@ static final String os = System.getProperty("os.name"); @@ -354,8 +376,8 @@ "/usr/bin/true" : "/bin/true"; public static void main(String[] args) throws Throwable { ---- ./jdk/test/java/lang/StringCoding/CheckEncodings.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/lang/StringCoding/CheckEncodings.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/lang/StringCoding/CheckEncodings.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/lang/StringCoding/CheckEncodings.sh Sun Feb 10 09:27:00 2019 -0800 @@ -30,7 +30,7 @@ # set platform-dependent variables OS=`uname -s` @@ -365,8 +387,8 @@ Windows* | CYGWIN* ) echo "Passed"; exit 0 ;; * ) echo "Unrecognized system!" ; exit 1 ;; ---- ./jdk/test/java/lang/annotation/loaderLeak/LoaderLeak.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/lang/annotation/loaderLeak/LoaderLeak.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/lang/annotation/loaderLeak/LoaderLeak.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/lang/annotation/loaderLeak/LoaderLeak.sh Sun Feb 10 09:27:00 2019 -0800 @@ -48,7 +48,7 @@ # set platform-dependent variables OS=`uname -s` @@ -376,8 +398,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/java/lang/instrument/MakeJAR2.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/lang/instrument/MakeJAR2.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/lang/instrument/MakeJAR2.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/lang/instrument/MakeJAR2.sh Sun Feb 10 09:27:00 2019 -0800 @@ -55,7 +55,7 @@ OS=`uname -s` @@ -387,8 +409,8 @@ PATHSEP=":" ;; ---- ./jdk/test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh Sun Feb 10 09:27:00 2019 -0800 @@ -43,7 +43,7 @@ PS=":" FS="/" @@ -398,8 +420,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/java/lang/management/OperatingSystemMXBean/GetSystemLoadAverage.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/lang/management/OperatingSystemMXBean/GetSystemLoadAverage.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/lang/management/OperatingSystemMXBean/GetSystemLoadAverage.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/lang/management/OperatingSystemMXBean/GetSystemLoadAverage.java Sun Feb 10 09:27:00 2019 -0800 @@ -79,8 +79,10 @@ System.out.println("Test passed."); } @@ -421,8 +443,8 @@ ? output.split(" ") : output.split(","); double expected = Double.parseDouble(lavg[0]); ---- ./jdk/test/java/lang/management/OperatingSystemMXBean/TestSystemLoadAvg.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/lang/management/OperatingSystemMXBean/TestSystemLoadAvg.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/lang/management/OperatingSystemMXBean/TestSystemLoadAvg.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/lang/management/OperatingSystemMXBean/TestSystemLoadAvg.sh Sun Feb 10 09:27:00 2019 -0800 @@ -61,7 +61,7 @@ while true; do echo "Run $i: TestSystemLoadAvg" @@ -432,8 +454,8 @@ runOne GetSystemLoadAverage ;; * ) ---- ./jdk/test/java/net/Authenticator/B4933582.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/net/Authenticator/B4933582.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/net/Authenticator/B4933582.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/net/Authenticator/B4933582.sh Sun Feb 10 09:27:00 2019 -0800 @@ -26,7 +26,7 @@ OS=`uname -s` @@ -443,8 +465,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/java/net/DatagramSocket/Send12k.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/net/DatagramSocket/Send12k.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/net/DatagramSocket/Send12k.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/net/DatagramSocket/Send12k.java Sun Feb 10 09:27:00 2019 -0800 @@ -36,9 +36,10 @@ public static void main(String args[]) throws Exception { @@ -458,8 +480,8 @@ SEND_SIZE = 16 * 576; } else { SEND_SIZE = 16 * 1024; ---- ./jdk/test/java/net/DatagramSocket/SendDatagramToBadAddress.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/net/DatagramSocket/SendDatagramToBadAddress.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/net/DatagramSocket/SendDatagramToBadAddress.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/net/DatagramSocket/SendDatagramToBadAddress.java Sun Feb 10 09:27:00 2019 -0800 @@ -45,6 +45,8 @@ return (true); if (p.getProperty ("os.name").equals ("Linux")) @@ -469,8 +491,8 @@ if (p.getProperty ("os.name").startsWith ("Mac OS")) return (true); // Check for specific Solaris version from here ---- ./jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.sh Sun Feb 10 09:27:00 2019 -0800 @@ -27,11 +27,7 @@ # set platform-dependent variables OS=`uname -s` @@ -484,8 +506,8 @@ PATHSEP=":" FILESEP="/" ;; ---- ./jdk/test/java/net/Socket/OldSocketImpl.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/net/Socket/OldSocketImpl.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/net/Socket/OldSocketImpl.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/net/Socket/OldSocketImpl.sh Sun Feb 10 09:27:00 2019 -0800 @@ -28,7 +28,7 @@ OS=`uname -s` @@ -495,8 +517,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/java/net/URL/B5086147.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/net/URL/B5086147.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/net/URL/B5086147.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/net/URL/B5086147.sh Sun Feb 10 09:27:00 2019 -0800 @@ -26,7 +26,7 @@ OS=`uname -s` @@ -506,8 +528,8 @@ exit 0 ;; CYGWIN* ) ---- ./jdk/test/java/net/URLClassLoader/B5077773.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/net/URLClassLoader/B5077773.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/net/URLClassLoader/B5077773.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/net/URLClassLoader/B5077773.sh Sun Feb 10 09:27:00 2019 -0800 @@ -34,11 +34,7 @@ OS=`uname -s` @@ -521,8 +543,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/java/net/URLClassLoader/sealing/checksealed.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/net/URLClassLoader/sealing/checksealed.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/net/URLClassLoader/sealing/checksealed.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/net/URLClassLoader/sealing/checksealed.sh Sun Feb 10 09:27:00 2019 -0800 @@ -27,11 +27,7 @@ OS=`uname -s` @@ -536,8 +558,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/java/net/URLConnection/6212146/test.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/net/URLConnection/6212146/test.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/net/URLConnection/6212146/test.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/net/URLConnection/6212146/test.sh Sun Feb 10 09:27:00 2019 -0800 @@ -33,11 +33,7 @@ OS=`uname -s` @@ -551,8 +573,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/java/nio/channels/FileChannel/Transfer.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/nio/channels/FileChannel/Transfer.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/nio/channels/FileChannel/Transfer.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/nio/channels/FileChannel/Transfer.java Sun Feb 10 09:27:00 2019 -0800 @@ -228,7 +228,7 @@ // Windows and Linux can't handle the really large file sizes for a // truncate or a positional write required by the test for 4563125 @@ -562,8 +584,8 @@ return; File source = File.createTempFile("blah", null); source.deleteOnExit(); ---- ./jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c Sun Feb 10 09:27:00 2019 -0800 @@ -17,6 +17,12 @@ #include "Launcher.h" @@ -586,8 +608,8 @@ _exit(-1); } ---- ./jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Sun Feb 10 09:27:00 2019 -0800 @@ -34,7 +34,7 @@ OS=`uname -s` @@ -597,8 +619,8 @@ # Skip locale test for Windows Windows* | CYGWIN* ) echo "Passed"; exit 0 ;; ---- ./jdk/test/java/nio/charset/spi/basic.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/nio/charset/spi/basic.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/nio/charset/spi/basic.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/nio/charset/spi/basic.sh Sun Feb 10 09:27:00 2019 -0800 @@ -48,7 +48,7 @@ DIR=`pwd` @@ -608,8 +630,8 @@ Windows* ) CPS=';' ;; CYGWIN* ) DIR=`/usr/bin/cygpath -a -s -m $DIR` ---- ./jdk/test/java/nio/file/FileSystem/Basic.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/nio/file/FileSystem/Basic.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/nio/file/FileSystem/Basic.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/nio/file/FileSystem/Basic.java Sun Feb 10 09:27:00 2019 -0800 @@ -76,7 +76,7 @@ checkSupported(fs, "posix", "unix", "owner", "acl", "user"); if (os.equals("Linux")) @@ -619,8 +641,8 @@ checkSupported(fs, "posix", "unix", "owner"); if (os.equals("Windows")) checkSupported(fs, "owner", "dos", "acl", "user"); ---- ./jdk/test/java/nio/file/Files/CopyAndMove.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/nio/file/Files/CopyAndMove.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/nio/file/Files/CopyAndMove.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/nio/file/Files/CopyAndMove.java Sun Feb 10 09:27:00 2019 -0800 @@ -651,7 +651,7 @@ // check POSIX attributes are copied @@ -639,8 +661,19 @@ boolean isDirectory = isDirectory(file, NOFOLLOW_LINKS); if (isUnix) { ---- ./jdk/test/java/rmi/activation/Activatable/extLoadedImpl/ext.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/rmi/activation/Activatable/extLoadedImpl/ext.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/nio/file/Files/probeContentType/ParallelProbes.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/nio/file/Files/probeContentType/ParallelProbes.java Sun Feb 10 09:27:00 2019 -0800 +@@ -28,7 +28,7 @@ + + /* @test + * @summary Test probing content type simultaneously from multiple threads. +- * @requires (os.family == "linux") | (os.family == "solaris") ++ * @requires (os.family == "linux") | (os.family == "solaris") | (os.family == "bsd") + * @run main ParallelProbes 10 + */ + public class ParallelProbes { +--- ./jdk/test/java/rmi/activation/Activatable/extLoadedImpl/ext.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/rmi/activation/Activatable/extLoadedImpl/ext.sh Sun Feb 10 09:27:00 2019 -0800 @@ -33,7 +33,7 @@ OS=`uname -s` @@ -650,8 +683,8 @@ PS=":" ;; Windows* | CYGWIN* ) ---- ./jdk/test/java/rmi/registry/readTest/readTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/rmi/registry/readTest/readTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/rmi/registry/readTest/readTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/rmi/registry/readTest/readTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -34,7 +34,7 @@ REGARGS="" @@ -661,8 +694,8 @@ PS=":" FS="/" CHMOD="${FS}bin${FS}chmod" ---- ./jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh Sun Feb 10 09:27:00 2019 -0800 @@ -58,7 +58,7 @@ PATHSEP=":" FILESEP="/" @@ -672,8 +705,8 @@ PATHSEP=":" FILESEP="/" ;; ---- ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock.sh Sun Feb 10 09:27:00 2019 -0800 @@ -42,7 +42,7 @@ PATHSEP=":" FILESEP="/" @@ -683,8 +716,8 @@ PATHSEP=":" FILESEP="/" ;; ---- ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh Sun Feb 10 09:27:00 2019 -0800 @@ -66,7 +66,7 @@ PATHSEP=";" FILESEP="/" @@ -694,8 +727,8 @@ PATHSEP=":" FILESEP="/" ;; ---- ./jdk/test/java/security/Security/signedfirst/Dyn.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/security/Security/signedfirst/Dyn.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/security/Security/signedfirst/Dyn.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/security/Security/signedfirst/Dyn.sh Sun Feb 10 09:27:00 2019 -0800 @@ -58,7 +58,7 @@ PATHSEP=":" FILESEP="/" @@ -705,8 +738,8 @@ PATHSEP=":" FILESEP="/" ;; ---- ./jdk/test/java/security/Security/signedfirst/Static.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/security/Security/signedfirst/Static.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/security/Security/signedfirst/Static.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/security/Security/signedfirst/Static.sh Sun Feb 10 09:27:00 2019 -0800 @@ -58,7 +58,7 @@ PATHSEP=":" FILESEP="/" @@ -716,8 +749,8 @@ PATHSEP=":" FILESEP="/" ;; ---- ./jdk/test/java/util/Currency/PropertiesTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/util/Currency/PropertiesTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/util/Currency/PropertiesTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/util/Currency/PropertiesTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -52,7 +52,7 @@ # set platform-dependent variables OS=`uname -s` @@ -727,8 +760,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/java/util/PluggableLocale/ExecTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/util/PluggableLocale/ExecTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/util/PluggableLocale/ExecTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/util/PluggableLocale/ExecTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -62,7 +62,7 @@ # set platform-dependent variables OS=`uname -s` @@ -738,8 +771,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/java/util/ResourceBundle/Bug6299235Test.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/util/ResourceBundle/Bug6299235Test.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/util/ResourceBundle/Bug6299235Test.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/util/ResourceBundle/Bug6299235Test.sh Sun Feb 10 09:27:00 2019 -0800 @@ -31,7 +31,7 @@ # set platform-dependent variables OS=`uname -s` @@ -749,8 +782,8 @@ PATHSEP=":" FILESEP="/" ;; ---- ./jdk/test/java/util/ServiceLoader/basic.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/util/ServiceLoader/basic.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/util/ServiceLoader/basic.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/util/ServiceLoader/basic.sh Sun Feb 10 09:27:00 2019 -0800 @@ -43,9 +43,7 @@ OS=`uname -s` @@ -762,8 +795,8 @@ SEP=':' ;; * ) SEP='\;' ;; ---- ./jdk/test/java/util/prefs/CheckUserPrefsStorage.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/java/util/prefs/CheckUserPrefsStorage.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/java/util/prefs/CheckUserPrefsStorage.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/java/util/prefs/CheckUserPrefsStorage.sh Sun Feb 10 09:27:00 2019 -0800 @@ -31,7 +31,7 @@ OS=`uname -s` @@ -773,8 +806,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/javax/crypto/SecretKeyFactory/FailOverTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/javax/crypto/SecretKeyFactory/FailOverTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/javax/crypto/SecretKeyFactory/FailOverTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/javax/crypto/SecretKeyFactory/FailOverTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -56,7 +56,7 @@ # set platform-dependent variables OS=`uname -s` @@ -784,8 +817,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -89,7 +89,7 @@ FILESEP="/" ;; @@ -795,8 +828,8 @@ VAR="A different value for Linux" DEFAULT_JDK=/none #DEFAULT_JDK=/usr/local/java/jdk1.4/linux-i386 ---- ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatThreadTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatThreadTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatThreadTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatThreadTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -90,7 +90,7 @@ FILESEP="/" ;; @@ -806,8 +839,8 @@ VAR="A different value for Linux" DEFAULT_JDK=/none #DEFAULT_JDK=/usr/local/java/jdk1.4/linux-i386 ---- ./jdk/test/javax/imageio/stream/StreamCloserLeak/run_test.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/javax/imageio/stream/StreamCloserLeak/run_test.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/javax/imageio/stream/StreamCloserLeak/run_test.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/javax/imageio/stream/StreamCloserLeak/run_test.sh Sun Feb 10 09:27:00 2019 -0800 @@ -108,6 +108,14 @@ TMP="/tmp" ;; @@ -823,8 +856,8 @@ Windows* ) VAR="A different value for Win32" DEFAULT_JDK="C:/Program Files/Java/jdk1.8.0" ---- ./jdk/test/javax/script/CommonSetup.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/javax/script/CommonSetup.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/javax/script/CommonSetup.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/javax/script/CommonSetup.sh Sun Feb 10 09:27:00 2019 -0800 @@ -36,7 +36,7 @@ OS=`uname -s` @@ -834,8 +867,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/javax/security/auth/Subject/doAs/Test.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/javax/security/auth/Subject/doAs/Test.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/javax/security/auth/Subject/doAs/Test.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/javax/security/auth/Subject/doAs/Test.sh Sun Feb 10 09:27:00 2019 -0800 @@ -43,7 +43,7 @@ FS="/" RM="/bin/rm -f" @@ -845,8 +878,19 @@ PS=":" FS="/" RM="/bin/rm -f" ---- ./jdk/test/lib/security/java.policy/Ext_AllPolicy.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/lib/security/java.policy/Ext_AllPolicy.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/javax/swing/LookAndFeel/8145547/DemandGTK.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/javax/swing/LookAndFeel/8145547/DemandGTK.java Sun Feb 10 09:27:00 2019 -0800 +@@ -26,7 +26,7 @@ + @summary Tests that GTK LaF is supported on solaris + regardless of jdk.gtk.version flag values. + @bug 8156121 +- @requires (os.name == "linux" | os.name == "solaris") ++ @requires (os.family == "linux" | os.family == "solaris" | os.family == "bsd") + @run main/othervm -Djdk.gtk.version=2 DemandGTK + @run main/othervm -Djdk.gtk.version=3 DemandGTK + */ +--- ./jdk/test/lib/security/java.policy/Ext_AllPolicy.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/lib/security/java.policy/Ext_AllPolicy.sh Sun Feb 10 09:27:00 2019 -0800 @@ -53,7 +53,7 @@ # set platform-dependent variables OS=`uname -s` @@ -856,8 +900,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/lib/testlibrary/jdk/testlibrary/Platform.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/lib/testlibrary/jdk/testlibrary/Platform.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/lib/testlibrary/jdk/testlibrary/Platform.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/lib/testlibrary/jdk/testlibrary/Platform.java Sun Feb 10 09:27:00 2019 -0800 @@ -53,8 +53,13 @@ return isOs("linux"); } @@ -873,8 +917,8 @@ } public static String getOsName() { ---- ./jdk/test/sun/awt/dnd/8024061/bug8024061.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/awt/dnd/8024061/bug8024061.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/awt/dnd/8024061/bug8024061.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/awt/dnd/8024061/bug8024061.java Sun Feb 10 09:27:00 2019 -0800 @@ -107,8 +107,8 @@ public static void main(String[] args) throws AWTException, InvocationTargetException, InterruptedException { @@ -886,8 +930,8 @@ "skipping!"); return; } ---- ./jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh Sun Feb 10 09:27:00 2019 -0800 @@ -42,7 +42,7 @@ fi @@ -897,8 +941,8 @@ PATHSEP=":" FILESEP="/" DFILESEP=$FILESEP ---- ./jdk/test/sun/net/ftp/MarkResetTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/net/ftp/MarkResetTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/net/ftp/MarkResetTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/net/ftp/MarkResetTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -28,7 +28,7 @@ OS=`uname -s` @@ -908,8 +952,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/sun/net/www/http/HttpClient/RetryPost.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/net/www/http/HttpClient/RetryPost.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/net/www/http/HttpClient/RetryPost.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/net/www/http/HttpClient/RetryPost.sh Sun Feb 10 09:27:00 2019 -0800 @@ -28,7 +28,7 @@ OS=`uname -s` @@ -919,8 +963,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/sun/net/www/protocol/jar/B5105410.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/net/www/protocol/jar/B5105410.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/net/www/protocol/jar/B5105410.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/net/www/protocol/jar/B5105410.sh Sun Feb 10 09:27:00 2019 -0800 @@ -31,7 +31,7 @@ OS=`uname -s` @@ -930,8 +974,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/sun/net/www/protocol/jar/jarbug/run.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/net/www/protocol/jar/jarbug/run.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/net/www/protocol/jar/jarbug/run.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/net/www/protocol/jar/jarbug/run.sh Sun Feb 10 09:27:00 2019 -0800 @@ -31,7 +31,7 @@ OS=`uname -s` @@ -941,8 +985,8 @@ PS=":" FS="/" CHMOD="${FS}bin${FS}chmod" ---- ./jdk/test/sun/nio/ch/SelProvider.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/nio/ch/SelProvider.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/nio/ch/SelProvider.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/nio/ch/SelProvider.java Sun Feb 10 09:27:00 2019 -0800 @@ -39,7 +39,7 @@ expected = "sun.nio.ch.DevPollSelectorProvider"; } else if ("Linux".equals(osname)) { @@ -952,8 +996,8 @@ expected = "sun.nio.ch.KQueueSelectorProvider"; } else { return; ---- ./jdk/test/sun/security/krb5/runNameEquals.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/krb5/runNameEquals.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/krb5/runNameEquals.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/krb5/runNameEquals.sh Sun Feb 10 09:27:00 2019 -0800 @@ -52,7 +52,7 @@ # set platform-dependent variables OS=`uname -s` @@ -963,8 +1007,8 @@ PATHSEP=":" FILESEP="/" NATIVE=true ---- ./jdk/test/sun/security/mscapi/ShortRSAKey1024.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/mscapi/ShortRSAKey1024.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/mscapi/ShortRSAKey1024.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/mscapi/ShortRSAKey1024.sh Sun Feb 10 09:27:00 2019 -0800 @@ -50,7 +50,7 @@ OS=`uname -s` @@ -974,8 +1018,8 @@ FS="/" ;; Windows_* ) ---- ./jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh Sun Feb 10 09:27:00 2019 -0800 @@ -66,7 +66,7 @@ CP="${FS}bin${FS}cp" CHMOD="${FS}bin${FS}chmod" @@ -985,8 +1029,8 @@ FS="/" PS=":" CP="${FS}bin${FS}cp" ---- ./jdk/test/sun/security/pkcs11/Provider/Login.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/pkcs11/Provider/Login.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/pkcs11/Provider/Login.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/pkcs11/Provider/Login.sh Sun Feb 10 09:27:00 2019 -0800 @@ -67,7 +67,7 @@ CP="${FS}bin${FS}cp" CHMOD="${FS}bin${FS}chmod" @@ -996,8 +1040,8 @@ FS="/" PS=":" CP="${FS}bin${FS}cp" ---- ./jdk/test/sun/security/provider/KeyStore/DKSTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/provider/KeyStore/DKSTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/provider/KeyStore/DKSTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/provider/KeyStore/DKSTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -50,7 +50,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1007,8 +1051,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh Sun Feb 10 09:27:00 2019 -0800 @@ -52,7 +52,7 @@ PATHSEP=":" FILESEP="/" @@ -1018,8 +1062,8 @@ PATHSEP=":" FILESEP="/" ;; ---- ./jdk/test/sun/security/provider/PolicyFile/getinstance/getinstance.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/provider/PolicyFile/getinstance/getinstance.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/provider/PolicyFile/getinstance/getinstance.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/provider/PolicyFile/getinstance/getinstance.sh Sun Feb 10 09:27:00 2019 -0800 @@ -59,7 +59,7 @@ PS=":" FS="/" @@ -1029,8 +1073,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh Sun Feb 10 09:27:00 2019 -0800 @@ -33,7 +33,7 @@ OS=`uname -s` @@ -1040,8 +1084,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -46,7 +46,7 @@ OS=`uname -s` @@ -1051,8 +1095,8 @@ FILESEP="/" PATHSEP=":" ;; ---- ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh Sun Feb 10 09:27:00 2019 -0800 @@ -32,7 +32,7 @@ HOSTNAME=`uname -n` OS=`uname -s` @@ -1062,8 +1106,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Sun Feb 10 09:27:00 2019 -0800 @@ -32,7 +32,7 @@ HOSTNAME=`uname -n` OS=`uname -s` @@ -1073,8 +1117,8 @@ PS=":" FS="/" ;; ---- ./jdk/test/sun/security/tools/jarsigner/AlgOptions.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/jarsigner/AlgOptions.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/jarsigner/AlgOptions.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/jarsigner/AlgOptions.sh Sun Feb 10 09:27:00 2019 -0800 @@ -46,7 +46,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1084,8 +1128,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/jarsigner/PercentSign.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/jarsigner/PercentSign.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/jarsigner/PercentSign.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/jarsigner/PercentSign.sh Sun Feb 10 09:27:00 2019 -0800 @@ -46,7 +46,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1095,8 +1139,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/jarsigner/diffend.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/jarsigner/diffend.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/jarsigner/diffend.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/jarsigner/diffend.sh Sun Feb 10 09:27:00 2019 -0800 @@ -47,6 +47,13 @@ FS="/" CP="${FS}bin${FS}cp -f" @@ -1111,8 +1155,8 @@ CYGWIN* ) NULL=/dev/null PS=";" ---- ./jdk/test/sun/security/tools/jarsigner/emptymanifest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/jarsigner/emptymanifest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/jarsigner/emptymanifest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/jarsigner/emptymanifest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -39,6 +39,11 @@ Windows_* ) FS="\\" @@ -1125,8 +1169,8 @@ * ) FS="/" ;; ---- ./jdk/test/sun/security/tools/jarsigner/oldsig.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/jarsigner/oldsig.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/jarsigner/oldsig.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/jarsigner/oldsig.sh Sun Feb 10 09:27:00 2019 -0800 @@ -42,7 +42,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1136,8 +1180,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/keytool/AltProviderPath.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/keytool/AltProviderPath.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/keytool/AltProviderPath.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/keytool/AltProviderPath.sh Sun Feb 10 09:27:00 2019 -0800 @@ -46,7 +46,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1147,8 +1191,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/keytool/CloneKeyAskPassword.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/keytool/CloneKeyAskPassword.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/keytool/CloneKeyAskPassword.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/keytool/CloneKeyAskPassword.sh Sun Feb 10 09:27:00 2019 -0800 @@ -55,7 +55,7 @@ PATHSEP=":" FILESEP="/" @@ -1158,8 +1202,8 @@ PATHSEP=":" FILESEP="/" ;; ---- ./jdk/test/sun/security/tools/keytool/NoExtNPE.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/keytool/NoExtNPE.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/keytool/NoExtNPE.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/keytool/NoExtNPE.sh Sun Feb 10 09:27:00 2019 -0800 @@ -48,7 +48,7 @@ Linux ) FILESEP="/" @@ -1169,8 +1213,8 @@ FILESEP="/" ;; AIX ) ---- ./jdk/test/sun/security/tools/keytool/SecretKeyKS.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/keytool/SecretKeyKS.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/keytool/SecretKeyKS.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/keytool/SecretKeyKS.sh Sun Feb 10 09:27:00 2019 -0800 @@ -45,7 +45,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1180,8 +1224,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/keytool/StandardAlgName.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/keytool/StandardAlgName.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/keytool/StandardAlgName.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/keytool/StandardAlgName.sh Sun Feb 10 09:27:00 2019 -0800 @@ -46,7 +46,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1191,8 +1235,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/keytool/StorePasswordsByShell.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/keytool/StorePasswordsByShell.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/keytool/StorePasswordsByShell.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/keytool/StorePasswordsByShell.sh Sun Feb 10 09:27:00 2019 -0800 @@ -46,7 +46,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1202,8 +1246,8 @@ PATHSEP=":" FILESEP="/" ;; ---- ./jdk/test/sun/security/tools/keytool/i18n.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/keytool/i18n.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/keytool/i18n.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/keytool/i18n.sh Sun Feb 10 09:27:00 2019 -0800 @@ -46,7 +46,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1213,8 +1257,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/keytool/printssl.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/keytool/printssl.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/keytool/printssl.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/keytool/printssl.sh Sun Feb 10 09:27:00 2019 -0800 @@ -40,7 +40,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1224,8 +1268,8 @@ FS="/" ;; CYGWIN* ) ---- ./jdk/test/sun/security/tools/keytool/resource.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/keytool/resource.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/keytool/resource.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/keytool/resource.sh Sun Feb 10 09:27:00 2019 -0800 @@ -43,7 +43,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1235,8 +1279,8 @@ NULL=/dev/null FS="/" ;; ---- ./jdk/test/sun/security/tools/keytool/standard.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/keytool/standard.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/keytool/standard.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/keytool/standard.sh Sun Feb 10 09:27:00 2019 -0800 @@ -45,7 +45,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1246,8 +1290,8 @@ FS="/" ;; Windows_* ) ---- ./jdk/test/sun/security/tools/policytool/Alias.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/policytool/Alias.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/policytool/Alias.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/policytool/Alias.sh Sun Feb 10 09:27:00 2019 -0800 @@ -47,7 +47,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1257,8 +1301,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/policytool/ChangeUI.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/policytool/ChangeUI.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/policytool/ChangeUI.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/policytool/ChangeUI.sh Sun Feb 10 09:27:00 2019 -0800 @@ -46,7 +46,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1268,8 +1312,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/policytool/OpenPolicy.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/policytool/OpenPolicy.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/policytool/OpenPolicy.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/policytool/OpenPolicy.sh Sun Feb 10 09:27:00 2019 -0800 @@ -46,7 +46,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1279,8 +1323,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/policytool/SaveAs.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/policytool/SaveAs.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/policytool/SaveAs.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/policytool/SaveAs.sh Sun Feb 10 09:27:00 2019 -0800 @@ -47,7 +47,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1290,8 +1334,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/policytool/UpdatePermissions.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/policytool/UpdatePermissions.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/policytool/UpdatePermissions.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/policytool/UpdatePermissions.sh Sun Feb 10 09:27:00 2019 -0800 @@ -47,7 +47,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1301,8 +1345,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/policytool/UsePolicy.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/policytool/UsePolicy.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/policytool/UsePolicy.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/policytool/UsePolicy.sh Sun Feb 10 09:27:00 2019 -0800 @@ -46,7 +46,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1312,8 +1356,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/security/tools/policytool/i18n.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/security/tools/policytool/i18n.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/security/tools/policytool/i18n.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/security/tools/policytool/i18n.sh Sun Feb 10 09:27:00 2019 -0800 @@ -49,7 +49,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1323,8 +1367,8 @@ NULL=/dev/null PS=":" FS="/" ---- ./jdk/test/sun/tools/common/CommonSetup.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/tools/common/CommonSetup.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/tools/common/CommonSetup.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/tools/common/CommonSetup.sh Sun Feb 10 09:27:00 2019 -0800 @@ -47,6 +47,7 @@ # isLinux - true if OS is Linux # isSolaris - true if OS is Solaris @@ -1352,8 +1396,8 @@ Darwin ) OS="Mac OS X" isMacos=true ---- ./jdk/test/sun/tools/jconsole/ResourceCheckTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/tools/jconsole/ResourceCheckTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/tools/jconsole/ResourceCheckTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/tools/jconsole/ResourceCheckTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -54,7 +54,7 @@ OS=`uname -s` @@ -1363,8 +1407,8 @@ PATHSEP=":" ;; ---- ./jdk/test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh Sun Feb 10 09:27:00 2019 -0800 @@ -56,7 +56,7 @@ OS=`uname -s` @@ -1374,8 +1418,8 @@ PATHSEP=":" ;; ---- ./jdk/test/tools/launcher/ExecutionEnvironment.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/tools/launcher/ExecutionEnvironment.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/tools/launcher/ExecutionEnvironment.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/tools/launcher/ExecutionEnvironment.java Sun Feb 10 09:27:00 2019 -0800 @@ -194,7 +194,7 @@ Map<String, String> env = new HashMap<>(); @@ -1385,8 +1429,8 @@ for (String x : LD_PATH_STRINGS) { String pairs[] = x.split("="); env.put(pairs[0], pairs[1]); ---- ./jdk/test/tools/launcher/RunpathTest.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/tools/launcher/RunpathTest.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/tools/launcher/RunpathTest.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/tools/launcher/RunpathTest.java Sun Feb 10 09:27:00 2019 -0800 @@ -69,7 +69,7 @@ } @@ -1396,8 +1440,8 @@ RunpathTest rp = new RunpathTest(); rp.testRpath(); } ---- ./jdk/test/tools/launcher/Test7029048.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/tools/launcher/Test7029048.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/tools/launcher/Test7029048.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/tools/launcher/Test7029048.java Sun Feb 10 09:27:00 2019 -0800 @@ -223,7 +223,7 @@ } else if (isSolaris && passes < 9) { throw new Exception("Test7029048: FAIL: " + @@ -1407,8 +1451,8 @@ throw new Exception("Test7029048: FAIL: " + "all tests did not run, expected " + 6 + " got " + passes); } else { ---- ./jdk/test/tools/launcher/TestHelper.java Sat Oct 06 10:26:40 2018 +0100 -+++ ./jdk/test/tools/launcher/TestHelper.java Sat Dec 01 12:24:15 2018 -0800 +--- ./jdk/test/tools/launcher/TestHelper.java Sat Dec 08 11:51:25 2018 +0000 ++++ ./jdk/test/tools/launcher/TestHelper.java Sun Feb 10 09:27:00 2019 -0800 @@ -94,6 +94,8 @@ System.getProperty("os.name", "unknown").startsWith("Linux"); static final boolean isAIX = @@ -1418,8 +1462,8 @@ static final String LIBJVM = isWindows ? "jvm.dll" : "libjvm" + (isMacOSX ? ".dylib" : ".so"); ---- ./langtools/test/Makefile Sat Oct 06 10:27:38 2018 +0100 -+++ ./langtools/test/Makefile Wed Nov 21 19:36:38 2018 -0800 +--- ./langtools/test/Makefile Sat Dec 08 11:52:50 2018 +0000 ++++ ./langtools/test/Makefile Fri Feb 08 17:44:17 2019 -0800 @@ -34,6 +34,14 @@ ARCH=i586 endif @@ -1435,8 +1479,8 @@ ifeq ($(OSNAME), Darwin) PLATFORM = bsd ARCH = $(shell uname -m) ---- ./langtools/test/tools/javah/ReadOldClass.sh Sat Oct 06 10:27:38 2018 +0100 -+++ ./langtools/test/tools/javah/ReadOldClass.sh Wed Nov 21 19:36:38 2018 -0800 +--- ./langtools/test/tools/javah/ReadOldClass.sh Sat Dec 08 11:52:50 2018 +0000 ++++ ./langtools/test/tools/javah/ReadOldClass.sh Fri Feb 08 17:44:17 2019 -0800 @@ -43,7 +43,7 @@ # set platform-dependent variables OS=`uname -s` @@ -1446,3 +1490,14 @@ PS=":" FS="/" ;; +--- ./nashorn/test/script/jfx.js Sat Dec 08 11:53:10 2018 +0000 ++++ ./nashorn/test/script/jfx.js Fri Feb 08 17:44:19 2019 -0800 +@@ -93,6 +93,8 @@ + f2 = new File(sb.append(fsep + "linux.png").toString()); + } else if (OSInfo.getOSType() == OSType.MACOSX) { + f2 = new File(sb.append(fsep + "macosx.png").toString()); ++ } else if (OSInfo.getOSType() == OSType.BSD) { ++ f2 = new File(sb.append(fsep + "bsd.png").toString()); + } + if (f1.exists() && f2.exists()) { + var image1 = new AWTImage(PNGDecoder.decode(f1.getAbsolutePath())); diff --git a/java/openjdk8/files/patch-endian b/java/openjdk8/files/patch-endian deleted file mode 100644 index 1c67bf2c877c..000000000000 --- a/java/openjdk8/files/patch-endian +++ /dev/null @@ -1,44 +0,0 @@ ---- common/autoconf/flags.m4 Fri Feb 08 17:57:16 2019 -0800 -+++ common/autoconf/flags.m4 Fri Feb 08 22:49:40 2019 -0800 -@@ -548,6 +548,9 @@ - else - CCXXFLAGS_JDK="$CCXXFLAGS_JDK -D_LITTLE_ENDIAN" - fi -+ if test "x$OPENJDK_TARGET_OS" = xbsd; then -+ CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DVM_LITTLE_ENDIAN" -+ fi - else - # Same goes for _BIG_ENDIAN. Do we really need to set *ENDIAN on Solaris if they - # are defined in the system? -@@ -556,6 +559,9 @@ - else - CCXXFLAGS_JDK="$CCXXFLAGS_JDK -D_BIG_ENDIAN" - fi -+ if test "x$OPENJDK_TARGET_OS" = xbsd; then -+ CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DVM_BIG_ENDIAN" -+ fi - fi - if test "x$OPENJDK_TARGET_CPU" = xppc64le; then - CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DABI_ELFv2" ---- common/autoconf/generated-configure.sh Fri Feb 08 17:57:16 2019 -0800 -+++ common/autoconf/generated-configure.sh Fri Feb 08 22:49:40 2019 -0800 -@@ -41879,6 +41879,9 @@ - else - CCXXFLAGS_JDK="$CCXXFLAGS_JDK -D_LITTLE_ENDIAN" - fi -+ if test "x$OPENJDK_TARGET_OS" = xbsd; then -+ CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DVM_LITTLE_ENDIAN" -+ fi - else - # Same goes for _BIG_ENDIAN. Do we really need to set *ENDIAN on Solaris if they - # are defined in the system? -@@ -41887,6 +41890,9 @@ - else - CCXXFLAGS_JDK="$CCXXFLAGS_JDK -D_BIG_ENDIAN" - fi -+ if test "x$OPENJDK_TARGET_OS" = xbsd; then -+ CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DVM_BIG_ENDIAN" -+ fi - fi - if test "x$OPENJDK_TARGET_CPU" = xppc64le; then - CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DABI_ELFv2" |