author | goetz |
Thu, 18 Sep 2014 09:37:26 +0200 | |
changeset 26805 | 73f3e9ac86f5 |
parent 26803 | 05d9c0cdc3f3 |
permissions | -rw-r--r-- |
1 | 1 |
# |
16396
55ea30496957
8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
dholmes
parents:
13468
diff
changeset
|
2 |
# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. |
1 | 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. |
|
8 |
# |
|
9 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
# accompanied this code). |
|
14 |
# |
|
15 |
# You should have received a copy of the GNU General Public License version |
|
16 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
17 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
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 | 22 |
# |
1 | 23 |
# |
24 |
||
25 |
# Properties for jprt |
|
26 |
||
21061
f16b7b2b7405
8023496: [jprt] build and test solaris 64-bits only
amurillo
parents:
20025
diff
changeset
|
27 |
# All build result bundles are full jdks. |
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
28 |
jprt.need.sibling.build=false |
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
29 |
|
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
30 |
# 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
|
31 |
# 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
|
32 |
# jprt supports property value expansion using ${property.name} syntax. |
1 | 33 |
|
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
34 |
# 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
|
35 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
36 |
jprt.hotspot.default.release=jdk9 |
11767 | 37 |
|
38 |
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
|
39 |
|
3699 | 40 |
# Disable syncing the source after builds and tests are done. |
41 |
||
42 |
jprt.sync.push=false |
|
43 |
||
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
44 |
# 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
|
45 |
# 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
|
46 |
# 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
|
47 |
# sparc etc. |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
48 |
|
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
49 |
# Define the Solaris platforms we want for the various releases |
24807
6119e6ffbe34
8046474: Source changes needed to build JDK 9 with new platforms and compilers on Solaris and Linux
tbell
parents:
23994
diff
changeset
|
50 |
jprt.my.solaris.sparcv9.jdk9=solaris_sparcv9_5.11 |
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
51 |
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
|
52 |
|
24807
6119e6ffbe34
8046474: Source changes needed to build JDK 9 with new platforms and compilers on Solaris and Linux
tbell
parents:
23994
diff
changeset
|
53 |
jprt.my.solaris.x64.jdk9=solaris_x64_5.11 |
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
54 |
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
|
55 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
56 |
jprt.my.linux.i586.jdk9=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
|
57 |
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
|
58 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
59 |
jprt.my.linux.x64.jdk9=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
|
60 |
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
|
61 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
62 |
jprt.my.linux.ppc.jdk9=linux_ppc_2.6 |
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
63 |
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
|
64 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
65 |
jprt.my.linux.ppcv2.jdk9=linux_ppcv2_2.6 |
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
66 |
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
|
67 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
68 |
jprt.my.linux.armvfpsflt.jdk9=linux_armvfpsflt_2.6 |
16396
55ea30496957
8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
dholmes
parents:
13468
diff
changeset
|
69 |
jprt.my.linux.armvfpsflt=${jprt.my.linux.armvfpsflt.${jprt.tools.default.release}} |
55ea30496957
8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
dholmes
parents:
13468
diff
changeset
|
70 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
71 |
jprt.my.linux.armvfphflt.jdk9=linux_armvfphflt_2.6 |
16396
55ea30496957
8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
dholmes
parents:
13468
diff
changeset
|
72 |
jprt.my.linux.armvfphflt=${jprt.my.linux.armvfphflt.${jprt.tools.default.release}} |
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
73 |
|
16396
55ea30496957
8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
dholmes
parents:
13468
diff
changeset
|
74 |
# The ARM GP vfp-sflt build is not currently supported |
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
75 |
#jprt.my.linux.armvs.jdk9=linux_armvs_2.6 |
16396
55ea30496957
8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
dholmes
parents:
13468
diff
changeset
|
76 |
#jprt.my.linux.armvs=${jprt.my.linux.armvs.${jprt.tools.default.release}} |
55ea30496957
8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
dholmes
parents:
13468
diff
changeset
|
77 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
78 |
jprt.my.linux.armvh.jdk9=linux_armvh_2.6 |
16396
55ea30496957
8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
dholmes
parents:
13468
diff
changeset
|
79 |
jprt.my.linux.armvh=${jprt.my.linux.armvh.${jprt.tools.default.release}} |
13100 | 80 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
81 |
jprt.my.linux.armsflt.jdk9=linux_armsflt_2.6 |
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
82 |
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
|
83 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
84 |
jprt.my.macosx.x64.jdk9=macosx_x64_10.7 |
11590
02eafbcc30bc
7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents:
11201
diff
changeset
|
85 |
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
|
86 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
87 |
jprt.my.windows.i586.jdk9=windows_i586_6.1 |
2730
d67a0f95ad3f
6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair
parents:
2563
diff
changeset
|
88 |
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
|
89 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
90 |
jprt.my.windows.x64.jdk9=windows_x64_6.1 |
2730
d67a0f95ad3f
6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair
parents:
2563
diff
changeset
|
91 |
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
|
92 |
|
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
93 |
# 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
|
94 |
|
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
95 |
jprt.build.targets.standard= \ |
26311 | 96 |
${jprt.my.solaris.sparcv9}-{product|fastdebug}, \ |
17006 | 97 |
${jprt.my.solaris.x64}-{product|fastdebug}, \ |
98 |
${jprt.my.linux.i586}-{product|fastdebug}, \ |
|
26311 | 99 |
${jprt.my.linux.x64}-{product|fastdebug}, \ |
17006 | 100 |
${jprt.my.macosx.x64}-{product|fastdebug}, \ |
101 |
${jprt.my.windows.i586}-{product|fastdebug}, \ |
|
26311 | 102 |
${jprt.my.windows.x64}-{product|fastdebug}, \ |
16396
55ea30496957
8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
dholmes
parents:
13468
diff
changeset
|
103 |
${jprt.my.linux.armvh}-{product|fastdebug} |
338
5cf9f61d76f4
6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents:
1
diff
changeset
|
104 |
|
9938 | 105 |
jprt.build.targets.open= \ |
106 |
${jprt.my.solaris.x64}-{debugOpen}, \ |
|
107 |
${jprt.my.linux.x64}-{productOpen} |
|
108 |
||
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
109 |
jprt.build.targets.embedded= \ |
17006 | 110 |
${jprt.my.linux.i586}-{productEmb|fastdebugEmb}, \ |
9938 | 111 |
${jprt.my.linux.ppc}-{productEmb|fastdebugEmb}, \ |
112 |
${jprt.my.linux.ppcv2}-{productEmb|fastdebugEmb}, \ |
|
16396
55ea30496957
8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
dholmes
parents:
13468
diff
changeset
|
113 |
${jprt.my.linux.armvfpsflt}-{productEmb|fastdebugEmb}, \ |
55ea30496957
8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
dholmes
parents:
13468
diff
changeset
|
114 |
${jprt.my.linux.armvfphflt}-{productEmb|fastdebugEmb}, \ |
9938 | 115 |
${jprt.my.linux.armsflt}-{productEmb|fastdebugEmb} |
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
116 |
|
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
117 |
jprt.build.targets.all=${jprt.build.targets.standard}, \ |
9938 | 118 |
${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
|
119 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
120 |
jprt.build.targets.jdk9=${jprt.build.targets.all} |
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
121 |
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
|
122 |
|
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
123 |
# 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
|
124 |
|
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
125 |
jprt.my.solaris.sparcv9.test.targets= \ |
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
126 |
${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \ |
11199 | 127 |
${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
|
128 |
${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \ |
25713 | 129 |
${jprt.my.solaris.sparcv9}-product-c2-runThese8, \ |
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
130 |
${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
|
131 |
${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
|
132 |
${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
|
133 |
${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \ |
2244 | 134 |
${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \ |
135 |
${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
|
136 |
${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
|
137 |
${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
|
138 |
${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
|
139 |
${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \ |
2244 | 140 |
${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \ |
141 |
${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \ |
|
11199 | 142 |
${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
|
143 |
${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
|
144 |
${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
|
145 |
${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \ |
2244 | 146 |
${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \ |
147 |
${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC |
|
1 | 148 |
|
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
149 |
jprt.my.solaris.x64.test.targets= \ |
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
150 |
${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \ |
11199 | 151 |
${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
|
152 |
${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \ |
25713 | 153 |
${jprt.my.solaris.x64}-product-c2-runThese8, \ |
154 |
${jprt.my.solaris.x64}-product-c2-runThese8_Xcomp_lang, \ |
|
155 |
${jprt.my.solaris.x64}-product-c2-runThese8_Xcomp_vm, \ |
|
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
156 |
${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
|
157 |
${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
|
158 |
${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
|
159 |
${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \ |
2244 | 160 |
${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \ |
161 |
${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
|
162 |
${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
|
163 |
${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
|
164 |
${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
|
165 |
${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \ |
2244 | 166 |
${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \ |
167 |
${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \ |
|
11199 | 168 |
${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
|
169 |
${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
|
170 |
${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \ |
2244 | 171 |
${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \ |
172 |
${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \ |
|
173 |
${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
|
174 |
|
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
175 |
jprt.my.linux.i586.test.targets = \ |
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
176 |
${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \ |
11199 | 177 |
${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
|
178 |
${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \ |
25713 | 179 |
${jprt.my.linux.i586}-product-c1-runThese8_Xcomp_lang, \ |
180 |
${jprt.my.linux.i586}-product-c1-runThese8_Xcomp_vm, \ |
|
181 |
${jprt.my.linux.i586}-fastdebug-c1-runThese8_Xshare, \ |
|
182 |
${jprt.my.linux.i586}-fastdebug-c2-runThese8_Xcomp_lang, \ |
|
183 |
${jprt.my.linux.i586}-fastdebug-c2-runThese8_Xcomp_vm, \ |
|
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
184 |
${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
|
185 |
${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
|
186 |
${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
|
187 |
${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \ |
2244 | 188 |
${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \ |
189 |
${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
|
190 |
${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
|
191 |
${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
|
192 |
${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
|
193 |
${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \ |
2244 | 194 |
${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \ |
195 |
${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \ |
|
17006 | 196 |
${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_SerialGC, \ |
11199 | 197 |
${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
|
198 |
${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
|
199 |
${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \ |
2244 | 200 |
${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \ |
201 |
${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
|
202 |
|
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
203 |
jprt.my.linux.x64.test.targets = \ |
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
204 |
${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \ |
11199 | 205 |
${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
|
206 |
${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
|
207 |
${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
|
208 |
${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
|
209 |
${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
|
210 |
${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \ |
2244 | 211 |
${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \ |
212 |
${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
|
213 |
${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
|
214 |
${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
|
215 |
${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
|
216 |
${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \ |
2244 | 217 |
${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \ |
218 |
${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \ |
|
11199 | 219 |
${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
|
220 |
${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \ |
2244 | 221 |
${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \ |
222 |
${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
|
223 |
|
11590
02eafbcc30bc
7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
phh
parents:
11201
diff
changeset
|
224 |
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
|
225 |
${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
|
226 |
${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
|
227 |
${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
|
228 |
${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
|
229 |
${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
|
230 |
${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
|
231 |
${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
|
232 |
${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
|
233 |
${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
|
234 |
${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
|
235 |
${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
|
236 |
${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
|
237 |
${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
|
238 |
${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_G1, \ |
12930 | 239 |
${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \ |
240 |
${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \ |
|
241 |
${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \ |
|
242 |
${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_G1, \ |
|
243 |
${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
|
244 |
|
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
245 |
jprt.my.windows.i586.test.targets = \ |
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
246 |
${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \ |
11199 | 247 |
${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
|
248 |
${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \ |
25713 | 249 |
${jprt.my.windows.i586}-product-{c1|c2}-runThese8, \ |
250 |
${jprt.my.windows.i586}-product-{c1|c2}-runThese8_Xcomp_lang, \ |
|
251 |
${jprt.my.windows.i586}-product-{c1|c2}-runThese8_Xcomp_vm, \ |
|
252 |
${jprt.my.windows.i586}-fastdebug-c1-runThese8_Xshare, \ |
|
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
253 |
${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
|
254 |
${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
|
255 |
${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
|
256 |
${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \ |
2244 | 257 |
${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \ |
258 |
${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
|
259 |
${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
|
260 |
${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
|
261 |
${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
|
262 |
${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \ |
2244 | 263 |
${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \ |
264 |
${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
|
265 |
${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \ |
11199 | 266 |
${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
|
267 |
${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
|
268 |
${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \ |
2244 | 269 |
${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \ |
270 |
${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
|
271 |
|
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
272 |
jprt.my.windows.x64.test.targets = \ |
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
273 |
${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \ |
11199 | 274 |
${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
|
275 |
${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \ |
25713 | 276 |
${jprt.my.windows.x64}-product-c2-runThese8, \ |
277 |
${jprt.my.windows.x64}-product-c2-runThese8_Xcomp_lang, \ |
|
278 |
${jprt.my.windows.x64}-product-c2-runThese8_Xcomp_vm, \ |
|
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
279 |
${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
|
280 |
${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
|
281 |
${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
|
282 |
${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \ |
8298 | 283 |
${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_G1, \ |
2244 | 284 |
${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
|
285 |
${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
|
286 |
${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
|
287 |
${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
|
288 |
${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \ |
2244 | 289 |
${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \ |
290 |
${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
|
291 |
${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \ |
11199 | 292 |
${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
|
293 |
${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
|
294 |
${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \ |
2244 | 295 |
${jprt.my.windows.x64}-product-c2-jbb_G1, \ |
296 |
${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
|
297 |
|
9938 | 298 |
# Some basic "smoke" tests for OpenJDK builds |
299 |
jprt.test.targets.open = \ |
|
17006 | 300 |
${jprt.my.solaris.x64}-{productOpen|fastdebugOpen}-c2-jvm98, \ |
11199 | 301 |
${jprt.my.linux.x64}-{productOpen|fastdebugOpen}-c2-jvm98 |
9938 | 302 |
|
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
303 |
# 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
|
304 |
jprt.my.linux.i586.test.targets.embedded = \ |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
305 |
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
|
306 |
|
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
307 |
# The complete list of test targets for jprt |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
308 |
# 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
|
309 |
|
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
310 |
jprt.test.targets.standard = \ |
9938 | 311 |
${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
|
312 |
${jprt.my.solaris.sparcv9.test.targets}, \ |
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
313 |
${jprt.my.solaris.x64.test.targets}, \ |
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
314 |
${jprt.my.linux.i586.test.targets}, \ |
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
315 |
${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
|
316 |
${jprt.my.macosx.x64.test.targets}, \ |
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
317 |
${jprt.my.windows.i586.test.targets}, \ |
9938 | 318 |
${jprt.my.windows.x64.test.targets}, \ |
319 |
${jprt.test.targets.open} |
|
585
5c7a246c0ee2
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents:
338
diff
changeset
|
320 |
|
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
321 |
jprt.test.targets.embedded= \ |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
322 |
${jprt.my.linux.i586.test.targets.embedded}, \ |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
323 |
${jprt.my.solaris.sparcv9.test.targets}, \ |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
324 |
${jprt.my.solaris.x64.test.targets}, \ |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
325 |
${jprt.my.linux.x64.test.targets}, \ |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
326 |
${jprt.my.windows.i586.test.targets}, \ |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
327 |
${jprt.my.windows.x64.test.targets} |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
328 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
329 |
jprt.test.targets.jdk9=${jprt.test.targets.standard} |
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
330 |
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
|
331 |
|
1132
915051915ce9
6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents:
670
diff
changeset
|
332 |
# 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
|
333 |
|
915051915ce9
6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents:
670
diff
changeset
|
334 |
#jprt.make.rule.test.targets=*-product-*-packtest |
915051915ce9
6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents:
670
diff
changeset
|
335 |
|
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
336 |
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
|
337 |
${jprt.my.linux.i586}-*-c1-clienttest, \ |
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
338 |
${jprt.my.windows.i586}-*-c1-clienttest |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
339 |
|
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
340 |
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
|
341 |
${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
|
342 |
${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
|
343 |
${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
|
344 |
${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
|
345 |
${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
|
346 |
${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
|
347 |
${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
|
348 |
|
10994
fc93bca9c720
7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
brutisso
parents:
10034
diff
changeset
|
349 |
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
|
350 |
${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
|
351 |
${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
|
352 |
${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
|
353 |
${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
|
354 |
${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
|
355 |
${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
|
356 |
${jprt.my.windows.x64}-fastdebug-c2-internalvmtests |
12095 | 357 |
|
25628 | 358 |
jprt.make.rule.test.targets.standard.reg.group = \ |
25928
8fc19b57296f
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25713
diff
changeset
|
359 |
${jprt.my.solaris.sparcv9}-fastdebug-c2-GROUP, \ |
8fc19b57296f
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25713
diff
changeset
|
360 |
${jprt.my.solaris.x64}-fastdebug-c2-GROUP, \ |
8fc19b57296f
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25713
diff
changeset
|
361 |
${jprt.my.linux.i586}-fastdebug-c2-GROUP, \ |
8fc19b57296f
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25713
diff
changeset
|
362 |
${jprt.my.linux.x64}-fastdebug-c2-GROUP, \ |
8fc19b57296f
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25713
diff
changeset
|
363 |
${jprt.my.macosx.x64}-fastdebug-c2-GROUP, \ |
8fc19b57296f
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25713
diff
changeset
|
364 |
${jprt.my.windows.i586}-fastdebug-c2-GROUP, \ |
8fc19b57296f
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25713
diff
changeset
|
365 |
${jprt.my.windows.x64}-fastdebug-c2-GROUP, \ |
8fc19b57296f
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25713
diff
changeset
|
366 |
${jprt.my.linux.i586}-fastdebug-c1-GROUP, \ |
8fc19b57296f
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25713
diff
changeset
|
367 |
${jprt.my.windows.i586}-fastdebug-c1-GROUP |
12095 | 368 |
|
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
369 |
jprt.make.rule.test.targets.standard = \ |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
370 |
${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
|
371 |
${jprt.make.rule.test.targets.standard.server}, \ |
12095 | 372 |
${jprt.make.rule.test.targets.standard.internalvmtests}, \ |
25628 | 373 |
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_wbapitest}, \ |
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26311
diff
changeset
|
374 |
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_compiler_1}, \ |
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26311
diff
changeset
|
375 |
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_compiler_2}, \ |
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26311
diff
changeset
|
376 |
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_compiler_3}, \ |
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26311
diff
changeset
|
377 |
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_compiler_closed}, \ |
25628 | 378 |
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_gc}, \ |
379 |
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_runtime}, \ |
|
26140
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25928
diff
changeset
|
380 |
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_runtime_closed}, \ |
25628 | 381 |
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_serviceability} |
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
382 |
|
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
383 |
jprt.make.rule.test.targets.embedded = \ |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
384 |
${jprt.make.rule.test.targets.standard.client} |
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
385 |
|
23441
848b28f293be
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo
parents:
22871
diff
changeset
|
386 |
jprt.make.rule.test.targets.jdk9=${jprt.make.rule.test.targets.standard} |
8107
78e5bd944384
7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
7727
diff
changeset
|
387 |
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
|
388 |
|
12930 | 389 |
# 7155453: Work-around to prevent popups on OSX from blocking test completion |
17006 | 390 |
# but the work-around is added to all platforms to be consistent |
12930 | 391 |
jprt.jbb.options=-Djava.awt.headless=true |