--- a/common/autoconf/generated-configure.sh Thu Dec 17 20:24:47 2015 -0800
+++ b/common/autoconf/generated-configure.sh Fri Dec 18 09:37:15 2015 -0800
@@ -4801,7 +4801,7 @@
#CUSTOM_AUTOCONF_INCLUDE
# Do not change or remove the following line, it is needed for consistency checks:
-DATE_WHEN_GENERATED=1450277321
+DATE_WHEN_GENERATED=1450343758
###############################################################################
#
@@ -14780,7 +14780,7 @@
VAR_CPU_ENDIAN=big
;;
powerpc64le)
- VAR_CPU=ppc64
+ VAR_CPU=ppc64le
VAR_CPU_ARCH=ppc
VAR_CPU_BITS=64
VAR_CPU_ENDIAN=little
@@ -14919,7 +14919,7 @@
VAR_CPU_ENDIAN=big
;;
powerpc64le)
- VAR_CPU=ppc64
+ VAR_CPU=ppc64le
VAR_CPU_ARCH=ppc
VAR_CPU_BITS=64
VAR_CPU_ENDIAN=little
@@ -47734,7 +47734,10 @@
ENABLE_DEBUG_SYMBOLS=true
ZIP_DEBUGINFO_FILES=true
- DEBUG_BINARIES=true
+ # -g is already added by ENABLE_DEBUG_SYMBOLS and the hotspot makefiles
+ # will basically do slowdebug builds when DEBUG_BINARIES is set for
+ # fastdebug builds
+ DEBUG_BINARIES=false
STRIP_POLICY=min_strip
elif test "x$NATIVE_DEBUG_SYMBOLS" = xnone; then
ENABLE_DEBUG_SYMBOLS=false
@@ -47744,6 +47747,8 @@
elif test "x$NATIVE_DEBUG_SYMBOLS" = xinternal; then
ENABLE_DEBUG_SYMBOLS=false # -g option only
ZIP_DEBUGINFO_FILES=false
+ # Fastdebug builds with this setting will essentially be slowdebug
+ # in hotspot.
DEBUG_BINARIES=true
STRIP_POLICY=no_strip
STRIP=""
@@ -47759,7 +47764,10 @@
ENABLE_DEBUG_SYMBOLS=true
ZIP_DEBUGINFO_FILES=false
- DEBUG_BINARIES=true
+ # -g is already added by ENABLE_DEBUG_SYMBOLS and the hotspot makefiles
+ # will basically do slowdebug builds when DEBUG_BINARIES is set for
+ # fastdebug builds
+ DEBUG_BINARIES=false
STRIP_POLICY=min_strip
else
as_fn_error $? "Allowed native debug symbols are: none, internal, external, zipped" "$LINENO" 5
--- a/common/autoconf/hotspot.m4 Thu Dec 17 20:24:47 2015 -0800
+++ b/common/autoconf/hotspot.m4 Fri Dec 18 09:37:15 2015 -0800
@@ -266,3 +266,14 @@
HOTSPOT_MAKE_ARGS="$HOTSPOT_TARGET"
AC_SUBST(HOTSPOT_MAKE_ARGS)
])
+
+ # -g is already added by ENABLE_DEBUG_SYMBOLS and the hotspot makefiles
+ # will basically do slowdebug builds when DEBUG_BINARIES is set for
+ # fastdebug builds
+ DEBUG_BINARIES=false
+ # Fastdebug builds with this setting will essentially be slowdebug
+ # in hotspot.
+ # -g is already added by ENABLE_DEBUG_SYMBOLS and the hotspot makefiles
+ # will basically do slowdebug builds when DEBUG_BINARIES is set for
+ # fastdebug builds
+ DEBUG_BINARIES=false
\ No newline at end of file
--- a/common/autoconf/jdk-options.m4 Thu Dec 17 20:24:47 2015 -0800
+++ b/common/autoconf/jdk-options.m4 Fri Dec 18 09:37:15 2015 -0800
@@ -253,7 +253,10 @@
ENABLE_DEBUG_SYMBOLS=true
ZIP_DEBUGINFO_FILES=true
- DEBUG_BINARIES=true
+ # -g is already added by ENABLE_DEBUG_SYMBOLS and the hotspot makefiles
+ # will basically do slowdebug builds when DEBUG_BINARIES is set for
+ # fastdebug builds
+ DEBUG_BINARIES=false
STRIP_POLICY=min_strip
elif test "x$NATIVE_DEBUG_SYMBOLS" = xnone; then
ENABLE_DEBUG_SYMBOLS=false
@@ -263,6 +266,8 @@
elif test "x$NATIVE_DEBUG_SYMBOLS" = xinternal; then
ENABLE_DEBUG_SYMBOLS=false # -g option only
ZIP_DEBUGINFO_FILES=false
+ # Fastdebug builds with this setting will essentially be slowdebug
+ # in hotspot.
DEBUG_BINARIES=true
STRIP_POLICY=no_strip
STRIP=""
@@ -278,7 +283,10 @@
ENABLE_DEBUG_SYMBOLS=true
ZIP_DEBUGINFO_FILES=false
- DEBUG_BINARIES=true
+ # -g is already added by ENABLE_DEBUG_SYMBOLS and the hotspot makefiles
+ # will basically do slowdebug builds when DEBUG_BINARIES is set for
+ # fastdebug builds
+ DEBUG_BINARIES=false
STRIP_POLICY=min_strip
else
AC_MSG_ERROR([Allowed native debug symbols are: none, internal, external, zipped])
--- a/common/autoconf/platform.m4 Thu Dec 17 20:24:47 2015 -0800
+++ b/common/autoconf/platform.m4 Fri Dec 18 09:37:15 2015 -0800
@@ -67,7 +67,7 @@
VAR_CPU_ENDIAN=big
;;
powerpc64le)
- VAR_CPU=ppc64
+ VAR_CPU=ppc64le
VAR_CPU_ARCH=ppc
VAR_CPU_BITS=64
VAR_CPU_ENDIAN=little
--- a/common/bin/unshuffle_list.txt Thu Dec 17 20:24:47 2015 -0800
+++ b/common/bin/unshuffle_list.txt Fri Dec 18 09:37:15 2015 -0800
@@ -378,6 +378,7 @@
jdk/src/java.base/unix/conf/i586/jvm.cfg : jdk/src/solaris/bin/i586/jvm.cfg
jdk/src/java.base/unix/conf/ia64/jvm.cfg : jdk/src/solaris/bin/ia64/jvm.cfg
jdk/src/java.base/unix/conf/ppc64/jvm.cfg : jdk/src/solaris/bin/ppc64/jvm.cfg
+jdk/src/java.base/unix/conf/ppc64le/jvm.cfg : jdk/src/solaris/bin/ppc64le/jvm.cfg
jdk/src/java.base/unix/conf/ppc/jvm.cfg : jdk/src/solaris/bin/ppc/jvm.cfg
jdk/src/java.base/unix/conf/sdp/sdp.conf.template : jdk/src/solaris/lib/sdp/sdp.conf.template
jdk/src/java.base/unix/conf/sparc/jvm.cfg : jdk/src/solaris/bin/sparc/jvm.cfg