8025411: JPRT to switch to the new Win platforms for JDK8 builds this week jdk8-b109

Wed, 25 Sep 2013 12:24:13 -0700

author
tbell
date
Wed, 25 Sep 2013 12:24:13 -0700
changeset 2031
985abf1cd327
parent 2030
8ecfe6a3ba4c
child 2032
6f11dc295641

8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
Reviewed-by: ksrini, katleman

make/jprt.properties file | annotate | diff | comparison | revisions
     1.1 --- a/make/jprt.properties	Thu Sep 19 09:37:26 2013 -0700
     1.2 +++ b/make/jprt.properties	Wed Sep 25 12:24:13 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -40,8 +40,8 @@
    1.11      linux_i586_2.6-{product|fastdebug},                         \
    1.12      linux_x64_2.6-{product|fastdebug},                          \
    1.13      macosx_x64_10.7-{product|fastdebug},                        \
    1.14 -    windows_i586_5.1-{product|fastdebug},                       \
    1.15 -    windows_x64_5.2-{product|fastdebug}
    1.16 +    windows_i586_6.1-{product|fastdebug},                       \
    1.17 +    windows_x64_6.1-{product|fastdebug}
    1.18  
    1.19  # Test target list (no fastdebug & limited c2 testing)
    1.20  jprt.my.test.target.set= 					\
    1.21 @@ -52,8 +52,8 @@
    1.22      linux_i586_2.6-product-{c1|c2}-TESTNAME,                    \
    1.23      linux_x64_2.6-product-c2-TESTNAME,                          \
    1.24      macosx_x64_10.7-product-c2-TESTNAME,                        \
    1.25 -    windows_i586_5.1-product-c1-TESTNAME,                       \
    1.26 -    windows_x64_5.2-product-c2-TESTNAME
    1.27 +    windows_i586_6.1-product-c1-TESTNAME,                       \
    1.28 +    windows_x64_6.1-product-c2-TESTNAME
    1.29  
    1.30  # Default test targets
    1.31  jprt.make.rule.test.targets=					\
    1.32 @@ -71,8 +71,8 @@
    1.33      linux_i586_2.6-product-{c1|c2}-TESTNAME,                    \
    1.34      linux_x64_2.6-product-c2-TESTNAME,                          \
    1.35      macosx_x64_10.7-product-c2-TESTNAME,                        \
    1.36 -    windows_i586_5.1-product-c1-TESTNAME,                       \
    1.37 -    windows_x64_5.2-product-c2-TESTNAME
    1.38 +    windows_i586_6.1-product-c1-TESTNAME,                       \
    1.39 +    windows_x64_6.1-product-c2-TESTNAME
    1.40  
    1.41  # Default test targets
    1.42  jprt.make.rule.test.targets=					\

mercurial