jprt.properties 16.8 KB
Newer Older
D
duke 已提交
1
#
X
xdono 已提交
2
# Copyright 2006-2008 Sun Microsystems, Inc.  All Rights Reserved.
D
duke 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# 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.
#
# 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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
# CA 95054 USA or visit www.sun.com if you need additional information or
# have any questions.
I
iveresov 已提交
22
#
D
duke 已提交
23 24 25 26
#

# Properties for jprt

I
iveresov 已提交
27
# All build result bundles are full jdks, so the 64bit testing does not
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
#    need the 32bit sibling bundle installed.
#    Note: If the hotspot/make/Makefile changed to only bundle the 64bit files
#          when bundling 64bit, and stripped out the 64bit files from any 32bit
#          bundles, then this setting would be need to be "true".

jprt.need.sibling.build=false

# At submit time, the release supplied will be in jprt.submit.release
#    and will be one of the official release names defined in jprt.
#    jprt supports property value expansion using ${property.name} syntax.

# This tells jprt what default release we want to build

jprt.tools.default.release=${jprt.submit.release}

# Define the Solaris platforms we want for the various releases

jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10
jprt.my.solaris.sparc.jdk6=solaris_sparc_5.8
jprt.my.solaris.sparc.jdk6perf=solaris_sparc_5.8
jprt.my.solaris.sparc.jdk6u10=solaris_sparc_5.8
49
jprt.my.solaris.sparc.jdk6u14=solaris_sparc_5.8
50 51 52 53 54 55
jprt.my.solaris.sparc=${jprt.my.solaris.sparc.${jprt.tools.default.release}}

jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10
jprt.my.solaris.sparcv9.jdk6=solaris_sparcv9_5.8
jprt.my.solaris.sparcv9.jdk6perf=solaris_sparcv9_5.8
jprt.my.solaris.sparcv9.jdk6u10=solaris_sparcv9_5.8
56
jprt.my.solaris.sparcv9.jdk6u14=solaris_sparcv9_5.8
57 58 59 60 61 62
jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}}

jprt.my.solaris.i586.jdk7=solaris_i586_5.10
jprt.my.solaris.i586.jdk6=solaris_i586_5.8
jprt.my.solaris.i586.jdk6perf=solaris_i586_5.8
jprt.my.solaris.i586.jdk6u10=solaris_i586_5.8
63
jprt.my.solaris.i586.jdk6u14=solaris_i586_5.8
64 65 66 67 68 69
jprt.my.solaris.i586=${jprt.my.solaris.i586.${jprt.tools.default.release}}

jprt.my.solaris.x64.jdk7=solaris_x64_5.10
jprt.my.solaris.x64.jdk6=solaris_x64_5.10
jprt.my.solaris.x64.jdk6perf=solaris_x64_5.10
jprt.my.solaris.x64.jdk6u10=solaris_x64_5.10
70
jprt.my.solaris.x64.jdk6u14=solaris_x64_5.10
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}}

jprt.my.linux.i586=linux_i586
jprt.my.linux.x64=linux_x64
jprt.my.windows.i586=windows_i586
jprt.my.windows.x64=windows_x64

# Standard list of jprt build targets for this source tree

jprt.build.targets= \
    ${jprt.my.solaris.sparc}-{product|fastdebug|debug}, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug|debug}, \
    ${jprt.my.solaris.i586}-{product|fastdebug|debug}, \
    ${jprt.my.solaris.x64}-{product|fastdebug|debug}, \
    ${jprt.my.linux.i586}-{product|fastdebug|debug}, \
    ${jprt.my.linux.x64}-{product|fastdebug}, \
    ${jprt.my.windows.i586}-{product|fastdebug|debug}, \
    ${jprt.my.windows.x64}-{product|fastdebug|debug}

# Subset lists of test targets for this source tree

jprt.my.solaris.sparc.test.targets= \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jvm98, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-scimark, \
    ${jprt.my.solaris.sparc}-product-{c1|c2}-runThese, \
    ${jprt.my.solaris.sparc}-fastdebug-c1-runThese_Xshare, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
I
iveresov 已提交
102 103
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
104 105 106 107 108
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_default, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_SerialGC, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParallelGC, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParNewGC, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_CMS, \
I
iveresov 已提交
109 110
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_G1, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParOldGC, \
111 112 113 114
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_default, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_SerialGC, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParallelGC, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_CMS, \
I
iveresov 已提交
115 116
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_G1, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParOldGC
117 118 119 120 121 122 123 124 125 126

jprt.my.solaris.sparcv9.test.targets= \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \
    ${jprt.my.solaris.sparcv9}-product-c2-runThese, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_default, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \
I
iveresov 已提交
127 128
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
129 130 131 132 133
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_default, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \
I
iveresov 已提交
134 135
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
136 137 138 139
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \
I
iveresov 已提交
140 141
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
142 143 144 145 146 147 148 149 150 151 152

jprt.my.solaris.x64.test.targets= \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \
    ${jprt.my.solaris.x64}-product-c2-runThese, \
    ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_default, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
I
iveresov 已提交
153 154
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
155 156 157 158 159
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_default, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
I
iveresov 已提交
160 161
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
162 163 164
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
I
iveresov 已提交
165 166 167
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
168 169 170 171 172

jprt.my.solaris.i586.test.targets= \
    ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
    ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-scimark, \
    ${jprt.my.solaris.i586}-product-{c1|c2}-runThese_Xcomp, \
I
iveresov 已提交
173
    ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xcomp, \
174 175 176 177 178 179
    ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xshare, \
    ${jprt.my.solaris.i586}-product-c1-GCBasher_default, \
    ${jprt.my.solaris.i586}-product-c1-GCBasher_SerialGC, \
    ${jprt.my.solaris.i586}-product-c1-GCBasher_ParallelGC, \
    ${jprt.my.solaris.i586}-product-c1-GCBasher_ParNewGC, \
    ${jprt.my.solaris.i586}-product-c1-GCBasher_CMS, \
I
iveresov 已提交
180 181
    ${jprt.my.solaris.i586}-product-c1-GCBasher_G1, \
    ${jprt.my.solaris.i586}-product-c1-GCBasher_ParOldGC, \
182 183 184 185 186
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_default, \
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_SerialGC, \
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParallelGC, \
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParNewGC, \
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_CMS, \
I
iveresov 已提交
187 188
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_G1, \
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParOldGC, \
189 190 191 192 193
    ${jprt.my.solaris.i586}-product-c1-GCOld_default, \
    ${jprt.my.solaris.i586}-product-c1-GCOld_SerialGC, \
    ${jprt.my.solaris.i586}-product-c1-GCOld_ParallelGC, \
    ${jprt.my.solaris.i586}-product-c1-GCOld_ParNewGC, \
    ${jprt.my.solaris.i586}-product-c1-GCOld_CMS, \
I
iveresov 已提交
194 195
    ${jprt.my.solaris.i586}-product-c1-GCOld_G1, \
    ${jprt.my.solaris.i586}-product-c1-GCOld_ParOldGC, \
196 197 198
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default, \
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParallelGC, \
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_CMS, \
I
iveresov 已提交
199 200
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_G1, \
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParOldGC
201 202 203 204 205 206 207 208 209 210 211 212

jprt.my.linux.i586.test.targets = \
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \
    ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \
    ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \
    ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
I
iveresov 已提交
213 214
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
215 216 217 218 219
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_default, \
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_SerialGC, \
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParallelGC, \
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParNewGC, \
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \
I
iveresov 已提交
220 221
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \
222 223 224
    ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_default, \
    ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParallelGC, \
    ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \
I
iveresov 已提交
225 226
    ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \
    ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC
227 228 229 230 231 232 233 234 235

jprt.my.linux.x64.test.targets = \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-scimark, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_default, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
I
iveresov 已提交
236 237
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
238 239 240 241 242
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_default, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \
I
iveresov 已提交
243 244
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
245 246
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
I
iveresov 已提交
247 248
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
249 250 251 252 253 254 255 256 257 258 259 260

jprt.my.windows.i586.test.targets = \
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
    ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \
    ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \
    ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
I
iveresov 已提交
261 262
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
263 264 265 266 267
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_default, \
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \
I
iveresov 已提交
268 269
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
270 271 272
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \
    ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \
    ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \
I
iveresov 已提交
273 274
    ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
    ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
275 276 277 278 279 280 281 282 283 284 285

jprt.my.windows.x64.test.targets = \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \
    ${jprt.my.windows.x64}-product-c2-runThese, \
    ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_default, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
I
iveresov 已提交
286 287
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_G1, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
288 289 290 291 292
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_default, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \
I
iveresov 已提交
293 294
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
295 296 297
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \
    ${jprt.my.windows.x64}-product-c2-jbb_CMS, \
    ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \
I
iveresov 已提交
298 299
    ${jprt.my.windows.x64}-product-c2-jbb_G1, \
    ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
300 301 302 303 304 305 306 307 308 309 310 311

# The complete list of test targets for jprt

jprt.test.targets = \
  ${jprt.my.solaris.sparc.test.targets}, \
  ${jprt.my.solaris.sparcv9.test.targets}, \
  ${jprt.my.solaris.i586.test.targets}, \
  ${jprt.my.solaris.x64.test.targets}, \
  ${jprt.my.linux.i586.test.targets}, \
  ${jprt.my.linux.x64.test.targets}, \
  ${jprt.my.windows.i586.test.targets}, \
  ${jprt.my.windows.x64.test.targets}
D
duke 已提交
312

313 314 315 316 317 318
# The default test/Makefile targets that should be run

# Example:
#   jprt.make.rule.test.targets=*-*-*-packtest
#jprt.make.rule.test.targets=*-product-*-packtest