jprt.properties 16.6 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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 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
#    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
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
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
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
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 已提交
98 99
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
100 101 102 103 104
    ${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 已提交
105 106
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_G1, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParOldGC, \
107 108 109 110
    ${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 已提交
111 112
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_G1, \
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParOldGC
113 114 115 116 117 118 119 120 121 122

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 已提交
123 124
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
125 126 127 128 129
    ${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 已提交
130 131
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
132 133 134 135
    ${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 已提交
136 137
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
138 139 140 141 142 143 144 145 146 147 148

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 已提交
149 150
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
151 152 153 154 155
    ${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 已提交
156 157
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
158 159 160
    ${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 已提交
161 162 163
    ${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
164 165 166 167 168

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 已提交
169
    ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xcomp, \
170 171 172 173 174 175
    ${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 已提交
176 177
    ${jprt.my.solaris.i586}-product-c1-GCBasher_G1, \
    ${jprt.my.solaris.i586}-product-c1-GCBasher_ParOldGC, \
178 179 180 181 182
    ${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 已提交
183 184
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_G1, \
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParOldGC, \
185 186 187 188 189
    ${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 已提交
190 191
    ${jprt.my.solaris.i586}-product-c1-GCOld_G1, \
    ${jprt.my.solaris.i586}-product-c1-GCOld_ParOldGC, \
192 193 194
    ${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 已提交
195 196
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_G1, \
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParOldGC
197 198 199 200 201 202 203 204 205 206 207 208

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 已提交
209 210
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
211 212 213 214 215
    ${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 已提交
216 217
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \
218 219 220
    ${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 已提交
221 222
    ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \
    ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC
223 224 225 226 227 228 229 230 231

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 已提交
232 233
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
234 235 236 237 238
    ${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 已提交
239 240
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
241 242
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
I
iveresov 已提交
243 244
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
245 246 247 248 249 250 251 252 253 254 255 256

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 已提交
257 258
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
259 260 261 262 263
    ${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 已提交
264 265
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
266 267 268
    ${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 已提交
269 270
    ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
    ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
271 272 273 274 275 276 277 278 279 280 281

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 已提交
282 283
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_G1, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
284 285 286 287 288
    ${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 已提交
289 290
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
291 292 293
    ${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 已提交
294 295
    ${jprt.my.windows.x64}-product-c2-jbb_G1, \
    ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
296 297 298 299 300 301 302 303 304 305 306 307

# 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 已提交
308

309 310 311 312 313 314
# The default test/Makefile targets that should be run

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