make/jprt.properties

Thu, 06 May 2010 12:46:21 -0700

author
trims
date
Thu, 06 May 2010 12:46:21 -0700
changeset 1847
731bcbe3c9c4
parent 1379
b1f5ced5da21
child 1907
c18cbe5936b8
permissions
-rw-r--r--

6950438: Add 6u18 and 6u20 release values explicitly to jprt.properties file
Summary: modify jprt.properties to allow JPRT to use 6u18 and 6u18 targets
Reviewed-by: ohair

duke@435 1 #
xdono@1279 2 # Copyright 2006-2009 Sun Microsystems, Inc. All Rights Reserved.
duke@435 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
duke@435 4 #
duke@435 5 # This code is free software; you can redistribute it and/or modify it
duke@435 6 # under the terms of the GNU General Public License version 2 only, as
duke@435 7 # published by the Free Software Foundation.
duke@435 8 #
duke@435 9 # This code is distributed in the hope that it will be useful, but WITHOUT
duke@435 10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
duke@435 11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
duke@435 12 # version 2 for more details (a copy is included in the LICENSE file that
duke@435 13 # accompanied this code).
duke@435 14 #
duke@435 15 # You should have received a copy of the GNU General Public License version
duke@435 16 # 2 along with this work; if not, write to the Free Software Foundation,
duke@435 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
duke@435 18 #
duke@435 19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
duke@435 20 # CA 95054 USA or visit www.sun.com if you need additional information or
duke@435 21 # have any questions.
iveresov@1067 22 #
duke@435 23 #
duke@435 24
duke@435 25 # Properties for jprt
duke@435 26
iveresov@1067 27 # All build result bundles are full jdks, so the 64bit testing does not
ohair@594 28 # need the 32bit sibling bundle installed.
ohair@594 29 # Note: If the hotspot/make/Makefile changed to only bundle the 64bit files
ohair@594 30 # when bundling 64bit, and stripped out the 64bit files from any 32bit
ohair@594 31 # bundles, then this setting would be need to be "true".
duke@435 32
ohair@594 33 jprt.need.sibling.build=false
duke@435 34
ohair@594 35 # At submit time, the release supplied will be in jprt.submit.release
ohair@594 36 # and will be one of the official release names defined in jprt.
ohair@594 37 # jprt supports property value expansion using ${property.name} syntax.
kamg@526 38
ohair@594 39 # This tells jprt what default release we want to build
kamg@526 40
ohair@594 41 jprt.tools.default.release=${jprt.submit.release}
duke@435 42
jcoomes@1379 43 # Disable syncing the source after builds and tests are done.
jcoomes@1379 44
jcoomes@1379 45 jprt.sync.push=false
jcoomes@1379 46
ohair@594 47 # Define the Solaris platforms we want for the various releases
duke@435 48
ohair@594 49 jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10
ohair@594 50 jprt.my.solaris.sparc.jdk6=solaris_sparc_5.8
ohair@594 51 jprt.my.solaris.sparc.jdk6perf=solaris_sparc_5.8
ohair@594 52 jprt.my.solaris.sparc.jdk6u10=solaris_sparc_5.8
trims@1154 53 jprt.my.solaris.sparc.jdk6u14=solaris_sparc_5.8
trims@1847 54 jprt.my.solaris.sparc.jdk6u18=solaris_sparc_5.8
trims@1847 55 jprt.my.solaris.sparc.jdk6u20=solaris_sparc_5.8
ohair@594 56 jprt.my.solaris.sparc=${jprt.my.solaris.sparc.${jprt.tools.default.release}}
ohair@594 57
ohair@594 58 jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10
ohair@594 59 jprt.my.solaris.sparcv9.jdk6=solaris_sparcv9_5.8
ohair@594 60 jprt.my.solaris.sparcv9.jdk6perf=solaris_sparcv9_5.8
ohair@594 61 jprt.my.solaris.sparcv9.jdk6u10=solaris_sparcv9_5.8
trims@1154 62 jprt.my.solaris.sparcv9.jdk6u14=solaris_sparcv9_5.8
trims@1847 63 jprt.my.solaris.sparcv9.jdk6u18=solaris_sparcv9_5.8
trims@1847 64 jprt.my.solaris.sparcv9.jdk6u20=solaris_sparcv9_5.8
ohair@594 65 jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}}
ohair@594 66
ohair@594 67 jprt.my.solaris.i586.jdk7=solaris_i586_5.10
ohair@594 68 jprt.my.solaris.i586.jdk6=solaris_i586_5.8
ohair@594 69 jprt.my.solaris.i586.jdk6perf=solaris_i586_5.8
ohair@594 70 jprt.my.solaris.i586.jdk6u10=solaris_i586_5.8
trims@1154 71 jprt.my.solaris.i586.jdk6u14=solaris_i586_5.8
trims@1847 72 jprt.my.solaris.i586.jdk6u18=solaris_i586_5.8
trims@1847 73 jprt.my.solaris.i586.jdk6u20=solaris_i586_5.8
ohair@594 74 jprt.my.solaris.i586=${jprt.my.solaris.i586.${jprt.tools.default.release}}
ohair@594 75
ohair@594 76 jprt.my.solaris.x64.jdk7=solaris_x64_5.10
ohair@594 77 jprt.my.solaris.x64.jdk6=solaris_x64_5.10
ohair@594 78 jprt.my.solaris.x64.jdk6perf=solaris_x64_5.10
ohair@594 79 jprt.my.solaris.x64.jdk6u10=solaris_x64_5.10
trims@1154 80 jprt.my.solaris.x64.jdk6u14=solaris_x64_5.10
trims@1847 81 jprt.my.solaris.x64.jdk6u18=solaris_x64_5.10
trims@1847 82 jprt.my.solaris.x64.jdk6u20=solaris_x64_5.10
ohair@594 83 jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}}
ohair@594 84
ohair@1175 85 jprt.my.linux.i586.jdk7=linux_i586_2.6
ohair@1175 86 jprt.my.linux.i586.jdk6=linux_i586_2.4
ohair@1175 87 jprt.my.linux.i586.jdk6perf=linux_i586_2.4
ohair@1175 88 jprt.my.linux.i586.jdk6u10=linux_i586_2.4
ohair@1175 89 jprt.my.linux.i586.jdk6u14=linux_i586_2.4
trims@1847 90 jprt.my.linux.i586.jdk6u18=linux_i586_2.4
trims@1847 91 jprt.my.linux.i586.jdk6u20=linux_i586_2.4
ohair@1175 92 jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}}
ohair@1175 93
ohair@1175 94 jprt.my.linux.x64.jdk7=linux_x64_2.6
ohair@1175 95 jprt.my.linux.x64.jdk6=linux_x64_2.4
ohair@1175 96 jprt.my.linux.x64.jdk6perf=linux_x64_2.4
ohair@1175 97 jprt.my.linux.x64.jdk6u10=linux_x64_2.4
ohair@1175 98 jprt.my.linux.x64.jdk6u14=linux_x64_2.4
trims@1847 99 jprt.my.linux.x64.jdk6u18=linux_x64_2.4
trims@1847 100 jprt.my.linux.x64.jdk6u20=linux_x64_2.4
ohair@1175 101 jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}}
ohair@1175 102
ohair@1175 103 jprt.my.windows.i586.jdk7=windows_i586_5.0
ohair@1175 104 jprt.my.windows.i586.jdk6=windows_i586_5.0
ohair@1175 105 jprt.my.windows.i586.jdk6perf=windows_i586_5.0
ohair@1175 106 jprt.my.windows.i586.jdk6u10=windows_i586_5.0
ohair@1175 107 jprt.my.windows.i586.jdk6u14=windows_i586_5.0
trims@1847 108 jprt.my.windows.i586.jdk6u18=windows_i586_5.0
trims@1847 109 jprt.my.windows.i586.jdk6u20=windows_i586_5.0
ohair@1175 110 jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}}
ohair@1175 111
ohair@1175 112 jprt.my.windows.x64.jdk7=windows_x64_5.2
ohair@1175 113 jprt.my.windows.x64.jdk6=windows_x64_5.2
ohair@1175 114 jprt.my.windows.x64.jdk6perf=windows_x64_5.2
ohair@1175 115 jprt.my.windows.x64.jdk6u10=windows_x64_5.2
ohair@1175 116 jprt.my.windows.x64.jdk6u14=windows_x64_5.2
trims@1847 117 jprt.my.windows.x64.jdk6u18=windows_x64_5.2
trims@1847 118 jprt.my.windows.x64.jdk6u20=windows_x64_5.2
ohair@1175 119 jprt.my.windows.x64=${jprt.my.windows.x64.${jprt.tools.default.release}}
ohair@594 120
ohair@594 121 # Standard list of jprt build targets for this source tree
ohair@594 122
ohair@594 123 jprt.build.targets= \
ohair@594 124 ${jprt.my.solaris.sparc}-{product|fastdebug|debug}, \
ohair@594 125 ${jprt.my.solaris.sparcv9}-{product|fastdebug|debug}, \
ohair@594 126 ${jprt.my.solaris.i586}-{product|fastdebug|debug}, \
ohair@594 127 ${jprt.my.solaris.x64}-{product|fastdebug|debug}, \
ohair@594 128 ${jprt.my.linux.i586}-{product|fastdebug|debug}, \
ohair@594 129 ${jprt.my.linux.x64}-{product|fastdebug}, \
ohair@594 130 ${jprt.my.windows.i586}-{product|fastdebug|debug}, \
ohair@594 131 ${jprt.my.windows.x64}-{product|fastdebug|debug}
ohair@594 132
ohair@594 133 # Subset lists of test targets for this source tree
ohair@594 134
ohair@594 135 jprt.my.solaris.sparc.test.targets= \
ohair@594 136 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 137 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 138 ${jprt.my.solaris.sparc}-product-{c1|c2}-runThese, \
ohair@594 139 ${jprt.my.solaris.sparc}-fastdebug-c1-runThese_Xshare, \
ohair@594 140 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 141 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 142 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 143 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 144 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 145 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 146 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 147 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_default, \
ohair@594 148 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_SerialGC, \
ohair@594 149 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParallelGC, \
ohair@594 150 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParNewGC, \
ohair@594 151 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_CMS, \
iveresov@1067 152 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_G1, \
iveresov@1067 153 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParOldGC, \
ohair@594 154 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_default, \
ohair@594 155 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_SerialGC, \
ohair@594 156 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParallelGC, \
ohair@594 157 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_CMS, \
iveresov@1067 158 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_G1, \
iveresov@1067 159 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParOldGC
ohair@594 160
ohair@594 161 jprt.my.solaris.sparcv9.test.targets= \
ohair@594 162 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \
ohair@594 163 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \
ohair@594 164 ${jprt.my.solaris.sparcv9}-product-c2-runThese, \
ohair@594 165 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 166 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 167 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 168 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 169 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 170 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 171 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 172 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 173 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 174 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 175 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 176 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 177 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 178 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 179 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default, \
ohair@594 180 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 181 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \
ohair@594 182 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \
iveresov@1067 183 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 184 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 185
ohair@594 186 jprt.my.solaris.x64.test.targets= \
ohair@594 187 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \
ohair@594 188 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 189 ${jprt.my.solaris.x64}-product-c2-runThese, \
ohair@594 190 ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \
ohair@594 191 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 192 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 193 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 194 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 195 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 196 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 197 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 198 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 199 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 200 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 201 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 202 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 203 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 204 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 205 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default, \
ohair@594 206 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 207 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 208 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 209 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 210 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
ohair@594 211
ohair@594 212 jprt.my.solaris.i586.test.targets= \
ohair@594 213 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 214 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 215 ${jprt.my.solaris.i586}-product-{c1|c2}-runThese_Xcomp, \
iveresov@1067 216 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xcomp, \
ohair@594 217 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 218 ${jprt.my.solaris.i586}-product-c1-GCBasher_default, \
ohair@594 219 ${jprt.my.solaris.i586}-product-c1-GCBasher_SerialGC, \
ohair@594 220 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParallelGC, \
ohair@594 221 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParNewGC, \
ohair@594 222 ${jprt.my.solaris.i586}-product-c1-GCBasher_CMS, \
iveresov@1067 223 ${jprt.my.solaris.i586}-product-c1-GCBasher_G1, \
iveresov@1067 224 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParOldGC, \
ohair@594 225 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_default, \
ohair@594 226 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_SerialGC, \
ohair@594 227 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParallelGC, \
ohair@594 228 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParNewGC, \
ohair@594 229 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_CMS, \
iveresov@1067 230 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_G1, \
iveresov@1067 231 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParOldGC, \
ohair@594 232 ${jprt.my.solaris.i586}-product-c1-GCOld_default, \
ohair@594 233 ${jprt.my.solaris.i586}-product-c1-GCOld_SerialGC, \
ohair@594 234 ${jprt.my.solaris.i586}-product-c1-GCOld_ParallelGC, \
ohair@594 235 ${jprt.my.solaris.i586}-product-c1-GCOld_ParNewGC, \
ohair@594 236 ${jprt.my.solaris.i586}-product-c1-GCOld_CMS, \
iveresov@1067 237 ${jprt.my.solaris.i586}-product-c1-GCOld_G1, \
iveresov@1067 238 ${jprt.my.solaris.i586}-product-c1-GCOld_ParOldGC, \
ohair@594 239 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default, \
ohair@594 240 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParallelGC, \
ohair@594 241 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_CMS, \
iveresov@1067 242 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_G1, \
iveresov@1067 243 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParOldGC
ohair@594 244
ohair@594 245 jprt.my.linux.i586.test.targets = \
ohair@594 246 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 247 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 248 ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \
ohair@594 249 ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \
kvn@1179 250 ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \
ohair@594 251 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 252 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 253 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 254 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 255 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 256 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 257 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 258 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_default, \
ohair@594 259 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 260 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 261 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 262 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 263 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 264 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 265 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_default, \
ohair@594 266 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParallelGC, \
ohair@594 267 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \
iveresov@1067 268 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \
iveresov@1067 269 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC
ohair@594 270
ohair@594 271 jprt.my.linux.x64.test.targets = \
ohair@594 272 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \
ohair@594 273 ${jprt.my.linux.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 274 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 275 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 276 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 277 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 278 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 279 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 280 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 281 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 282 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 283 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 284 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 285 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 286 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 287 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 288 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default, \
ohair@594 289 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 290 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 291 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 292
ohair@594 293 jprt.my.windows.i586.test.targets = \
ohair@594 294 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 295 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 296 ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \
ohair@594 297 ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \
ohair@594 298 ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 299 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 300 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 301 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 302 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 303 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 304 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 305 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 306 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_default, \
ohair@594 307 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 308 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 309 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 310 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 311 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 312 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 313 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \
ohair@594 314 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \
ohair@594 315 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \
iveresov@1067 316 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
iveresov@1067 317 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
ohair@594 318
ohair@594 319 jprt.my.windows.x64.test.targets = \
ohair@594 320 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \
ohair@594 321 ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 322 ${jprt.my.windows.x64}-product-c2-runThese, \
ohair@594 323 ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \
ohair@594 324 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 325 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 326 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 327 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 328 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 329 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 330 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 331 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 332 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 333 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 334 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 335 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 336 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 337 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \
ohair@594 338 ${jprt.my.windows.x64}-product-c2-jbb_CMS, \
ohair@594 339 ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \
iveresov@1067 340 ${jprt.my.windows.x64}-product-c2-jbb_G1, \
iveresov@1067 341 ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
ohair@594 342
ohair@594 343 # The complete list of test targets for jprt
ohair@594 344
ohair@594 345 jprt.test.targets = \
ohair@594 346 ${jprt.my.solaris.sparc.test.targets}, \
ohair@594 347 ${jprt.my.solaris.sparcv9.test.targets}, \
ohair@594 348 ${jprt.my.solaris.i586.test.targets}, \
ohair@594 349 ${jprt.my.solaris.x64.test.targets}, \
ohair@594 350 ${jprt.my.linux.i586.test.targets}, \
ohair@594 351 ${jprt.my.linux.x64.test.targets}, \
ohair@594 352 ${jprt.my.windows.i586.test.targets}, \
ohair@594 353 ${jprt.my.windows.x64.test.targets}
ohair@594 354
ohair@763 355 # The default test/Makefile targets that should be run
ohair@763 356
ohair@763 357 #jprt.make.rule.test.targets=*-product-*-packtest
ohair@763 358
ohair@1216 359 jprt.make.rule.test.targets = \
ohair@1216 360 ${jprt.my.solaris.sparc}-*-c1-clienttest, \
ohair@1216 361 ${jprt.my.solaris.i586}-*-c1-clienttest, \
ohair@1216 362 ${jprt.my.linux.i586}-*-c1-clienttest, \
ohair@1216 363 ${jprt.my.windows.i586}-*-c1-clienttest, \
ohair@1216 364 ${jprt.my.solaris.sparc}-*-c2-servertest, \
ohair@1216 365 ${jprt.my.solaris.sparcv9}-*-c2-servertest, \
ohair@1216 366 ${jprt.my.solaris.i586}-*-c2-servertest, \
ohair@1216 367 ${jprt.my.solaris.x64}-*-c2-servertest, \
ohair@1216 368 ${jprt.my.linux.i586}-*-c2-servertest, \
ohair@1216 369 ${jprt.my.linux.x64}-*-c2-servertest, \
ohair@1216 370 ${jprt.my.windows.i586}-*-c2-servertest, \
ohair@1216 371 ${jprt.my.windows.x64}-*-c2-servertest
ohair@1216 372

mercurial