1 #
   2 # Copyright (c) 2006, 2017, 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 ${jprt.bundle.exclude.src.dirs.extra}
  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=bin/jib.sh
  48 jprt.build.use.jib.publish=true
  49 
  50 # Clear out all the build needs as JIB handles this
  51 jprt.jdk9.build.needs=
  52 jprt.macosx.jdk9.build.needs=
  53 jprt.windows_i586.jdk9.build.needs=
  54 jprt.windows_x64.jdk9.build.needs=
  55 jprt.solaris.jdk9.build.needs=
  56 jprt.linux_i586.jdk9.build.needs=
  57 jprt.linux_x64.jdk9.build.needs=
  58 jprt.linux_armv6.jdk9.build.needs=
  59 jprt.linux_armvh.jdk9.build.needs=
  60 jprt.linux_arm64.jdk9.build.needs=
  61 jprt.linux_armsflt.jdk9.build.needs=
  62 jprt.linux_armvfpsflt.jdk9.build.needs=
  63 jprt.linux_armvfphflt.jdk9.build.needs=
  64 jprt.linux_armv6vfphflt.jdk9.build.needs=
  65 jprt.solaris.client.build.needs=
  66 jprt.linux.client.build.needs=
  67 jprt.solaris.jdk9.compiler=
  68 jprt.linux.jdk9.compiler=
  69 jprt.jdk9.test.needs=
  70 
  71 # Disable the need for preinstalled Visual Studio and Xcode
  72 jprt.windows.jdk9.compiler=
  73 jprt.windows.6.2.jdk9.compiler=
  74 jprt.windows.6.3.jdk9.compiler=
  75 jprt.windows.jdk9.target.attribute.compilerVS2013.appliesTo.builds=none
  76 jprt.macosx.jdk9.target.attribute.compilerXcode511.appliesTo.builds=none
  77 
  78 # Set up the run flavors (jvm variants)
  79 jprt.run.flavors=c2,default,${my.additional.run.flavors}
  80 
  81 # Setup jib profiles
  82 jprt.linux_i586.product.build.jib.profile=linux-x86
  83 jprt.linux_x64.product.build.jib.profile=linux-x64
  84 jprt.macosx_x64.product.build.jib.profile=macosx-x64
  85 jprt.solaris_sparcv9.product.build.jib.profile=solaris-sparcv9
  86 jprt.solaris_x64.product.build.jib.profile=solaris-x64
  87 jprt.windows_i586.product.build.jib.profile=windows-x86
  88 jprt.windows_x64.product.build.jib.profile=windows-x64
  89 
  90 jprt.linux_i586.fastdebug.build.jib.profile=linux-x86-debug
  91 jprt.linux_x64.fastdebug.build.jib.profile=linux-x64-debug
  92 jprt.macosx_x64.fastdebug.build.jib.profile=macosx-x64-debug
  93 jprt.solaris_sparcv9.fastdebug.build.jib.profile=solaris-sparcv9-debug
  94 jprt.solaris_x64.fastdebug.build.jib.profile=solaris-x64-debug
  95 jprt.windows_i586.fastdebug.build.jib.profile=windows-x86-debug
  96 jprt.windows_x64.fastdebug.build.jib.profile=windows-x64-debug
  97 
  98 jprt.linux_i586.slowdebug.build.jib.profile=linux-x86-slowdebug
  99 jprt.linux_x64.slowdebug.build.jib.profile=linux-x64-slowdebug
 100 jprt.macosx_x64.slowdebug.build.jib.profile=macosx-x64-slowdebug
 101 jprt.solaris_sparcv9.slowdebug.build.jib.profile=solaris-sparcv9-slowdebug
 102 jprt.solaris_x64.slowdebug.build.jib.profile=solaris-x64-slowdebug
 103 jprt.windows_i586.slowdebug.build.jib.profile=windows-x86-slowdebug
 104 jprt.windows_x64.slowdebug.build.jib.profile=windows-x64-slowdebug
 105 
 106 jprt.linux_i586.productOpen.build.jib.profile=linux-x86-open
 107 jprt.linux_x64.productOpen.build.jib.profile=linux-x64-open
 108 jprt.macosx_x64.productOpen.build.jib.profile=macosx-x64-open
 109 jprt.solaris_sparcv9.productOpen.build.jib.profile=solaris-sparcv9-open
 110 jprt.solaris_x64.productOpen.build.jib.profile=solaris-x64-open
 111 jprt.windows_i586.productOpen.build.jib.profile=windows-x86-open
 112 jprt.windows_x64.productOpen.build.jib.profile=windows-x64-open
 113 
 114 jprt.linux_i586.fastdebugOpen.build.jib.profile=linux-x86-open-debug
 115 jprt.linux_x64.fastdebugOpen.build.jib.profile=linux-x64-open-debug
 116 jprt.macosx_x64.fastdebugOpen.build.jib.profile=macosx-x64-open-debug
 117 jprt.solaris_sparcv9.fastdebugOpen.build.jib.profile=solaris-sparcv9-open-debug
 118 jprt.solaris_x64.fastdebugOpen.build.jib.profile=solaris-x64-open-debug
 119 jprt.windows_i586.fastdebugOpen.build.jib.profile=windows-x86-open-debug
 120 jprt.windows_x64.fastdebugOpen.build.jib.profile=windows-x64-open-debug
 121 
 122 jprt.linux_i586.productZero.build.jib.profile=linux-x86-zero
 123 jprt.linux_x64.productZero.build.jib.profile=linux-x64-zero
 124 
 125 jprt.linux_i586.fastdebugZero.build.jib.profile=linux-x86-zero-debug
 126 jprt.linux_x64.fastdebugZero.build.jib.profile=linux-x64-zero-debug
 127 
 128 jprt.test.jib.profile=run-test-jprt
 129 
 130 # Set make target to use for different build flavors
 131 jprt.build.flavor.fastdebugOpen.target=jprt_bundle
 132 jprt.build.flavor.fastdebug.target=jprt_bundle
 133 jprt.build.flavor.product.target=jprt_bundle
 134 jprt.build.flavor.productOpen.target=jprt_bundle
 135 jprt.build.flavor.optimized.target=jprt_bundle
 136 jprt.build.flavor.optimizedOpen.target=jprt_bundle
 137 jprt.build.flavor.slowdebug.target=jprt_bundle
 138 jprt.build.flavor.productZero.target=jprt_bundle
 139 jprt.build.flavor.fastdebugZero.target=jprt_bundle
 140 
 141 # Use these configure args to define debug level or provide specific
 142 # configuration details not covered by Jib profiles.
 143 jprt.slowdebug.build.configure.args=
 144 jprt.fastdebug.build.configure.args=--disable-precompiled-headers
 145 # Don't disable precompiled headers on windows. It's simply too slow.
 146 jprt.windows_i586.fastdebug.build.configure.args=
 147 jprt.windows_x64.fastdebug.build.configure.args=
 148 jprt.windows_i586.fastdebugOpen.build.configure.args=
 149 jprt.windows_x64.fastdebugOpen.build.configure.args=
 150 jprt.product.build.configure.args=
 151 jprt.optimized.build.configure.args=--with-debug-level=optimized
 152 jprt.slowdebugOpen.build.configure.args=${jprt.slowdebug.build.configure.args}
 153 jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args}
 154 jprt.productOpen.build.configure.args=${jprt.product.build.configure.args}
 155 jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args}
 156 
 157 
 158 # hotspot testset has custom build flavors and build targets
 159 my.jprt.testsetHasCustomBuildFlavors.hotspot=true
 160 my.jprt.testsetHasCustomBuildTargets.hotspot=true
 161 my.jprt.testsetHasCustomBuildFlavors.buildinfra=true
 162 my.jprt.testsetHasCustomBuildTargets.buildinfra=true
 163 
 164 # determine if the specified testset has custom build flavors or build targets
 165 my.jprt.testsetHasCustomBuildFlavors=${my.jprt.testsetHasCustomBuildFlavors.${jprt.test.set}}
 166 my.jprt.testsetHasCustomBuildTargets=${my.jprt.testsetHasCustomBuildTargets.${jprt.test.set}}
 167 
 168 # Select build flavors and build targets based on the specified testset
 169 jprt.build.flavors=${my.jprt.testsetHasCustomBuildFlavors ? \
 170     ${my.build.flavors.${jprt.test.set}} : ${my.build.flavors.default}}
 171 jprt.build.targets=${my.jprt.testsetHasCustomBuildTargets ? \
 172     ${my.build.targets.${jprt.test.set}} : ${my.build.targets.default}}
 173 
 174 # Select test targets - jprt default for jprt.test.set is "default"
 175 jprt.test.targets=${my.test.targets.${jprt.test.set}}
 176 jprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}}
 177 
 178 # Not all test targets need the test image
 179 jprt.test.bundle.targets=\
 180   ${my.make.rule.test.targets.hotspot.reg}, \
 181   ${my.make.rule.test.targets.hotspot.gtest} \
 182   ${my.make.rule.test.targets.nativesanity} \
 183   ${my.test.target.set:TESTNAME=jdk_lang} \
 184   ${my.test.target.set:TESTNAME=jdk_nio}
 185 
 186 # 7155453: Work-around to prevent popups on OSX from blocking test completion
 187 # but the work-around is added to all platforms to be consistent
 188 jprt.jbb.options=-Djava.awt.headless=true
 189 
 190 ########
 191 #
 192 # Build options (generic)
 193 #
 194 
 195 # Configure args common to all builds
 196 # Also allows for additional, testset specific configure arguments to be set
 197 jprt.build.configure.args=                                              \
 198     --with-output-sync=recurse                                          \
 199     --with-jobs=$ALT_PARALLEL_COMPILE_JOBS                              \
 200     --with-version-opt=$JPRT_JOB_ID                                     \
 201     ${my.additional.build.configure.args.${jprt.test.set}}              \
 202     ${my.custom.build.configure.args}
 203 
 204 ########
 205 #
 206 # Build targets and options (default/jdk)
 207 #
 208 
 209 # The default build flavors
 210 my.build.flavors.default=fastdebug,product
 211 
 212 # Standard list of jprt build targets for this source tree
 213 my.build.targets.default= \
 214     solaris_sparcv9_5.11-{product|fastdebug}, \
 215     solaris_x64_5.11-{product|fastdebug}, \
 216     linux_i586_3.8-{product|fastdebug}, \
 217     linux_x64_3.8-{product|fastdebug}, \
 218     macosx_x64_10.9-{product|fastdebug}, \
 219     windows_i586_6.3-{product|fastdebug}, \
 220     windows_x64_6.3-{product|fastdebug}, \
 221     ${my.additional.build.targets.default}
 222 
 223 # Test target list (no fastdebug & limited c2 testing)
 224 my.test.target.set=                                                     \
 225     solaris_sparcv9_5.11-product-c2-TESTNAME,                           \
 226     solaris_x64_5.11-product-c2-TESTNAME,                               \
 227     linux_i586_3.8-product-c2-TESTNAME,                                 \
 228     linux_x64_3.8-product-c2-TESTNAME,                                  \
 229     macosx_x64_10.9-product-c2-TESTNAME,                                \
 230     windows_i586_6.3-product-c2-TESTNAME,                               \
 231     windows_x64_6.3-product-c2-TESTNAME
 232 
 233 # Default vm test targets (testset=default)
 234 my.test.targets.default=                                                \
 235     ${my.test.target.set:TESTNAME=jvm98},                               \
 236     ${my.test.target.set:TESTNAME=scimark}
 237 
 238 # Default jdk test targets (testset=default)
 239 my.make.rule.test.targets.default=                                      \
 240     ${my.test.target.set:TESTNAME=langtools_jtreg},                     \
 241     ${my.test.target.set:TESTNAME=jdk_lang},                            \
 242     ${my.test.target.set:TESTNAME=jdk_math},                            \
 243     ${my.test.target.set:TESTNAME=jdk_util}
 244 
 245 # Default vm test targets (testset=core)
 246 my.test.targets.core=
 247 
 248 # Core jdk test targets (testset=core)
 249 my.make.rule.test.targets.core=                                         \
 250     ${my.test.target.set:TESTNAME=jdk_lang},                            \
 251     ${my.test.target.set:TESTNAME=jdk_math},                            \
 252     ${my.test.target.set:TESTNAME=jdk_util},                            \
 253     ${my.test.target.set:TESTNAME=jdk_io},                              \
 254     ${my.test.target.set:TESTNAME=jdk_net},                             \
 255     ${my.test.target.set:TESTNAME=jdk_nio},                             \
 256     ${my.test.target.set:TESTNAME=jdk_security1},                       \
 257     ${my.test.target.set:TESTNAME=jdk_security2},                       \
 258     ${my.test.target.set:TESTNAME=jdk_security3},                       \
 259     ${my.test.target.set:TESTNAME=jdk_security4},                       \
 260     ${my.test.target.set:TESTNAME=jdk_rmi},                             \
 261     ${my.test.target.set:TESTNAME=jdk_text},                            \
 262     ${my.test.target.set:TESTNAME=jdk_time},                            \
 263     ${my.test.target.set:TESTNAME=jdk_other},                           \
 264     ${my.test.target.set:TESTNAME=core_tools}
 265 
 266 # Svc vm test targets (testset=svc)
 267 my.test.targets.svc=
 268 
 269 # Core jdk test targets (testset=svc)
 270 my.make.rule.test.targets.svc=                                          \
 271     ${my.test.target.set:TESTNAME=jdk_management},                      \
 272     ${my.test.target.set:TESTNAME=jdk_instrument},                      \
 273     ${my.test.target.set:TESTNAME=jdk_jmx},                             \
 274     ${my.test.target.set:TESTNAME=jdk_jdi},                             \
 275     ${my.test.target.set:TESTNAME=svc_tools},                           \
 276     ${my.make.rule.test.targets.svc.extra}
 277 
 278 # JAXP vm test targets (testset=jaxp)
 279 my.test.targets.jaxp=
 280 
 281 # JAXP test targets (testset=jaxp)
 282 my.make.rule.test.targets.jaxp=                                         \
 283     ${my.test.target.set:TESTNAME=jaxp_all}
 284 
 285 # All vm test targets (testset=all)
 286 my.test.targets.all=                                                    \
 287     ${my.test.targets.default},                                         \
 288     ${my.test.target.set:TESTNAME=runThese},                            \
 289     ${my.test.target.set:TESTNAME=jbb_default}
 290 
 291 # All jdk test targets (testset=all)
 292 my.make.rule.test.targets.all=                                          \
 293     ${my.make.rule.test.targets.core},                                  \
 294     ${my.make.rule.test.targets.svc},                                   \
 295     ${my.test.target.set:TESTNAME=jdk_awt},                             \
 296     ${my.test.target.set:TESTNAME=jdk_beans},                           \
 297     ${my.test.target.set:TESTNAME=jdk_sound},                           \
 298     ${my.test.target.set:TESTNAME=jdk_swing}
 299 
 300 # PIT vm test targets (testset=pit)
 301 my.test.targets.pit=                                                    \
 302    ${my.test.targets.all}
 303 
 304 # PIT jdk test targets (testset=pit)
 305 my.make.rule.test.targets.pit=                                          \
 306     ${my.test.target.set:TESTNAME=langtools_jtreg},                     \
 307     ${my.make.rule.test.targets.core},                                  \
 308     ${my.make.rule.test.targets.svc}                                    \
 309     ${my.make.rule.test.targets.jaxp}
 310 
 311 # JCK test targets in test/Makefile (no windows)
 312 my.test.target.set.jck=                                                 \
 313     solaris_sparcv9_5.11-product-c2-JCK7TESTRULE,                       \
 314     solaris_x64_5.11-product-c2-JCK7TESTRULE,                           \
 315     linux_i586_3.8-product-c2-JCK7TESTRULE,                             \
 316     linux_x64_3.8-product-c2-JCK7TESTRULE
 317 
 318 # JCK testset targets
 319 my.make.rule.test.targets.jck=                                          \
 320     ${my.test.target.set.jck:JCK7TESTRULE=jck7devtools},                \
 321     ${my.test.target.set.jck:JCK7TESTRULE=jck7runtime},                 \
 322     ${my.test.target.set.jck:JCK7TESTRULE=jck7compiler}
 323 
 324 
 325 #############
 326 #
 327 # Hotspot related settings (testset=hotspot)
 328 #
 329 
 330 # The hotspot build flavors
 331 my.build.flavors.hotspot=                                               \
 332     fastdebugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \
 333     ${my.additional.build.flavors.hotspot}
 334 
 335 # Platforms built for hotspot push jobs
 336 my.build.targets.hotspot=                                               \
 337     solaris_sparcv9_5.11-{product|fastdebug},                           \
 338     solaris_x64_5.11-{product|fastdebug},                               \
 339     linux_i586_3.8-{product|fastdebug},                                 \
 340     linux_x64_3.8-{product|fastdebug},                                  \
 341     macosx_x64_10.9-{product|fastdebug},                                \
 342     windows_i586_6.3-{product|fastdebug},                               \
 343     windows_x64_6.3-{product|fastdebug},                                \
 344     solaris_x64_5.11-{fastdebugOpen},                                   \
 345     linux_x64_3.8-{productOpen},                                        \
 346     ${my.additional.build.targets.hotspot}
 347 
 348 # Tests to run on the various platforms for hotspot push jobs
 349 my.test.targets.hotspot.solaris.sparcv9=                                \
 350     solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98,                  \
 351     solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered,        \
 352     solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark,                \
 353     solaris_sparcv9_5.11-product-c2-runThese8,
 354 
 355 my.test.targets.hotspot.solaris.x64=                                    \
 356     solaris_x64_5.11-{product|fastdebug}-c2-jvm98,                      \
 357     solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered,            \
 358     solaris_x64_5.11-{product|fastdebug}-c2-scimark,                    \
 359     solaris_x64_5.11-product-c2-runThese8,                              \
 360     solaris_x64_5.11-product-c2-runThese8_Xcomp_lang,                   \
 361     solaris_x64_5.11-product-c2-runThese8_Xcomp_vm,
 362 
 363 my.test.targets.hotspot.linux.i586=                                     \
 364     linux_i586_3.8-{product|fastdebug}-c2-jvm98,                        \
 365     linux_i586_3.8-{product|fastdebug}-c2-jvm98_nontiered,              \
 366     linux_i586_3.8-{product|fastdebug}-c2-scimark,                      \
 367     linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_lang,                   \
 368     linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_vm
 369 
 370 my.test.targets.hotspot.linux.x64=                                      \
 371     linux_x64_3.8-{product|fastdebug}-c2-jvm98,                         \
 372     linux_x64_3.8-{product|fastdebug}-c2-jvm98_nontiered,               \
 373     linux_x64_3.8-{product|fastdebug}-c2-scimark
 374 
 375 my.test.targets.hotspot.macosx.x64=                                     \
 376     macosx_x64_10.9-{product|fastdebug}-c2-jvm98,                       \
 377     macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered,             \
 378     macosx_x64_10.9-{product|fastdebug}-c2-scimark
 379 
 380 my.test.targets.hotspot.windows.i586=                                   \
 381     windows_i586_6.3-{product|fastdebug}-c2-jvm98,                      \
 382     windows_i586_6.3-{product|fastdebug}-c2-jvm98_nontiered,            \
 383     windows_i586_6.3-{product|fastdebug}-c2-scimark,                    \
 384     windows_i586_6.3-product-c2-runThese8,                              \
 385     windows_i586_6.3-product-c2-runThese8_Xcomp_lang,                   \
 386     windows_i586_6.3-product-c2-runThese8_Xcomp_vm,
 387 
 388 my.test.targets.hotspot.windows.x64=                                    \
 389     windows_x64_6.3-{product|fastdebug}-c2-jvm98,                       \
 390     windows_x64_6.3-{product|fastdebug}-c2-jvm98_nontiered,             \
 391     windows_x64_6.3-{product|fastdebug}-c2-scimark,                     \
 392     windows_x64_6.3-product-c2-runThese8,                               \
 393     windows_x64_6.3-product-c2-runThese8_Xcomp_lang,                    \
 394     windows_x64_6.3-product-c2-runThese8_Xcomp_vm,
 395 
 396 # Some basic "smoke" tests for OpenJDK builds
 397 my.test.targets.hotspot.open=                                           \
 398     solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98,              \
 399     linux_x64_3.8-{productOpen|fastdebugOpen}-c2-jvm98
 400 
 401 # The complete list of test targets for jprt
 402 my.test.targets.hotspot=                                                \
 403   ${my.test.targets.hotspot.open},                                      \
 404   ${my.test.targets.hotspot.solaris.sparcv9},                           \
 405   ${my.test.targets.hotspot.solaris.x64},                               \
 406   ${my.test.targets.hotspot.linux.i586},                                \
 407   ${my.test.targets.hotspot.linux.x64},                                 \
 408   ${my.test.targets.hotspot.macosx.x64},                                \
 409   ${my.test.targets.hotspot.windows.i586},                              \
 410   ${my.test.targets.hotspot.windows.x64},                               \
 411   ${my.test.targets.hotspot.solaris.sparcv9},                           \
 412   ${my.test.targets.hotspot.solaris.x64},                               \
 413   ${my.test.targets.hotspot.linux.x64},                                 \
 414   ${my.test.targets.hotspot.windows.i586},                              \
 415   ${my.test.targets.hotspot.windows.x64},                               \
 416   ${my.additional.test.targets.hotspot}
 417 
 418 
 419 # Make file based test targets
 420 
 421 my.make.rule.test.targets.hotspot.gtest= \
 422   linux_i586_3.8-*-default-hotspot_gtest, \
 423   linux_x64_3.8-*-default-hotspot_gtest, \
 424   macosx_x64_10.9-*-default-hotspot_gtest, \
 425   solaris_sparcv9_5.11-*-default-hotspot_gtest, \
 426   solaris_x64_5.11-*-default-hotspot_gtest, \
 427   windows_i586_6.3-*-default-hotspot_gtest, \
 428   windows_x64_6.3-*-default-hotspot_gtest, \
 429   ${my.additional.make.rule.test.targets.hotspot.gtest}
 430 
 431 my.make.rule.test.targets.hotspot.reg.group=                            \
 432   solaris_sparcv9_5.11-fastdebug-c2-GROUP,                              \
 433   solaris_x64_5.11-fastdebug-c2-GROUP,                                  \
 434   linux_i586_3.8-fastdebug-c2-GROUP,                                    \
 435   linux_x64_3.8-fastdebug-c2-GROUP,                                     \
 436   macosx_x64_10.9-fastdebug-c2-GROUP,                                   \
 437   windows_i586_6.3-fastdebug-c2-GROUP,                                  \
 438   windows_x64_6.3-fastdebug-c2-GROUP
 439 
 440 # Hotspot jtreg tests
 441 my.make.rule.test.targets.hotspot.reg=                                                  \
 442   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_1},                \
 443   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_2},                \
 444   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_3},                \
 445   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_closed},   \
 446   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_1},              \
 447   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_2},              \
 448   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_closed},         \
 449   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcold},          \
 450   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcbasher},       \
 451   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_runtime},           \
 452   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_serviceability},    \
 453   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},                  \
 454   solaris_sparcv9_5.11-product-c2-hotspot_tier1_gc_gcbasher,                            \
 455   solaris_x64_5.11-product-c2-hotspot_tier1_gc_gcbasher,                                        \
 456   linux_i586_3.8-product-c2-hotspot_tier1_gc_gcbasher,                                  \
 457   linux_x64_3.8-product-c2-hotspot_tier1_gc_gcbasher,                                   \
 458   macosx_x64_10.9-product-c2-hotspot_tier1_gc_gcbasher,                                 \
 459   windows_i586_6.3-product-c2-hotspot_tier1_gc_gcbasher,                                        \
 460   windows_x64_6.3-product-c2-hotspot_tier1_gc_gcbasher,                                  \
 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.gtest},                           \
 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 # Native jdk and hotspot test targets (testset=nativesanity)
 474 my.make.rule.test.targets.nativesanity=                                 \
 475     ${my.test.target.set:TESTNAME=jdk_native_sanity},                   \
 476     ${my.test.target.set:TESTNAME=hotspot_native_sanity}
 477 
 478 ################################################################################
 479 # Testset buildinfra
 480 my.build.flavors.buildinfra = \
 481     product,fastdebug,slowdebug,productZero,fastdebugZero \
 482     ${my.additional.build.flavors.buildinfra}
 483 
 484 # Platforms built for hotspot push jobs
 485 my.build.targets.buildinfra = \
 486     solaris_sparcv9_5.11-{product|fastdebug|slowdebug}, \
 487     solaris_x64_5.11-{product|fastdebug|slowdebug}, \
 488     linux_i586_3.8-{product|fastdebug|slowdebug|productZero|fastdebugZero}, \
 489     linux_x64_3.8-{product|fastdebug|slowdebug|productZero|fastdebugZero}, \
 490     macosx_x64_10.9-{product|fastdebug|slowdebug}, \
 491     windows_i586_6.3-{product|fastdebug|slowdebug}, \
 492     windows_x64_6.3-{product|fastdebug|slowdebug}, \
 493     ${my.additional.build.targets.buildinfra}
 494 
 495 my.test.targets.buildinfra = \
 496     ${my.test.targets.default}, \
 497     ${my.test.targets.hotspot}
 498 
 499 my.make.rule.test.targets.buildinfra = \
 500     ${my.make.rule.test.targets.default}, \
 501     ${my.make.rule.test.targets.hotspot}