1 #
   2 # Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 ##############
  27 #
  28 # Global settings
  29 #
  30 
  31 # Install test bundle for targets in jprt.test.bundle.targets set
  32 jprt.selective.test.bundle.installation=true
  33 
  34 # The current release name
  35 jprt.tools.default.release=jdk9
  36 
  37 # Allow concurrent changes to be merged in prior to pushing
  38 jprt.sync.push=true
  39 
  40 # Directories to be excluded from the source bundles
  41 jprt.bundle.exclude.src.dirs=build dist webrev
  42 
  43 # Use configure when building
  44 jprt.build.use.configure=true
  45 jprt.build.use.jib=true
  46 jprt.test.use.jib=true
  47 jprt.jib.launcher=common/bin/jib.sh
  48 
  49 # Clear out all the build needs as JIB handles this
  50 jprt.jdk9.build.needs=
  51 jprt.macosx.jdk9.build.needs=
  52 jprt.windows_i586.jdk9.build.needs=
  53 jprt.windows_x64.jdk9.build.needs=
  54 jprt.solaris.jdk9.build.needs=
  55 jprt.linux_i586.jdk9.build.needs=
  56 jprt.linux_x64.jdk9.build.needs=
  57 jprt.linux_armv6.jdk9.build.needs=
  58 jprt.linux_armvh.jdk9.build.needs=
  59 jprt.linux_arm64.jdk9.build.needs=
  60 jprt.linux_armsflt.jdk9.build.needs=
  61 jprt.linux_armvfpsflt.jdk9.build.needs=
  62 jprt.linux_armvfphflt.jdk9.build.needs=
  63 jprt.linux_armv6vfphflt.jdk9.build.needs=
  64 jprt.solaris.client.build.needs=
  65 jprt.linux.client.build.needs=
  66 jprt.solaris.jdk9.compiler=
  67 jprt.linux.jdk9.compiler=
  68 jprt.jdk9.test.needs=
  69 
  70 # Disable the need for preinstalled Visual Studio and Xcode
  71 jprt.windows.jdk9.compiler=
  72 jprt.windows.6.2.jdk9.compiler=
  73 jprt.windows.6.3.jdk9.compiler=
  74 jprt.windows.jdk9.target.attribute.compilerVS2013.appliesTo.builds=none
  75 jprt.macosx.jdk9.target.attribute.compilerXcode511.appliesTo.builds=none
  76 
  77 # Set up the run flavors (jvm variants)
  78 jprt.run.flavors=c1,c2,default,${my.additional.run.flavors}
  79 
  80 # Setup jib profiles
  81 jprt.linux_i586.product.build.jib.profile=linux-x86
  82 jprt.linux_x64.product.build.jib.profile=linux-x64
  83 jprt.macosx_x64.product.build.jib.profile=macosx-x64
  84 jprt.solaris_sparcv9.product.build.jib.profile=solaris-sparcv9
  85 jprt.solaris_x64.product.build.jib.profile=solaris-x64
  86 jprt.windows_i586.product.build.jib.profile=windows-x86
  87 jprt.windows_x64.product.build.jib.profile=windows-x64
  88 
  89 jprt.linux_i586.fastdebug.build.jib.profile=linux-x86-debug
  90 jprt.linux_x64.fastdebug.build.jib.profile=linux-x64-debug
  91 jprt.macosx_x64.fastdebug.build.jib.profile=macosx-x64-debug
  92 jprt.solaris_sparcv9.fastdebug.build.jib.profile=solaris-sparcv9-debug
  93 jprt.solaris_x64.fastdebug.build.jib.profile=solaris-x64-debug
  94 jprt.windows_i586.fastdebug.build.jib.profile=windows-x86-debug
  95 jprt.windows_x64.fastdebug.build.jib.profile=windows-x64-debug
  96 
  97 jprt.linux_i586.slowdebug.build.jib.profile=linux-x86-slowdebug
  98 jprt.linux_x64.slowdebug.build.jib.profile=linux-x64-slowdebug
  99 jprt.macosx_x64.slowdebug.build.jib.profile=macosx-x64-slowdebug
 100 jprt.solaris_sparcv9.slowdebug.build.jib.profile=solaris-sparcv9-slowdebug
 101 jprt.solaris_x64.slowdebug.build.jib.profile=solaris-x64-slowdebug
 102 jprt.windows_i586.slowdebug.build.jib.profile=windows-x86-slowdebug
 103 jprt.windows_x64.slowdebug.build.jib.profile=windows-x64-slowdebug
 104 
 105 jprt.linux_i586.productOpen.build.jib.profile=linux-x86-open
 106 jprt.linux_x64.productOpen.build.jib.profile=linux-x64-open
 107 jprt.macosx_x64.productOpen.build.jib.profile=macosx-x64-open
 108 jprt.solaris_sparcv9.productOpen.build.jib.profile=solaris-sparcv9-open
 109 jprt.solaris_x64.productOpen.build.jib.profile=solaris-x64-open
 110 jprt.windows_i586.productOpen.build.jib.profile=windows-x86-open
 111 jprt.windows_x64.productOpen.build.jib.profile=windows-x64-open
 112 
 113 jprt.linux_i586.fastdebugOpen.build.jib.profile=linux-x86-open-debug
 114 jprt.linux_x64.fastdebugOpen.build.jib.profile=linux-x64-open-debug
 115 jprt.macosx_x64.fastdebugOpen.build.jib.profile=macosx-x64-open-debug
 116 jprt.solaris_sparcv9.fastdebugOpen.build.jib.profile=solaris-sparcv9-open-debug
 117 jprt.solaris_x64.fastdebugOpen.build.jib.profile=solaris-x64-open-debug
 118 jprt.windows_i586.fastdebugOpen.build.jib.profile=windows-x86-open-debug
 119 jprt.windows_x64.fastdebugOpen.build.jib.profile=windows-x64-open-debug
 120 
 121 jprt.test.jib.profile=run-test
 122 
 123 # Set make target to use for different build flavors
 124 jprt.build.flavor.fastdebugOpen.target=jprt_bundle
 125 jprt.build.flavor.fastdebug.target=jprt_bundle
 126 jprt.build.flavor.product.target=jprt_bundle
 127 jprt.build.flavor.productOpen.target=jprt_bundle
 128 jprt.build.flavor.optimized.target=jprt_bundle
 129 jprt.build.flavor.optimizedOpen.target=jprt_bundle
 130 jprt.build.flavor.slowdebug.target=jprt_bundle
 131 
 132 # Use these configure args to define debug level or provide specific
 133 # configuration details not covered by Jib profiles.
 134 jprt.slowdebug.build.configure.args=
 135 jprt.fastdebug.build.configure.args=--disable-precompiled-headers
 136 # Don't disable precompiled headers on windows. It's simply too slow.
 137 jprt.windows_i586.fastdebug.build.configure.args=
 138 jprt.windows_x64.fastdebug.build.configure.args=
 139 jprt.windows_i586.fastdebugOpen.build.configure.args=
 140 jprt.windows_x64.fastdebugOpen.build.configure.args=
 141 jprt.product.build.configure.args=
 142 jprt.optimized.build.configure.args=--with-debug-level=optimized
 143 jprt.slowdebugOpen.build.configure.args=${jprt.slowdebug.build.configure.args}
 144 jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args}
 145 jprt.productOpen.build.configure.args=${jprt.product.build.configure.args}
 146 jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args}
 147 
 148 
 149 # hotspot testset has custom build flavors and build targets
 150 my.jprt.testsetHasCustomBuildFlavors.hotspot=true
 151 my.jprt.testsetHasCustomBuildTargets.hotspot=true
 152 my.jprt.testsetHasCustomBuildFlavors.buildinfra=true
 153 my.jprt.testsetHasCustomBuildTargets.buildinfra=true
 154 
 155 # determine if the specified testset has custom build flavors or build targets
 156 my.jprt.testsetHasCustomBuildFlavors=${my.jprt.testsetHasCustomBuildFlavors.${jprt.test.set}}
 157 my.jprt.testsetHasCustomBuildTargets=${my.jprt.testsetHasCustomBuildTargets.${jprt.test.set}}
 158 
 159 # Select build flavors and build targets based on the specified testset
 160 jprt.build.flavors=${my.jprt.testsetHasCustomBuildFlavors ? \
 161     ${my.build.flavors.${jprt.test.set}} : ${my.build.flavors.default}}
 162 jprt.build.targets=${my.jprt.testsetHasCustomBuildTargets ? \
 163     ${my.build.targets.${jprt.test.set}} : ${my.build.targets.default}}
 164 
 165 # Select test targets - jprt default for jprt.test.set is "default"
 166 jprt.test.targets=${my.test.targets.${jprt.test.set}}
 167 jprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}}
 168 jprt.test.bundle.targets=${my.jprt.test.bundle.targets.${jprt.test.set}}
 169 
 170 # 7155453: Work-around to prevent popups on OSX from blocking test completion
 171 # but the work-around is added to all platforms to be consistent
 172 jprt.jbb.options=-Djava.awt.headless=true
 173 
 174 ########
 175 #
 176 # Build options (generic)
 177 #
 178 
 179 # Configure args common to all builds
 180 # Also allows for additional, testset specific configure arguments to be set
 181 jprt.build.configure.args=                                              \
 182     --with-output-sync=recurse                                          \
 183     --with-jobs=$ALT_PARALLEL_COMPILE_JOBS                              \
 184     --with-version-opt=$JPRT_JOB_ID                                     \
 185     ${my.additional.build.configure.args.${jprt.test.set}}              \
 186     ${my.custom.build.configure.args}
 187 
 188 ########
 189 #
 190 # Build targets and options (default/jdk)
 191 #
 192 
 193 # The default build flavors
 194 my.build.flavors.default=fastdebug,product
 195 
 196 # Standard list of jprt build targets for this source tree
 197 my.build.targets.default=                                               \
 198     solaris_sparcv9_5.11-{product|fastdebug},                           \
 199     solaris_x64_5.11-{product|fastdebug},                               \
 200     linux_i586_3.8-{product|fastdebug},                                 \
 201     linux_x64_3.8-{product|fastdebug},                                  \
 202     macosx_x64_10.9-{product|fastdebug},                                \
 203     windows_i586_6.3-{product|fastdebug},                               \
 204     windows_x64_6.3-{product|fastdebug}
 205 
 206 # Test target list (no fastdebug & limited c2 testing)
 207 my.test.target.set=                                                     \
 208     solaris_sparcv9_5.11-product-c2-TESTNAME,                           \
 209     solaris_x64_5.11-product-c2-TESTNAME,                               \
 210     linux_i586_3.8-product-c2-TESTNAME,                                 \
 211     linux_x64_3.8-product-c2-TESTNAME,                                  \
 212     macosx_x64_10.9-product-c2-TESTNAME,                                \
 213     windows_x64_6.3-product-c2-TESTNAME
 214 
 215 # Default vm test targets (testset=default)
 216 my.test.targets.default=                                                \
 217     ${my.test.target.set:TESTNAME=jvm98},                               \
 218     ${my.test.target.set:TESTNAME=scimark}
 219 
 220 # Default jdk test targets (testset=default)
 221 my.make.rule.test.targets.default=                                      \
 222     ${my.test.target.set:TESTNAME=langtools_jtreg},                     \
 223     ${my.test.target.set:TESTNAME=jdk_lang},                            \
 224     ${my.test.target.set:TESTNAME=jdk_math},                            \
 225     ${my.test.target.set:TESTNAME=jdk_util}
 226 
 227 # Default vm test targets (testset=core)
 228 my.test.targets.core=
 229 
 230 # Core jdk test targets (testset=core)
 231 my.make.rule.test.targets.core=                                         \
 232     ${my.test.target.set:TESTNAME=jdk_lang},                            \
 233     ${my.test.target.set:TESTNAME=jdk_math},                            \
 234     ${my.test.target.set:TESTNAME=jdk_util},                            \
 235     ${my.test.target.set:TESTNAME=jdk_io},                              \
 236     ${my.test.target.set:TESTNAME=jdk_net},                             \
 237     ${my.test.target.set:TESTNAME=jdk_nio},                             \
 238     ${my.test.target.set:TESTNAME=jdk_security1},                       \
 239     ${my.test.target.set:TESTNAME=jdk_security2},                       \
 240     ${my.test.target.set:TESTNAME=jdk_security3},                       \
 241     ${my.test.target.set:TESTNAME=jdk_security4},                       \
 242     ${my.test.target.set:TESTNAME=jdk_rmi},                             \
 243     ${my.test.target.set:TESTNAME=jdk_text},                            \
 244     ${my.test.target.set:TESTNAME=jdk_time},                            \
 245     ${my.test.target.set:TESTNAME=jdk_other},                           \
 246     ${my.test.target.set:TESTNAME=core_tools}
 247 
 248 # Svc vm test targets (testset=svc)
 249 my.test.targets.svc=
 250 
 251 # Core jdk test targets (testset=svc)
 252 my.make.rule.test.targets.svc=                                          \
 253     ${my.test.target.set:TESTNAME=jdk_management},                      \
 254     ${my.test.target.set:TESTNAME=jdk_instrument},                      \
 255     ${my.test.target.set:TESTNAME=jdk_jmx},                             \
 256     ${my.test.target.set:TESTNAME=jdk_jdi},                             \
 257     ${my.test.target.set:TESTNAME=svc_tools},                           \
 258     ${my.make.rule.test.targets.svc.extra}
 259 
 260 # JAXP vm test targets (testset=jaxp)
 261 my.test.targets.jaxp=
 262 
 263 # JAXP test targets (testset=jaxp)
 264 my.make.rule.test.targets.jaxp=                                         \
 265     ${my.test.target.set:TESTNAME=jaxp_all}
 266 
 267 # All vm test targets (testset=all)
 268 my.test.targets.all=                                                    \
 269     ${my.test.targets.default},                                         \
 270     ${my.test.target.set:TESTNAME=runThese},                            \
 271     ${my.test.target.set:TESTNAME=jbb_default}
 272 
 273 # All jdk test targets (testset=all)
 274 my.make.rule.test.targets.all=                                          \
 275     ${my.make.rule.test.targets.core},                                  \
 276     ${my.make.rule.test.targets.svc},                                   \
 277     ${my.test.target.set:TESTNAME=jdk_awt},                             \
 278     ${my.test.target.set:TESTNAME=jdk_beans},                           \
 279     ${my.test.target.set:TESTNAME=jdk_sound},                           \
 280     ${my.test.target.set:TESTNAME=jdk_swing}
 281 
 282 # PIT vm test targets (testset=pit)
 283 my.test.targets.pit=                                                    \
 284    ${my.test.targets.all}
 285 
 286 # PIT jdk test targets (testset=pit)
 287 my.make.rule.test.targets.pit=                                          \
 288     ${my.test.target.set:TESTNAME=langtools_jtreg},                     \
 289     ${my.make.rule.test.targets.core},                                  \
 290     ${my.make.rule.test.targets.svc}                                    \
 291     ${my.make.rule.test.targets.jaxp}
 292 
 293 # JCK test targets in test/Makefile (no windows)
 294 my.test.target.set.jck=                                                 \
 295     solaris_sparcv9_5.11-product-c2-JCK7TESTRULE,                       \
 296     solaris_x64_5.11-product-c2-JCK7TESTRULE,                           \
 297     linux_x64_3.8-product-c2-JCK7TESTRULE
 298 
 299 # JCK testset targets
 300 my.make.rule.test.targets.jck=                                          \
 301     ${my.test.target.set.jck:JCK7TESTRULE=jck7devtools},                \
 302     ${my.test.target.set.jck:JCK7TESTRULE=jck7runtime},                 \
 303     ${my.test.target.set.jck:JCK7TESTRULE=jck7compiler}
 304 
 305 
 306 #############
 307 #
 308 # Hotspot related settings (testset=hotspot)
 309 #
 310 
 311 # The hotspot build flavors
 312 my.build.flavors.hotspot=                                               \
 313     fastdebugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \
 314     ${my.additional.build.flavors.hotspot}
 315 
 316 # Platforms built for hotspot push jobs
 317 my.build.targets.hotspot=                                               \
 318     solaris_sparcv9_5.11-{product|fastdebug},                           \
 319     solaris_x64_5.11-{product|fastdebug},                               \
 320     linux_i586_3.8-{product|fastdebug},                                 \
 321     linux_x64_3.8-{product|fastdebug},                                  \
 322     macosx_x64_10.9-{product|fastdebug},                                \
 323     windows_i586_6.3-{product|fastdebug},                               \
 324     windows_x64_6.3-{product|fastdebug},                                \
 325     solaris_x64_5.11-{fastdebugOpen},                                   \
 326     linux_x64_3.8-{productOpen},                                        \
 327     ${my.additional.build.targets.hotspot}
 328 
 329 # Tests to run on the various platforms for hotspot push jobs
 330 my.test.targets.hotspot.solaris.sparcv9=                                \
 331     solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98,                  \
 332     solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered,        \
 333     solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark,                \
 334     solaris_sparcv9_5.11-product-c2-runThese8,                          \
 335     solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_SerialGC,      \
 336     solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC,    \
 337     solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_CMS,           \
 338     solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_G1
 339 
 340 my.test.targets.hotspot.solaris.x64=                                    \
 341     solaris_x64_5.11-{product|fastdebug}-c2-jvm98,                      \
 342     solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered,            \
 343     solaris_x64_5.11-{product|fastdebug}-c2-scimark,                    \
 344     solaris_x64_5.11-product-c2-runThese8,                              \
 345     solaris_x64_5.11-product-c2-runThese8_Xcomp_lang,                   \
 346     solaris_x64_5.11-product-c2-runThese8_Xcomp_vm,                     \
 347     solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_SerialGC,          \
 348     solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC,        \
 349     solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_CMS,               \
 350     solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_G1
 351 
 352 my.test.targets.hotspot.linux.i586=                                     \
 353     linux_i586_3.8-{product|fastdebug}-c2-jvm98,                        \
 354     linux_i586_3.8-{product|fastdebug}-c2-jvm98_nontiered,              \
 355     linux_i586_3.8-{product|fastdebug}-c2-scimark,                      \
 356     linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_lang,                   \
 357     linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_vm,                     \
 358     linux_i586_3.8-{product|fastdebug}-c2-GCBasher_SerialGC,            \
 359     linux_i586_3.8-{product|fastdebug}-c2-GCBasher_ParallelGC,          \
 360     linux_i586_3.8-{product|fastdebug}-c2-GCBasher_CMS,                 \
 361     linux_i586_3.8-{product|fastdebug}-c2-GCBasher_G1
 362 
 363 my.test.targets.hotspot.linux.x64=                                      \
 364     linux_x64_3.8-{product|fastdebug}-c2-jvm98,                         \
 365     linux_x64_3.8-{product|fastdebug}-c2-jvm98_nontiered,               \
 366     linux_x64_3.8-{product|fastdebug}-c2-scimark,                       \
 367     linux_x64_3.8-{product|fastdebug}-c2-GCBasher_SerialGC,             \
 368     linux_x64_3.8-{product|fastdebug}-c2-GCBasher_ParallelGC,           \
 369     linux_x64_3.8-{product|fastdebug}-c2-GCBasher_CMS,                  \
 370     linux_x64_3.8-{product|fastdebug}-c2-GCBasher_G1
 371 
 372 my.test.targets.hotspot.macosx.x64=                                     \
 373     macosx_x64_10.9-{product|fastdebug}-c2-jvm98,                       \
 374     macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered,             \
 375     macosx_x64_10.9-{product|fastdebug}-c2-scimark,                     \
 376     macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_SerialGC,           \
 377     macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_ParallelGC,         \
 378     macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_CMS,                \
 379     macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_G1
 380 
 381 my.test.targets.hotspot.windows.i586=                                   \
 382     windows_i586_6.3-{product|fastdebug}-c2-jvm98,                      \
 383     windows_i586_6.3-{product|fastdebug}-c2-jvm98_nontiered,            \
 384     windows_i586_6.3-{product|fastdebug}-c2-scimark,                    \
 385     windows_i586_6.3-product-c2-runThese8,                              \
 386     windows_i586_6.3-product-c2-runThese8_Xcomp_lang,                   \
 387     windows_i586_6.3-product-c2-runThese8_Xcomp_vm,                     \
 388     windows_i586_6.3-{product|fastdebug}-c2-GCBasher_SerialGC,          \
 389     windows_i586_6.3-{product|fastdebug}-c2-GCBasher_ParallelGC,        \
 390     windows_i586_6.3-{product|fastdebug}-c2-GCBasher_CMS,               \
 391     windows_i586_6.3-{product|fastdebug}-c2-GCBasher_G1
 392 
 393 my.test.targets.hotspot.windows.x64=                                    \
 394     windows_x64_6.3-{product|fastdebug}-c2-jvm98,                       \
 395     windows_x64_6.3-{product|fastdebug}-c2-jvm98_nontiered,             \
 396     windows_x64_6.3-{product|fastdebug}-c2-scimark,                     \
 397     windows_x64_6.3-product-c2-runThese8,                               \
 398     windows_x64_6.3-product-c2-runThese8_Xcomp_lang,                    \
 399     windows_x64_6.3-product-c2-runThese8_Xcomp_vm,                      \
 400     windows_x64_6.3-{product|fastdebug}-c2-GCBasher_SerialGC,           \
 401     windows_x64_6.3-{product|fastdebug}-c2-GCBasher_ParallelGC,         \
 402     windows_x64_6.3-{product|fastdebug}-c2-GCBasher_CMS,                \
 403     windows_x64_6.3-{product|fastdebug}-c2-GCBasher_G1
 404 
 405 # Some basic "smoke" tests for OpenJDK builds
 406 my.test.targets.hotspot.open=                                           \
 407     solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98,              \
 408     linux_x64_3.8-{productOpen|fastdebugOpen}-c2-jvm98
 409 
 410 # The complete list of test targets for jprt
 411 my.test.targets.hotspot=                                                \
 412   ${my.test.targets.hotspot.open},                                      \
 413   ${my.test.targets.hotspot.solaris.sparcv9},                           \
 414   ${my.test.targets.hotspot.solaris.x64},                               \
 415   ${my.test.targets.hotspot.linux.i586},                                \
 416   ${my.test.targets.hotspot.linux.x64},                                 \
 417   ${my.test.targets.hotspot.macosx.x64},                                \
 418   ${my.test.targets.hotspot.windows.i586},                              \
 419   ${my.test.targets.hotspot.windows.x64},                               \
 420   ${my.test.targets.hotspot.solaris.sparcv9},                           \
 421   ${my.test.targets.hotspot.solaris.x64},                               \
 422   ${my.test.targets.hotspot.linux.x64},                                 \
 423   ${my.test.targets.hotspot.windows.i586},                              \
 424   ${my.test.targets.hotspot.windows.x64},                               \
 425   ${my.additional.test.targets.hotspot}
 426 
 427 
 428 # Make file based test targets
 429 
 430 my.make.rule.test.targets.hotspot.basicvmtests=                         \
 431   linux_i586_3.8-*-default-hotspot_basicvmtest,                         \
 432   linux_x64_3.8-*-default-hotspot_basicvmtest,                          \
 433   macosx_x64_10.9-*-default-hotspot_basicvmtest,                        \
 434   solaris_sparcv9_5.11-*-default-hotspot_basicvmtest,                   \
 435   solaris_x64_5.11-*-default-hotspot_basicvmtest,                       \
 436   windows_i586_6.3-*-default-hotspot_basicvmtest,                       \
 437   windows_x64_6.3-*-default-hotspot_basicvmtest
 438 
 439 my.make.rule.test.targets.hotspot.reg.group=                            \
 440   solaris_sparcv9_5.11-fastdebug-c2-GROUP,                              \
 441   solaris_x64_5.11-fastdebug-c2-GROUP,                                  \
 442   linux_i586_3.8-fastdebug-c2-GROUP,                                    \
 443   linux_x64_3.8-fastdebug-c2-GROUP,                                     \
 444   macosx_x64_10.9-fastdebug-c2-GROUP,                                   \
 445   windows_i586_6.3-fastdebug-c2-GROUP,                                  \
 446   windows_x64_6.3-fastdebug-c2-GROUP
 447 
 448 # Hotspot jtreg tests
 449 my.make.rule.test.targets.hotspot.reg=                                                  \
 450   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_1},         \
 451   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_2},         \
 452   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_3},         \
 453   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_closed},    \
 454   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_1},               \
 455   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_2},               \
 456   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_closed},          \
 457   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_gcold},           \
 458   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_runtime},            \
 459   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_serviceability},     \
 460   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},                  \
 461   ${my.additional.make.rule.test.targets.hotspot.reg}
 462 
 463 # Other Makefile based Hotspot tests
 464 my.make.rule.test.targets.hotspot.other=                                \
 465   ${my.make.rule.test.targets.hotspot.basicvmtests},                    \
 466   ${my.additional.make.rule.test.targets.hotspot.other}
 467 
 468 # All the makefile based tests to run
 469 my.make.rule.test.targets.hotspot=                                      \
 470   ${my.make.rule.test.targets.hotspot.reg}                              \
 471   ${my.make.rule.test.targets.hotspot.other}
 472 
 473 # Install the test bundle for the testset hotspot jtreg tests
 474 # (but not for the other Makefile based tests)
 475 my.jprt.test.bundle.targets.hotspot=${my.make.rule.test.targets.hotspot.reg}
 476 
 477 # Native jdk and hotspot test targets (testset=nativesanity)
 478 my.make.rule.test.targets.nativesanity=                                 \
 479     ${my.test.target.set:TESTNAME=jdk_native_sanity},                   \
 480     ${my.test.target.set:TESTNAME=hotspot_native_sanity}
 481 
 482 # Install the test bundle for the nativesanity jtreg tests
 483 my.jprt.test.bundle.targets.nativesanity=${my.make.rule.test.targets.nativesanity}
 484 
 485 ################################################################################
 486 # Testset buildinfra
 487 my.build.flavors.buildinfra = \
 488     product,fastdebug,slowdebug, \
 489     ${my.additional.build.flavors.buildinfra}
 490 
 491 # Platforms built for hotspot push jobs
 492 my.build.targets.buildinfra = \
 493     solaris_sparcv9_5.11-{product|fastdebug|slowdebug}, \
 494     solaris_x64_5.11-{product|fastdebug|slowdebug}, \
 495     linux_i586_3.8-{product|fastdebug|slowdebug}, \
 496     linux_x64_3.8-{product|fastdebug|slowdebug}, \
 497     macosx_x64_10.9-{product|fastdebug|slowdebug}, \
 498     windows_i586_6.3-{product|fastdebug|slowdebug}, \
 499     windows_x64_6.3-{product|fastdebug|slowdebug}, \
 500     ${my.additional.build.targets.buildinfra}
 501 
 502 my.test.targets.buildinfra = \
 503     ${my.test.targets.default}, \
 504     ${my.test.targets.hotspot}
 505 
 506 my.make.rule.test.targets.buildinfra = \
 507     ${my.make.rule.test.targets.default}, \
 508     ${my.make.rule.test.targets.hotspot}