make/jprt.properties

Fri, 08 May 2009 15:16:38 -0700

author
ohair
date
Fri, 08 May 2009 15:16:38 -0700
changeset 1216
44ccd7a9065c
parent 1179
af5d39ca39a3
child 1279
bd02caa94611
permissions
-rw-r--r--

6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
Reviewed-by: never, kvn

duke@435 1 #
xdono@631 2 # Copyright 2006-2008 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
ohair@594 43 # Define the Solaris platforms we want for the various releases
duke@435 44
ohair@594 45 jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10
ohair@594 46 jprt.my.solaris.sparc.jdk6=solaris_sparc_5.8
ohair@594 47 jprt.my.solaris.sparc.jdk6perf=solaris_sparc_5.8
ohair@594 48 jprt.my.solaris.sparc.jdk6u10=solaris_sparc_5.8
trims@1154 49 jprt.my.solaris.sparc.jdk6u14=solaris_sparc_5.8
ohair@594 50 jprt.my.solaris.sparc=${jprt.my.solaris.sparc.${jprt.tools.default.release}}
ohair@594 51
ohair@594 52 jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10
ohair@594 53 jprt.my.solaris.sparcv9.jdk6=solaris_sparcv9_5.8
ohair@594 54 jprt.my.solaris.sparcv9.jdk6perf=solaris_sparcv9_5.8
ohair@594 55 jprt.my.solaris.sparcv9.jdk6u10=solaris_sparcv9_5.8
trims@1154 56 jprt.my.solaris.sparcv9.jdk6u14=solaris_sparcv9_5.8
ohair@594 57 jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}}
ohair@594 58
ohair@594 59 jprt.my.solaris.i586.jdk7=solaris_i586_5.10
ohair@594 60 jprt.my.solaris.i586.jdk6=solaris_i586_5.8
ohair@594 61 jprt.my.solaris.i586.jdk6perf=solaris_i586_5.8
ohair@594 62 jprt.my.solaris.i586.jdk6u10=solaris_i586_5.8
trims@1154 63 jprt.my.solaris.i586.jdk6u14=solaris_i586_5.8
ohair@594 64 jprt.my.solaris.i586=${jprt.my.solaris.i586.${jprt.tools.default.release}}
ohair@594 65
ohair@594 66 jprt.my.solaris.x64.jdk7=solaris_x64_5.10
ohair@594 67 jprt.my.solaris.x64.jdk6=solaris_x64_5.10
ohair@594 68 jprt.my.solaris.x64.jdk6perf=solaris_x64_5.10
ohair@594 69 jprt.my.solaris.x64.jdk6u10=solaris_x64_5.10
trims@1154 70 jprt.my.solaris.x64.jdk6u14=solaris_x64_5.10
ohair@594 71 jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}}
ohair@594 72
ohair@1175 73 jprt.my.linux.i586.jdk7=linux_i586_2.6
ohair@1175 74 jprt.my.linux.i586.jdk6=linux_i586_2.4
ohair@1175 75 jprt.my.linux.i586.jdk6perf=linux_i586_2.4
ohair@1175 76 jprt.my.linux.i586.jdk6u10=linux_i586_2.4
ohair@1175 77 jprt.my.linux.i586.jdk6u14=linux_i586_2.4
ohair@1175 78 jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}}
ohair@1175 79
ohair@1175 80 jprt.my.linux.x64.jdk7=linux_x64_2.6
ohair@1175 81 jprt.my.linux.x64.jdk6=linux_x64_2.4
ohair@1175 82 jprt.my.linux.x64.jdk6perf=linux_x64_2.4
ohair@1175 83 jprt.my.linux.x64.jdk6u10=linux_x64_2.4
ohair@1175 84 jprt.my.linux.x64.jdk6u14=linux_x64_2.4
ohair@1175 85 jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}}
ohair@1175 86
ohair@1175 87 jprt.my.windows.i586.jdk7=windows_i586_5.0
ohair@1175 88 jprt.my.windows.i586.jdk6=windows_i586_5.0
ohair@1175 89 jprt.my.windows.i586.jdk6perf=windows_i586_5.0
ohair@1175 90 jprt.my.windows.i586.jdk6u10=windows_i586_5.0
ohair@1175 91 jprt.my.windows.i586.jdk6u14=windows_i586_5.0
ohair@1175 92 jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}}
ohair@1175 93
ohair@1175 94 jprt.my.windows.x64.jdk7=windows_x64_5.2
ohair@1175 95 jprt.my.windows.x64.jdk6=windows_x64_5.2
ohair@1175 96 jprt.my.windows.x64.jdk6perf=windows_x64_5.2
ohair@1175 97 jprt.my.windows.x64.jdk6u10=windows_x64_5.2
ohair@1175 98 jprt.my.windows.x64.jdk6u14=windows_x64_5.2
ohair@1175 99 jprt.my.windows.x64=${jprt.my.windows.x64.${jprt.tools.default.release}}
ohair@594 100
ohair@594 101 # Standard list of jprt build targets for this source tree
ohair@594 102
ohair@594 103 jprt.build.targets= \
ohair@594 104 ${jprt.my.solaris.sparc}-{product|fastdebug|debug}, \
ohair@594 105 ${jprt.my.solaris.sparcv9}-{product|fastdebug|debug}, \
ohair@594 106 ${jprt.my.solaris.i586}-{product|fastdebug|debug}, \
ohair@594 107 ${jprt.my.solaris.x64}-{product|fastdebug|debug}, \
ohair@594 108 ${jprt.my.linux.i586}-{product|fastdebug|debug}, \
ohair@594 109 ${jprt.my.linux.x64}-{product|fastdebug}, \
ohair@594 110 ${jprt.my.windows.i586}-{product|fastdebug|debug}, \
ohair@594 111 ${jprt.my.windows.x64}-{product|fastdebug|debug}
ohair@594 112
ohair@594 113 # Subset lists of test targets for this source tree
ohair@594 114
ohair@594 115 jprt.my.solaris.sparc.test.targets= \
ohair@594 116 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 117 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 118 ${jprt.my.solaris.sparc}-product-{c1|c2}-runThese, \
ohair@594 119 ${jprt.my.solaris.sparc}-fastdebug-c1-runThese_Xshare, \
ohair@594 120 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 121 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 122 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 123 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 124 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 125 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 126 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 127 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_default, \
ohair@594 128 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_SerialGC, \
ohair@594 129 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParallelGC, \
ohair@594 130 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParNewGC, \
ohair@594 131 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_CMS, \
iveresov@1067 132 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_G1, \
iveresov@1067 133 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParOldGC, \
ohair@594 134 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_default, \
ohair@594 135 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_SerialGC, \
ohair@594 136 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParallelGC, \
ohair@594 137 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_CMS, \
iveresov@1067 138 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_G1, \
iveresov@1067 139 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParOldGC
ohair@594 140
ohair@594 141 jprt.my.solaris.sparcv9.test.targets= \
ohair@594 142 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \
ohair@594 143 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \
ohair@594 144 ${jprt.my.solaris.sparcv9}-product-c2-runThese, \
ohair@594 145 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 146 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 147 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 148 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 149 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 150 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 151 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 152 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 153 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 154 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 155 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 156 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 157 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 158 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 159 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default, \
ohair@594 160 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 161 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \
ohair@594 162 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \
iveresov@1067 163 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 164 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 165
ohair@594 166 jprt.my.solaris.x64.test.targets= \
ohair@594 167 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \
ohair@594 168 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 169 ${jprt.my.solaris.x64}-product-c2-runThese, \
ohair@594 170 ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \
ohair@594 171 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 172 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 173 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 174 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 175 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 176 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 177 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 178 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 179 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 180 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 181 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 182 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 183 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 184 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 185 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default, \
ohair@594 186 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 187 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 188 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 189 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 190 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
ohair@594 191
ohair@594 192 jprt.my.solaris.i586.test.targets= \
ohair@594 193 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 194 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 195 ${jprt.my.solaris.i586}-product-{c1|c2}-runThese_Xcomp, \
iveresov@1067 196 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xcomp, \
ohair@594 197 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 198 ${jprt.my.solaris.i586}-product-c1-GCBasher_default, \
ohair@594 199 ${jprt.my.solaris.i586}-product-c1-GCBasher_SerialGC, \
ohair@594 200 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParallelGC, \
ohair@594 201 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParNewGC, \
ohair@594 202 ${jprt.my.solaris.i586}-product-c1-GCBasher_CMS, \
iveresov@1067 203 ${jprt.my.solaris.i586}-product-c1-GCBasher_G1, \
iveresov@1067 204 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParOldGC, \
ohair@594 205 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_default, \
ohair@594 206 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_SerialGC, \
ohair@594 207 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParallelGC, \
ohair@594 208 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParNewGC, \
ohair@594 209 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_CMS, \
iveresov@1067 210 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_G1, \
iveresov@1067 211 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParOldGC, \
ohair@594 212 ${jprt.my.solaris.i586}-product-c1-GCOld_default, \
ohair@594 213 ${jprt.my.solaris.i586}-product-c1-GCOld_SerialGC, \
ohair@594 214 ${jprt.my.solaris.i586}-product-c1-GCOld_ParallelGC, \
ohair@594 215 ${jprt.my.solaris.i586}-product-c1-GCOld_ParNewGC, \
ohair@594 216 ${jprt.my.solaris.i586}-product-c1-GCOld_CMS, \
iveresov@1067 217 ${jprt.my.solaris.i586}-product-c1-GCOld_G1, \
iveresov@1067 218 ${jprt.my.solaris.i586}-product-c1-GCOld_ParOldGC, \
ohair@594 219 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default, \
ohair@594 220 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParallelGC, \
ohair@594 221 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_CMS, \
iveresov@1067 222 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_G1, \
iveresov@1067 223 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParOldGC
ohair@594 224
ohair@594 225 jprt.my.linux.i586.test.targets = \
ohair@594 226 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 227 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 228 ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \
ohair@594 229 ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \
kvn@1179 230 ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \
ohair@594 231 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 232 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 233 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 234 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 235 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 236 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 237 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 238 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_default, \
ohair@594 239 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 240 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 241 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 242 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 243 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 244 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 245 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_default, \
ohair@594 246 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParallelGC, \
ohair@594 247 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \
iveresov@1067 248 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \
iveresov@1067 249 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC
ohair@594 250
ohair@594 251 jprt.my.linux.x64.test.targets = \
ohair@594 252 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \
ohair@594 253 ${jprt.my.linux.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 254 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 255 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 256 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 257 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 258 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 259 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 260 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 261 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 262 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 263 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 264 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 265 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 266 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 267 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 268 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default, \
ohair@594 269 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 270 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 271 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 272
ohair@594 273 jprt.my.windows.i586.test.targets = \
ohair@594 274 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 275 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 276 ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \
ohair@594 277 ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \
ohair@594 278 ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 279 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 280 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 281 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 282 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 283 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 284 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 285 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 286 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_default, \
ohair@594 287 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 288 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 289 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 290 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 291 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 292 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 293 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \
ohair@594 294 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \
ohair@594 295 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \
iveresov@1067 296 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
iveresov@1067 297 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
ohair@594 298
ohair@594 299 jprt.my.windows.x64.test.targets = \
ohair@594 300 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \
ohair@594 301 ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 302 ${jprt.my.windows.x64}-product-c2-runThese, \
ohair@594 303 ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \
ohair@594 304 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 305 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 306 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 307 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 308 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 309 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 310 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 311 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 312 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 313 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 314 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 315 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 316 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 317 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 318 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \
ohair@594 319 ${jprt.my.windows.x64}-product-c2-jbb_CMS, \
ohair@594 320 ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \
iveresov@1067 321 ${jprt.my.windows.x64}-product-c2-jbb_G1, \
iveresov@1067 322 ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
ohair@594 323
ohair@594 324 # The complete list of test targets for jprt
ohair@594 325
ohair@594 326 jprt.test.targets = \
ohair@594 327 ${jprt.my.solaris.sparc.test.targets}, \
ohair@594 328 ${jprt.my.solaris.sparcv9.test.targets}, \
ohair@594 329 ${jprt.my.solaris.i586.test.targets}, \
ohair@594 330 ${jprt.my.solaris.x64.test.targets}, \
ohair@594 331 ${jprt.my.linux.i586.test.targets}, \
ohair@594 332 ${jprt.my.linux.x64.test.targets}, \
ohair@594 333 ${jprt.my.windows.i586.test.targets}, \
ohair@594 334 ${jprt.my.windows.x64.test.targets}
ohair@594 335
ohair@763 336 # The default test/Makefile targets that should be run
ohair@763 337
ohair@763 338 #jprt.make.rule.test.targets=*-product-*-packtest
ohair@763 339
ohair@1216 340 jprt.make.rule.test.targets = \
ohair@1216 341 ${jprt.my.solaris.sparc}-*-c1-clienttest, \
ohair@1216 342 ${jprt.my.solaris.i586}-*-c1-clienttest, \
ohair@1216 343 ${jprt.my.linux.i586}-*-c1-clienttest, \
ohair@1216 344 ${jprt.my.windows.i586}-*-c1-clienttest, \
ohair@1216 345 ${jprt.my.solaris.sparc}-*-c2-servertest, \
ohair@1216 346 ${jprt.my.solaris.sparcv9}-*-c2-servertest, \
ohair@1216 347 ${jprt.my.solaris.i586}-*-c2-servertest, \
ohair@1216 348 ${jprt.my.solaris.x64}-*-c2-servertest, \
ohair@1216 349 ${jprt.my.linux.i586}-*-c2-servertest, \
ohair@1216 350 ${jprt.my.linux.x64}-*-c2-servertest, \
ohair@1216 351 ${jprt.my.windows.i586}-*-c2-servertest, \
ohair@1216 352 ${jprt.my.windows.x64}-*-c2-servertest
ohair@1216 353

mercurial