From 6ffd74f8250defe0e1c2099a550eb31fb7e7c1d1 Mon Sep 17 00:00:00 2001 From: tbell Date: Thu, 12 Jun 2014 18:08:39 +0000 Subject: [PATCH] 8046474: Source changes needed to build JDK 9 with new platforms and compilers on Solaris and Linux Reviewed-by: erikj, dholmes --- make/jprt.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/make/jprt.properties b/make/jprt.properties index 081ac7e9de..6e79202c37 100644 --- a/make/jprt.properties +++ b/make/jprt.properties @@ -25,7 +25,7 @@ # Properties for jprt -# Locked down to jdk8 +# Locked down to jdk9 jprt.tools.default.release=jdk9 # Unix toolkit to use for building on windows @@ -36,8 +36,8 @@ jprt.build.flavors=product,fastdebug # Standard list of jprt build targets for this source tree jprt.build.targets= \ - solaris_sparcv9_5.10-{product|fastdebug}, \ - solaris_x64_5.10-{product|fastdebug}, \ + solaris_sparcv9_5.11-{product|fastdebug}, \ + solaris_x64_5.11-{product|fastdebug}, \ linux_i586_2.6-{product|fastdebug}, \ linux_x64_2.6-{product|fastdebug}, \ macosx_x64_10.7-{product|fastdebug}, \ @@ -49,8 +49,8 @@ jprt.my.test.set=${jprt.test.set} # Test target list (no fastdebug & limited c2 testing) jprt.my.test.target.set= \ - solaris_sparcv9_5.10-product-c2-TESTNAME, \ - solaris_x64_5.10-product-c2-TESTNAME, \ + solaris_sparcv9_5.11-product-c2-TESTNAME, \ + solaris_x64_5.11-product-c2-TESTNAME, \ linux_i586_2.6-product-{c1|c2}-TESTNAME, \ linux_x64_2.6-product-c2-TESTNAME, \ macosx_x64_10.7-product-c2-TESTNAME, \ @@ -131,8 +131,8 @@ jprt.make.rule.pit.test.targets= \ # JCK test targets in test/Makefile (no windows) jprt.my.jck.test.target.set= \ - solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, \ - solaris_x64_5.10-product-c2-JCK7TESTRULE, \ + solaris_sparcv9_5.11-product-c2-JCK7TESTRULE, \ + solaris_x64_5.11-product-c2-JCK7TESTRULE, \ linux_i586_2.6-product-c1-JCK7TESTRULE, \ linux_x64_2.6-product-c2-JCK7TESTRULE -- GitLab