hotspot/make/jprt.properties
author mgerdin
Thu, 23 Feb 2012 14:58:35 +0100
changeset 12095 cc3d6f08a4c4
parent 11767 e93570635af8
child 12097 74c00f677d2d
permissions -rw-r--r--
7148152: Add whitebox testing API to HotSpot Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality Reviewed-by: phh, dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
#
12095
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
     2
# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
# published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
# accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
#
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5405
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5405
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5405
diff changeset
    21
# questions.
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
    22
#
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
489c9b5090e2 Initial load
duke
parents:
diff changeset
    25
# Properties for jprt
489c9b5090e2 Initial load
duke
parents:
diff changeset
    26
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
    27
# All build result bundles are full jdks, so the 64bit testing does not
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    28
#    need the 32bit sibling bundle installed.
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    29
#    Note: If the hotspot/make/Makefile changed to only bundle the 64bit files
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    30
#          when bundling 64bit, and stripped out the 64bit files from any 32bit
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    31
#          bundles, then this setting would be need to be "true".
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    32
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    33
jprt.need.sibling.build=false
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    34
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    35
# At submit time, the release supplied will be in jprt.submit.release
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    36
#    and will be one of the official release names defined in jprt.
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    37
#    jprt supports property value expansion using ${property.name} syntax.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    39
# This tells jprt what default release we want to build
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    40
11767
e93570635af8 7069991: Setup make/jprt.properties files for jdk8
kamg
parents: 11648
diff changeset
    41
jprt.hotspot.default.release=jdk7
e93570635af8 7069991: Setup make/jprt.properties files for jdk8
kamg
parents: 11648
diff changeset
    42
e93570635af8 7069991: Setup make/jprt.properties files for jdk8
kamg
parents: 11648
diff changeset
    43
jprt.tools.default.release=${jprt.submit.option.release?${jprt.submit.option.release}:${jprt.hotspot.default.release}}
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    44
3699
3114dcd84149 6879076: disable jprt sync after builds are done
jcoomes
parents: 3591
diff changeset
    45
# Disable syncing the source after builds and tests are done.
3114dcd84149 6879076: disable jprt sync after builds are done
jcoomes
parents: 3591
diff changeset
    46
3114dcd84149 6879076: disable jprt sync after builds are done
jcoomes
parents: 3591
diff changeset
    47
jprt.sync.push=false
3114dcd84149 6879076: disable jprt sync after builds are done
jcoomes
parents: 3591
diff changeset
    48
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    49
# Note: we want both embedded releases and regular releases to build and test
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    50
#       all platforms so that regressions are not introduced (eg. change to
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    51
#       common code by SE breaks PPC/ARM; change to common code by SE-E breaks
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    52
#       sparc etc.
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    53
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    54
# Define the Solaris platforms we want for the various releases
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
    55
jprt.my.solaris.sparc.jdk8=solaris_sparc_5.10
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    56
jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    57
jprt.my.solaris.sparc=${jprt.my.solaris.sparc.${jprt.tools.default.release}}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
    59
jprt.my.solaris.sparcv9.jdk8=solaris_sparcv9_5.10
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    60
jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    61
jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}}
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    62
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
    63
jprt.my.solaris.i586.jdk8=solaris_i586_5.10
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    64
jprt.my.solaris.i586.jdk7=solaris_i586_5.10
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    65
jprt.my.solaris.i586=${jprt.my.solaris.i586.${jprt.tools.default.release}}
338
5cf9f61d76f4 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents: 1
diff changeset
    66
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
    67
jprt.my.solaris.x64.jdk8=solaris_x64_5.10
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    68
jprt.my.solaris.x64.jdk7=solaris_x64_5.10
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    69
jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}}
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
    70
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
    71
jprt.my.linux.i586.jdk8=linux_i586_2.6
2730
d67a0f95ad3f 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair
parents: 2563
diff changeset
    72
jprt.my.linux.i586.jdk7=linux_i586_2.6
d67a0f95ad3f 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair
parents: 2563
diff changeset
    73
jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}}
d67a0f95ad3f 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair
parents: 2563
diff changeset
    74
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
    75
jprt.my.linux.x64.jdk8=linux_x64_2.6
2730
d67a0f95ad3f 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair
parents: 2563
diff changeset
    76
jprt.my.linux.x64.jdk7=linux_x64_2.6
d67a0f95ad3f 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair
parents: 2563
diff changeset
    77
jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}}
d67a0f95ad3f 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair
parents: 2563
diff changeset
    78
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
    79
jprt.my.linux.ppc.jdk8=linux_ppc_2.6
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    80
jprt.my.linux.ppc.jdk7=linux_ppc_2.6
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    81
jprt.my.linux.ppc=${jprt.my.linux.ppc.${jprt.tools.default.release}}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    82
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
    83
jprt.my.linux.ppcv2.jdk8=linux_ppcv2_2.6
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    84
jprt.my.linux.ppcv2.jdk7=linux_ppcv2_2.6
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    85
jprt.my.linux.ppcv2=${jprt.my.linux.ppcv2.${jprt.tools.default.release}}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    86
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
    87
jprt.my.linux.ppcsflt.jdk8=linux_ppcsflt_2.6
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    88
jprt.my.linux.ppcsflt.jdk7=linux_ppcsflt_2.6
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    89
jprt.my.linux.ppcsflt=${jprt.my.linux.ppcsflt.${jprt.tools.default.release}}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    90
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
    91
jprt.my.linux.armvfp.jdk8=linux_armvfp_2.6
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    92
jprt.my.linux.armvfp.jdk7=linux_armvfp_2.6
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    93
jprt.my.linux.armvfp=${jprt.my.linux.armvfp.${jprt.tools.default.release}}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    94
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
    95
jprt.my.linux.armsflt.jdk8=linux_armsflt_2.6
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    96
jprt.my.linux.armsflt.jdk7=linux_armsflt_2.6
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    97
jprt.my.linux.armsflt=${jprt.my.linux.armsflt.${jprt.tools.default.release}}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
    98
11590
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
    99
jprt.my.macosx.x64.jdk8=macosx_x64_10.7
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   100
jprt.my.macosx.x64.jdk7=macosx_x64_10.7
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   101
jprt.my.macosx.x64=${jprt.my.macosx.x64.${jprt.tools.default.release}}
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   102
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
   103
jprt.my.windows.i586.jdk8=windows_i586_5.1
6450
7d99ff80ff01 6985022: update make/jprt.properties for new jdk7 tools
jcoomes
parents: 6441
diff changeset
   104
jprt.my.windows.i586.jdk7=windows_i586_5.1
2730
d67a0f95ad3f 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair
parents: 2563
diff changeset
   105
jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}}
d67a0f95ad3f 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair
parents: 2563
diff changeset
   106
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
   107
jprt.my.windows.x64.jdk8=windows_x64_5.2
2730
d67a0f95ad3f 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair
parents: 2563
diff changeset
   108
jprt.my.windows.x64.jdk7=windows_x64_5.2
d67a0f95ad3f 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair
parents: 2563
diff changeset
   109
jprt.my.windows.x64=${jprt.my.windows.x64.${jprt.tools.default.release}}
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   110
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   111
# Standard list of jprt build targets for this source tree
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   112
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   113
jprt.build.targets.standard= \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   114
    ${jprt.my.solaris.sparc}-{product|fastdebug|debug}, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   115
    ${jprt.my.solaris.sparcv9}-{product|fastdebug|debug}, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   116
    ${jprt.my.solaris.i586}-{product|fastdebug|debug}, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   117
    ${jprt.my.solaris.x64}-{product|fastdebug|debug}, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   118
    ${jprt.my.linux.i586}-{product|fastdebug|debug}, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   119
    ${jprt.my.linux.x64}-{product|fastdebug}, \
11590
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   120
    ${jprt.my.macosx.x64}-{product|fastdebug|debug}, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   121
    ${jprt.my.windows.i586}-{product|fastdebug|debug}, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   122
    ${jprt.my.windows.x64}-{product|fastdebug|debug}
338
5cf9f61d76f4 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents: 1
diff changeset
   123
9938
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   124
jprt.build.targets.open= \
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   125
    ${jprt.my.solaris.i586}-{productOpen}, \
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   126
    ${jprt.my.solaris.x64}-{debugOpen}, \
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   127
    ${jprt.my.linux.x64}-{productOpen}
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   128
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   129
jprt.build.targets.embedded= \
9938
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   130
    ${jprt.my.linux.i586}-{productEmb|fastdebugEmb|debugEmb}, \
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   131
    ${jprt.my.linux.ppc}-{productEmb|fastdebugEmb}, \
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   132
    ${jprt.my.linux.ppcv2}-{productEmb|fastdebugEmb}, \
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   133
    ${jprt.my.linux.ppcsflt}-{productEmb|fastdebugEmb}, \
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   134
    ${jprt.my.linux.armvfp}-{productEmb|fastdebugEmb}, \
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   135
    ${jprt.my.linux.armsflt}-{productEmb|fastdebugEmb}
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   136
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   137
jprt.build.targets.all=${jprt.build.targets.standard}, \
9938
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   138
    ${jprt.build.targets.embedded}, ${jprt.build.targets.open}
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   139
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
   140
jprt.build.targets.jdk8=${jprt.build.targets.all}
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   141
jprt.build.targets.jdk7=${jprt.build.targets.all}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   142
jprt.build.targets.jdk7temp=${jprt.build.targets.all}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   143
jprt.build.targets.jdk7b107=${jprt.build.targets.all}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   144
jprt.build.targets.jdk6=${jprt.build.targets.standard}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   145
jprt.build.targets.jdk6perf=${jprt.build.targets.standard}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   146
jprt.build.targets.jdk6u10=${jprt.build.targets.standard}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   147
jprt.build.targets.jdk6u14=${jprt.build.targets.standard}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   148
jprt.build.targets.jdk6u18=${jprt.build.targets.standard}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   149
jprt.build.targets.jdk6u20=${jprt.build.targets.standard}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   150
jprt.build.targets.ejdk6=${jprt.build.targets.all}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   151
jprt.build.targets.ejdk7=${jprt.build.targets.all}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   152
jprt.build.targets=${jprt.build.targets.${jprt.tools.default.release}}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   153
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   154
# Subset lists of test targets for this source tree
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   155
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   156
jprt.my.solaris.sparc.test.targets= \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   157
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jvm98, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   158
    ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-jvm98_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   159
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-scimark, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   160
    ${jprt.my.solaris.sparc}-product-{c1|c2}-runThese, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   161
    ${jprt.my.solaris.sparc}-fastdebug-c1-runThese_Xshare, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   162
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   163
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   164
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   165
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   166
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   167
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   168
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   169
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   170
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   171
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   172
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   173
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   174
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   175
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   176
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_default, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   177
    ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-jbb_default_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   178
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   179
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   180
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   181
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   182
    ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParOldGC
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   183
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   184
jprt.my.solaris.sparcv9.test.targets= \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   185
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   186
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   187
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   188
    ${jprt.my.solaris.sparcv9}-product-c2-runThese, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   189
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   190
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   191
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   192
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   193
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   194
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   195
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   196
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   197
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   198
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   199
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   200
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   201
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   202
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   203
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   204
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   205
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   206
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   207
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   208
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   209
    ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   211
jprt.my.solaris.x64.test.targets= \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   212
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   213
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   214
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   215
    ${jprt.my.solaris.x64}-product-c2-runThese, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   216
    ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   217
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   218
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   219
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   220
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   221
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   222
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   223
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   224
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   225
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   226
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   227
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   228
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   229
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   230
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   231
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   232
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   233
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   234
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   235
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   236
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   237
    ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   238
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   239
jprt.my.solaris.i586.test.targets= \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   240
    ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   241
    ${jprt.my.solaris.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   242
    ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-scimark, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   243
    ${jprt.my.solaris.i586}-product-{c1|c2}-runThese_Xcomp, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   244
    ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xcomp, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   245
    ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xshare, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   246
    ${jprt.my.solaris.i586}-product-c1-GCBasher_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   247
    ${jprt.my.solaris.i586}-product-c1-GCBasher_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   248
    ${jprt.my.solaris.i586}-product-c1-GCBasher_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   249
    ${jprt.my.solaris.i586}-product-c1-GCBasher_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   250
    ${jprt.my.solaris.i586}-product-c1-GCBasher_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   251
    ${jprt.my.solaris.i586}-product-c1-GCBasher_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   252
    ${jprt.my.solaris.i586}-product-c1-GCBasher_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   253
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   254
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   255
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   256
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   257
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   258
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   259
    ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   260
    ${jprt.my.solaris.i586}-product-c1-GCOld_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   261
    ${jprt.my.solaris.i586}-product-c1-GCOld_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   262
    ${jprt.my.solaris.i586}-product-c1-GCOld_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   263
    ${jprt.my.solaris.i586}-product-c1-GCOld_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   264
    ${jprt.my.solaris.i586}-product-c1-GCOld_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   265
    ${jprt.my.solaris.i586}-product-c1-GCOld_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   266
    ${jprt.my.solaris.i586}-product-c1-GCOld_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   267
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   268
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   269
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   270
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   271
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   272
    ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParOldGC
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   273
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   274
jprt.my.linux.i586.test.targets = \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   275
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   276
    ${jprt.my.linux.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   277
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   278
    ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   279
    ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \
2734
a15982b3cd69 6835796: Fedora 9 linux_i586-fastdebug-c2-runThese_Xcomp times out
kvn
parents: 2730
diff changeset
   280
    ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   281
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   282
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   283
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   284
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   285
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   286
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   287
    ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   288
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   289
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   290
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   291
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   292
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   293
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   294
    ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   295
    ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_default, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   296
    ${jprt.my.linux.i586}-{product|fastdebug}-c2-jbb_default_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   297
    ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   298
    ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   299
    ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   300
    ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   301
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   302
jprt.my.linux.x64.test.targets = \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   303
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   304
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   305
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-scimark, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   306
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   307
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   308
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   309
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   310
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   311
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   312
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   313
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   314
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   315
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   316
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   317
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   318
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   319
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   320
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   321
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   322
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   323
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   324
    ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   325
11590
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   326
jprt.my.macosx.x64.test.targets = \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   327
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   328
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   329
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-scimark, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   330
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_default, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   331
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   332
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   333
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   334
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   335
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_G1, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   336
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   337
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_default, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   338
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   339
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   340
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   341
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_CMS, \
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   342
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_G1, \
11648
673cd859fbb7 7142852: MAC: Comment out JPRT jbb tests on Mac OS X until 7142850 is resolved
phh
parents: 11590
diff changeset
   343
    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
673cd859fbb7 7142852: MAC: Comment out JPRT jbb tests on Mac OS X until 7142850 is resolved
phh
parents: 11590
diff changeset
   344
#    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default, \
673cd859fbb7 7142852: MAC: Comment out JPRT jbb tests on Mac OS X until 7142850 is resolved
phh
parents: 11590
diff changeset
   345
#    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default_tiered, \
673cd859fbb7 7142852: MAC: Comment out JPRT jbb tests on Mac OS X until 7142850 is resolved
phh
parents: 11590
diff changeset
   346
#    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
673cd859fbb7 7142852: MAC: Comment out JPRT jbb tests on Mac OS X until 7142850 is resolved
phh
parents: 11590
diff changeset
   347
#    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_G1, \
673cd859fbb7 7142852: MAC: Comment out JPRT jbb tests on Mac OS X until 7142850 is resolved
phh
parents: 11590
diff changeset
   348
#    ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParOldGC
11590
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   349
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   350
jprt.my.windows.i586.test.targets = \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   351
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   352
    ${jprt.my.windows.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   353
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   354
    ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   355
    ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   356
    ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   357
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   358
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   359
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   360
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   361
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   362
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   363
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   364
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   365
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   366
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   367
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   368
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   369
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   370
    ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   371
    ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   372
    ${jprt.my.windows.i586}-{product|fastdebug}-c2-jbb_default_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   373
    ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   374
    ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   375
    ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   376
    ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   377
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   378
jprt.my.windows.x64.test.targets = \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   379
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   380
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   381
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   382
    ${jprt.my.windows.x64}-product-c2-runThese, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   383
    ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   384
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   385
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   386
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   387
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   388
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
8298
895294594ee4 7017008: G1: Turn on compressed oops by default.
johnc
parents: 7727
diff changeset
   389
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_G1, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   390
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   391
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_default, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   392
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   393
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   394
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   395
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   396
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   397
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   398
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   399
    ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   400
    ${jprt.my.windows.x64}-product-c2-jbb_CMS, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   401
    ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \
2244
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   402
    ${jprt.my.windows.x64}-product-c2-jbb_G1, \
2f308c52f0a5 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 1132
diff changeset
   403
    ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   404
9938
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   405
# Some basic "smoke" tests for OpenJDK builds
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   406
jprt.test.targets.open = \
11199
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   407
    ${jprt.my.solaris.x64}-{productOpen|debugOpen|fastdebugOpen}-c2-jvm98, \
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   408
    ${jprt.my.solaris.i586}-{productOpen|fastdebugOpen}-c2-jvm98, \
6050dd0fea1a 7116795: Tiered: enable by default for server
iveresov
parents: 10034
diff changeset
   409
    ${jprt.my.linux.x64}-{productOpen|fastdebugOpen}-c2-jvm98
9938
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   410
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   411
# Testing for actual embedded builds is different to standard
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   412
jprt.my.linux.i586.test.targets.embedded = \
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   413
    linux_i586_2.6-product-c1-scimark
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   414
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   415
# The complete list of test targets for jprt
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   416
# Note: no PPC or ARM tests at this stage
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   417
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   418
jprt.test.targets.standard = \
9938
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   419
  ${jprt.my.linux.i586.test.targets.embedded}, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   420
  ${jprt.my.solaris.sparc.test.targets}, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   421
  ${jprt.my.solaris.sparcv9.test.targets}, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   422
  ${jprt.my.solaris.i586.test.targets}, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   423
  ${jprt.my.solaris.x64.test.targets}, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   424
  ${jprt.my.linux.i586.test.targets}, \
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   425
  ${jprt.my.linux.x64.test.targets}, \
11590
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   426
  ${jprt.my.macosx.x64.test.targets}, \
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   427
  ${jprt.my.windows.i586.test.targets}, \
9938
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   428
  ${jprt.my.windows.x64.test.targets}, \
37bd321d31fc 7035744: jprt no longer does open-only builds
dholmes
parents: 8301
diff changeset
   429
  ${jprt.test.targets.open}
585
5c7a246c0ee2 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 338
diff changeset
   430
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   431
jprt.test.targets.embedded= 		\
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   432
  ${jprt.my.linux.i586.test.targets.embedded}, \
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   433
  ${jprt.my.solaris.sparc.test.targets}, \
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   434
  ${jprt.my.solaris.sparcv9.test.targets}, \
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   435
  ${jprt.my.solaris.i586.test.targets}, \
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   436
  ${jprt.my.solaris.x64.test.targets}, \
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   437
  ${jprt.my.linux.x64.test.targets}, \
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   438
  ${jprt.my.windows.i586.test.targets}, \
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   439
  ${jprt.my.windows.x64.test.targets}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   440
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   441
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
   442
jprt.test.targets.jdk8=${jprt.test.targets.standard}
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   443
jprt.test.targets.jdk7=${jprt.test.targets.standard}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   444
jprt.test.targets=${jprt.test.targets.${jprt.tools.default.release}}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   445
1132
915051915ce9 6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents: 670
diff changeset
   446
# The default test/Makefile targets that should be run
915051915ce9 6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents: 670
diff changeset
   447
915051915ce9 6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents: 670
diff changeset
   448
#jprt.make.rule.test.targets=*-product-*-packtest
915051915ce9 6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents: 670
diff changeset
   449
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   450
jprt.make.rule.test.targets.standard.client = \
2868
051eb4af737f 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair
parents: 2734
diff changeset
   451
  ${jprt.my.solaris.sparc}-*-c1-clienttest, \
051eb4af737f 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair
parents: 2734
diff changeset
   452
  ${jprt.my.solaris.i586}-*-c1-clienttest, \
051eb4af737f 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair
parents: 2734
diff changeset
   453
  ${jprt.my.linux.i586}-*-c1-clienttest, \
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   454
  ${jprt.my.windows.i586}-*-c1-clienttest
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   455
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   456
jprt.make.rule.test.targets.standard.server = \
2868
051eb4af737f 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair
parents: 2734
diff changeset
   457
  ${jprt.my.solaris.sparc}-*-c2-servertest, \
051eb4af737f 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair
parents: 2734
diff changeset
   458
  ${jprt.my.solaris.sparcv9}-*-c2-servertest, \
051eb4af737f 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair
parents: 2734
diff changeset
   459
  ${jprt.my.solaris.i586}-*-c2-servertest, \
051eb4af737f 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair
parents: 2734
diff changeset
   460
  ${jprt.my.solaris.x64}-*-c2-servertest, \
051eb4af737f 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair
parents: 2734
diff changeset
   461
  ${jprt.my.linux.i586}-*-c2-servertest, \
051eb4af737f 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair
parents: 2734
diff changeset
   462
  ${jprt.my.linux.x64}-*-c2-servertest, \
11590
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   463
  ${jprt.my.macosx.x64}-*-c2-servertest, \
2868
051eb4af737f 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair
parents: 2734
diff changeset
   464
  ${jprt.my.windows.i586}-*-c2-servertest, \
051eb4af737f 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair
parents: 2734
diff changeset
   465
  ${jprt.my.windows.x64}-*-c2-servertest
051eb4af737f 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair
parents: 2734
diff changeset
   466
10994
fc93bca9c720 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
brutisso
parents: 10034
diff changeset
   467
jprt.make.rule.test.targets.standard.internalvmtests = \
fc93bca9c720 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
brutisso
parents: 10034
diff changeset
   468
  ${jprt.my.solaris.sparc}-fastdebug-c2-internalvmtests, \
fc93bca9c720 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
brutisso
parents: 10034
diff changeset
   469
  ${jprt.my.solaris.sparcv9}-fastdebug-c2-internalvmtests, \
fc93bca9c720 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
brutisso
parents: 10034
diff changeset
   470
  ${jprt.my.solaris.i586}-fastdebug-c2-internalvmtests, \
fc93bca9c720 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
brutisso
parents: 10034
diff changeset
   471
  ${jprt.my.solaris.x64}-fastdebug-c2-internalvmtests, \
fc93bca9c720 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
brutisso
parents: 10034
diff changeset
   472
  ${jprt.my.linux.i586}-fastdebug-c2-internalvmtests, \
fc93bca9c720 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
brutisso
parents: 10034
diff changeset
   473
  ${jprt.my.linux.x64}-fastdebug-c2-internalvmtests, \
11590
02eafbcc30bc 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents: 11201
diff changeset
   474
  ${jprt.my.macosx.x64}-fastdebug-c2-internalvmtests, \
10994
fc93bca9c720 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
brutisso
parents: 10034
diff changeset
   475
  ${jprt.my.windows.i586}-fastdebug-c2-internalvmtests, \
fc93bca9c720 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
brutisso
parents: 10034
diff changeset
   476
  ${jprt.my.windows.x64}-fastdebug-c2-internalvmtests
12095
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   477
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   478
jprt.make.rule.test.targets.standard.wbapi = \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   479
  ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-wbapitest, \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   480
  ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-wbapitest, \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   481
  ${jprt.my.solaris.i586}-{product|fastdebug}-c2-wbapitest, \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   482
  ${jprt.my.solaris.x64}-{product|fastdebug}-c2-wbapitest, \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   483
  ${jprt.my.linux.i586}-{product|fastdebug}-c2-wbapitest, \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   484
  ${jprt.my.linux.x64}-{product|fastdebug}-c2-wbapitest, \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   485
  ${jprt.my.windows.i586}-{product|fastdebug}-c2-wbapitest, \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   486
  ${jprt.my.windows.x64}-{product|fastdebug}-c2-wbapitest, \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   487
  ${jprt.my.solaris.sparc}-{product|fastdebug}-c1-wbapitest, \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   488
  ${jprt.my.solaris.i586}-{product|fastdebug}-c1-wbapitest, \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   489
  ${jprt.my.linux.i586}-{product|fastdebug}-c1-wbapitest, \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   490
  ${jprt.my.windows.i586}-{product|fastdebug}-c1-wbapitest
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   491
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   492
jprt.make.rule.test.targets.standard = \
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   493
  ${jprt.make.rule.test.targets.standard.client}, \
10994
fc93bca9c720 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
brutisso
parents: 10034
diff changeset
   494
  ${jprt.make.rule.test.targets.standard.server}, \
12095
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   495
  ${jprt.make.rule.test.targets.standard.internalvmtests}, \
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11767
diff changeset
   496
  ${jprt.make.rule.test.targets.standard.wbapi}
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   497
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   498
jprt.make.rule.test.targets.embedded = \
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   499
  ${jprt.make.rule.test.targets.standard.client}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   500
10034
2143c41c2a90 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
trims
parents: 9938
diff changeset
   501
jprt.make.rule.test.targets.jdk8=${jprt.make.rule.test.targets.standard}
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   502
jprt.make.rule.test.targets.jdk7=${jprt.make.rule.test.targets.standard}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   503
jprt.make.rule.test.targets=${jprt.make.rule.test.targets.${jprt.tools.default.release}}
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents: 7727
diff changeset
   504