# HG changeset patch # User lana # Date 1382988574 25200 # Node ID 44e3ba40e00ceab1428d9d526536337b42ca7a0b # Parent 860f1d21763a409c517b63e8a391cc75a47f54ba# Parent 850d2602ae9811687b0f404d05ec3e55df91d9cb Merge diff -r 860f1d21763a -r 44e3ba40e00c .hgtags --- a/.hgtags Thu Oct 24 16:52:27 2013 -0700 +++ b/.hgtags Mon Oct 28 12:29:34 2013 -0700 @@ -234,3 +234,4 @@ 41541097533aa3933a018c8c1c426c1871dfd76e jdk8-b110 af6244ba81b6b8d1bf4ab06587a2067e021e4570 jdk8-b111 954dd199d6ff3e4cfc42b894c1f611150526eecd jdk8-b112 +54150586ba785e1eb0c0de8d13906f643f640644 jdk8-b113 diff -r 860f1d21763a -r 44e3ba40e00c make/jprt.properties --- a/make/jprt.properties Thu Oct 24 16:52:27 2013 -0700 +++ b/make/jprt.properties Mon Oct 28 12:29:34 2013 -0700 @@ -33,9 +33,7 @@ # Standard list of jprt build targets for this source tree jprt.build.targets= \ - solaris_sparc_5.10-{product|fastdebug}, \ solaris_sparcv9_5.10-{product|fastdebug}, \ - solaris_i586_5.10-{product|fastdebug}, \ solaris_x64_5.10-{product|fastdebug}, \ linux_i586_2.6-{product|fastdebug}, \ linux_x64_2.6-{product|fastdebug}, \ @@ -45,9 +43,7 @@ # Test target list (no fastdebug & limited c2 testing) jprt.my.test.target.set= \ - solaris_sparc_5.10-product-c1-TESTNAME, \ solaris_sparcv9_5.10-product-c2-TESTNAME, \ - solaris_i586_5.10-product-c1-TESTNAME, \ solaris_x64_5.10-product-c2-TESTNAME, \ linux_i586_2.6-product-{c1|c2}-TESTNAME, \ linux_x64_2.6-product-c2-TESTNAME, \ @@ -64,9 +60,7 @@ # Test target list (no fastdebug & limited c2 testing) jprt.my.test.target.set= \ - solaris_sparc_5.10-product-c1-TESTNAME, \ solaris_sparcv9_5.10-product-c2-TESTNAME, \ - solaris_i586_5.10-product-c1-TESTNAME, \ solaris_x64_5.10-product-c2-TESTNAME, \ linux_i586_2.6-product-{c1|c2}-TESTNAME, \ linux_x64_2.6-product-c2-TESTNAME, \