1 | #
|
---|
2 | # Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
|
---|
3 | # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
---|
4 | #
|
---|
5 | # This code is free software; you can redistribute it and/or modify it
|
---|
6 | # under the terms of the GNU General Public License version 2 only, as
|
---|
7 | # published by the Free Software Foundation.
|
---|
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 | #
|
---|
19 | # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
---|
20 | # or visit www.oracle.com if you need additional information or have any
|
---|
21 | # questions.
|
---|
22 | #
|
---|
23 | #
|
---|
24 |
|
---|
25 | # Properties for jprt
|
---|
26 |
|
---|
27 | # All build result bundles are full jdks, so the 64bit testing does not
|
---|
28 | # need the 32bit sibling bundle installed.
|
---|
29 | # Note: If the hotspot/make/Makefile changed to only bundle the 64bit files
|
---|
30 | # when bundling 64bit, and stripped out the 64bit files from any 32bit
|
---|
31 | # bundles, then this setting would be need to be "true".
|
---|
32 |
|
---|
33 | jprt.need.sibling.build=false
|
---|
34 |
|
---|
35 | # At submit time, the release supplied will be in jprt.submit.release
|
---|
36 | # and will be one of the official release names defined in jprt.
|
---|
37 | # jprt supports property value expansion using ${property.name} syntax.
|
---|
38 |
|
---|
39 | # This tells jprt what default release we want to build
|
---|
40 |
|
---|
41 | #jprt.tools.default.release=${jprt.submit.release}
|
---|
42 | jprt.tools.default.release=jdk6
|
---|
43 |
|
---|
44 | # Disable syncing the source after builds and tests are done.
|
---|
45 |
|
---|
46 | jprt.sync.push=false
|
---|
47 |
|
---|
48 | # Define the Solaris platforms we want for the various releases
|
---|
49 |
|
---|
50 | jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10
|
---|
51 | jprt.my.solaris.sparc.jdk7b107=solaris_sparc_5.10
|
---|
52 | jprt.my.solaris.sparc.jdk7temp=solaris_sparc_5.10
|
---|
53 | jprt.my.solaris.sparc.jdk6=solaris_sparc_5.8
|
---|
54 | jprt.my.solaris.sparc.jdk6perf=solaris_sparc_5.8
|
---|
55 | jprt.my.solaris.sparc.jdk6u10=solaris_sparc_5.8
|
---|
56 | jprt.my.solaris.sparc.jdk6u14=solaris_sparc_5.8
|
---|
57 | jprt.my.solaris.sparc.jdk6u18=solaris_sparc_5.8
|
---|
58 | jprt.my.solaris.sparc.jdk6u20=solaris_sparc_5.8
|
---|
59 | jprt.my.solaris.sparc=${jprt.my.solaris.sparc.${jprt.tools.default.release}}
|
---|
60 |
|
---|
61 | jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10
|
---|
62 | jprt.my.solaris.sparcv9.jdk7b107=solaris_sparcv9_5.10
|
---|
63 | jprt.my.solaris.sparcv9.jdk7temp=solaris_sparcv9_5.10
|
---|
64 | jprt.my.solaris.sparcv9.jdk6=solaris_sparcv9_5.8
|
---|
65 | jprt.my.solaris.sparcv9.jdk6perf=solaris_sparcv9_5.8
|
---|
66 | jprt.my.solaris.sparcv9.jdk6u10=solaris_sparcv9_5.8
|
---|
67 | jprt.my.solaris.sparcv9.jdk6u14=solaris_sparcv9_5.8
|
---|
68 | jprt.my.solaris.sparcv9.jdk6u18=solaris_sparcv9_5.8
|
---|
69 | jprt.my.solaris.sparcv9.jdk6u20=solaris_sparcv9_5.8
|
---|
70 | jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}}
|
---|
71 |
|
---|
72 | jprt.my.solaris.i586.jdk7=solaris_i586_5.10
|
---|
73 | jprt.my.solaris.i586.jdk7b107=solaris_i586_5.10
|
---|
74 | jprt.my.solaris.i586.jdk7temp=solaris_i586_5.10
|
---|
75 | jprt.my.solaris.i586.jdk6=solaris_i586_5.8
|
---|
76 | jprt.my.solaris.i586.jdk6perf=solaris_i586_5.8
|
---|
77 | jprt.my.solaris.i586.jdk6u10=solaris_i586_5.8
|
---|
78 | jprt.my.solaris.i586.jdk6u14=solaris_i586_5.8
|
---|
79 | jprt.my.solaris.i586.jdk6u18=solaris_i586_5.8
|
---|
80 | jprt.my.solaris.i586.jdk6u20=solaris_i586_5.8
|
---|
81 | jprt.my.solaris.i586=${jprt.my.solaris.i586.${jprt.tools.default.release}}
|
---|
82 |
|
---|
83 | jprt.my.solaris.x64.jdk7=solaris_x64_5.10
|
---|
84 | jprt.my.solaris.x64.jdk7b107=solaris_x64_5.10
|
---|
85 | jprt.my.solaris.x64.jdk7temp=solaris_x64_5.10
|
---|
86 | jprt.my.solaris.x64.jdk6=solaris_x64_5.10
|
---|
87 | jprt.my.solaris.x64.jdk6perf=solaris_x64_5.10
|
---|
88 | jprt.my.solaris.x64.jdk6u10=solaris_x64_5.10
|
---|
89 | jprt.my.solaris.x64.jdk6u14=solaris_x64_5.10
|
---|
90 | jprt.my.solaris.x64.jdk6u18=solaris_x64_5.10
|
---|
91 | jprt.my.solaris.x64.jdk6u20=solaris_x64_5.10
|
---|
92 | jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}}
|
---|
93 |
|
---|
94 | jprt.my.linux.i586.jdk7=linux_i586_2.6
|
---|
95 | jprt.my.linux.i586.jdk7b107=linux_i586_2.6
|
---|
96 | jprt.my.linux.i586.jdk7temp=linux_i586_2.6
|
---|
97 | jprt.my.linux.i586.jdk6=linux_i586_2.4
|
---|
98 | jprt.my.linux.i586.jdk6perf=linux_i586_2.4
|
---|
99 | jprt.my.linux.i586.jdk6u10=linux_i586_2.4
|
---|
100 | jprt.my.linux.i586.jdk6u14=linux_i586_2.4
|
---|
101 | jprt.my.linux.i586.jdk6u18=linux_i586_2.4
|
---|
102 | jprt.my.linux.i586.jdk6u20=linux_i586_2.4
|
---|
103 | jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}}
|
---|
104 |
|
---|
105 | jprt.my.linux.x64.jdk7=linux_x64_2.6
|
---|
106 | jprt.my.linux.x64.jdk7b107=linux_x64_2.6
|
---|
107 | jprt.my.linux.x64.jdk7temp=linux_x64_2.6
|
---|
108 | jprt.my.linux.x64.jdk6=linux_x64_2.4
|
---|
109 | jprt.my.linux.x64.jdk6perf=linux_x64_2.4
|
---|
110 | jprt.my.linux.x64.jdk6u10=linux_x64_2.4
|
---|
111 | jprt.my.linux.x64.jdk6u14=linux_x64_2.4
|
---|
112 | jprt.my.linux.x64.jdk6u18=linux_x64_2.4
|
---|
113 | jprt.my.linux.x64.jdk6u20=linux_x64_2.4
|
---|
114 | jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}}
|
---|
115 |
|
---|
116 | jprt.my.windows.i586.jdk7=windows_i586_5.1
|
---|
117 | jprt.my.windows.i586.jdk7b107=windows_i586_5.0
|
---|
118 | jprt.my.windows.i586.jdk7temp=windows_i586_5.0
|
---|
119 | jprt.my.windows.i586.jdk6=windows_i586_5.0
|
---|
120 | jprt.my.windows.i586.jdk6perf=windows_i586_5.0
|
---|
121 | jprt.my.windows.i586.jdk6u10=windows_i586_5.0
|
---|
122 | jprt.my.windows.i586.jdk6u14=windows_i586_5.0
|
---|
123 | jprt.my.windows.i586.jdk6u18=windows_i586_5.0
|
---|
124 | jprt.my.windows.i586.jdk6u20=windows_i586_5.0
|
---|
125 | jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}}
|
---|
126 |
|
---|
127 | jprt.my.windows.x64.jdk7=windows_x64_5.2
|
---|
128 | jprt.my.windows.x64.jdk7b107=windows_x64_5.2
|
---|
129 | jprt.my.windows.x64.jdk7temp=windows_x64_5.2
|
---|
130 | jprt.my.windows.x64.jdk6=windows_x64_5.2
|
---|
131 | jprt.my.windows.x64.jdk6perf=windows_x64_5.2
|
---|
132 | jprt.my.windows.x64.jdk6u10=windows_x64_5.2
|
---|
133 | jprt.my.windows.x64.jdk6u14=windows_x64_5.2
|
---|
134 | jprt.my.windows.x64.jdk6u18=windows_x64_5.2
|
---|
135 | jprt.my.windows.x64.jdk6u20=windows_x64_5.2
|
---|
136 | jprt.my.windows.x64=${jprt.my.windows.x64.${jprt.tools.default.release}}
|
---|
137 |
|
---|
138 | # Standard list of jprt build targets for this source tree
|
---|
139 |
|
---|
140 | jprt.build.targets= \
|
---|
141 | ${jprt.my.solaris.sparc}-{product|fastdebug|debug}, \
|
---|
142 | ${jprt.my.solaris.sparcv9}-{product|fastdebug|debug}, \
|
---|
143 | ${jprt.my.solaris.i586}-{product|fastdebug|debug}, \
|
---|
144 | ${jprt.my.solaris.x64}-{product|fastdebug|debug}, \
|
---|
145 | ${jprt.my.linux.i586}-{product|fastdebug|debug}, \
|
---|
146 | ${jprt.my.linux.x64}-{product|fastdebug}, \
|
---|
147 | ${jprt.my.windows.i586}-{product|fastdebug|debug}, \
|
---|
148 | ${jprt.my.windows.x64}-{product|fastdebug|debug}
|
---|
149 |
|
---|
150 | # Subset lists of test targets for this source tree
|
---|
151 |
|
---|
152 | jprt.my.solaris.sparc.test.targets= \
|
---|
153 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jvm98, \
|
---|
154 | ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-jvm98_tiered, \
|
---|
155 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-scimark, \
|
---|
156 | ${jprt.my.solaris.sparc}-product-{c1|c2}-runThese, \
|
---|
157 | ${jprt.my.solaris.sparc}-fastdebug-c1-runThese_Xshare, \
|
---|
158 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
|
---|
159 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
|
---|
160 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
|
---|
161 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
|
---|
162 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
|
---|
163 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
|
---|
164 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
|
---|
165 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_default, \
|
---|
166 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_SerialGC, \
|
---|
167 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParallelGC, \
|
---|
168 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParNewGC, \
|
---|
169 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_CMS, \
|
---|
170 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_G1, \
|
---|
171 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParOldGC, \
|
---|
172 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_default, \
|
---|
173 | ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-jbb_default_tiered, \
|
---|
174 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_SerialGC, \
|
---|
175 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParallelGC, \
|
---|
176 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_CMS, \
|
---|
177 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_G1, \
|
---|
178 | ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParOldGC
|
---|
179 |
|
---|
180 | jprt.my.solaris.sparcv9.test.targets= \
|
---|
181 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \
|
---|
182 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98_tiered, \
|
---|
183 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \
|
---|
184 | ${jprt.my.solaris.sparcv9}-product-c2-runThese, \
|
---|
185 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_default, \
|
---|
186 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \
|
---|
187 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
|
---|
188 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
|
---|
189 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \
|
---|
190 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
|
---|
191 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
|
---|
192 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_default, \
|
---|
193 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \
|
---|
194 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \
|
---|
195 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \
|
---|
196 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \
|
---|
197 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
|
---|
198 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
|
---|
199 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default, \
|
---|
200 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default_tiered, \
|
---|
201 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \
|
---|
202 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \
|
---|
203 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \
|
---|
204 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
|
---|
205 | ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
|
---|
206 |
|
---|
207 | jprt.my.solaris.x64.test.targets= \
|
---|
208 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \
|
---|
209 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98_tiered, \
|
---|
210 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \
|
---|
211 | ${jprt.my.solaris.x64}-product-c2-runThese, \
|
---|
212 | ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \
|
---|
213 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_default, \
|
---|
214 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
|
---|
215 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
|
---|
216 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
|
---|
217 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
|
---|
218 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
|
---|
219 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
|
---|
220 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_default, \
|
---|
221 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
|
---|
222 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
|
---|
223 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
|
---|
224 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
|
---|
225 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
|
---|
226 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
|
---|
227 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default, \
|
---|
228 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default_tiered, \
|
---|
229 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \
|
---|
230 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
|
---|
231 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
|
---|
232 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
|
---|
233 | ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
|
---|
234 |
|
---|
235 | jprt.my.solaris.i586.test.targets= \
|
---|
236 | ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
|
---|
237 | ${jprt.my.solaris.i586}-{product|fastdebug}-c2-jvm98_tiered, \
|
---|
238 | ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-scimark, \
|
---|
239 | ${jprt.my.solaris.i586}-product-{c1|c2}-runThese_Xcomp, \
|
---|
240 | ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xcomp, \
|
---|
241 | ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xshare, \
|
---|
242 | ${jprt.my.solaris.i586}-product-c1-GCBasher_default, \
|
---|
243 | ${jprt.my.solaris.i586}-product-c1-GCBasher_SerialGC, \
|
---|
244 | ${jprt.my.solaris.i586}-product-c1-GCBasher_ParallelGC, \
|
---|
245 | ${jprt.my.solaris.i586}-product-c1-GCBasher_ParNewGC, \
|
---|
246 | ${jprt.my.solaris.i586}-product-c1-GCBasher_CMS, \
|
---|
247 | ${jprt.my.solaris.i586}-product-c1-GCBasher_G1, \
|
---|
248 | ${jprt.my.solaris.i586}-product-c1-GCBasher_ParOldGC, \
|
---|
249 | ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_default, \
|
---|
250 | ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_SerialGC, \
|
---|
251 | ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParallelGC, \
|
---|
252 | ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParNewGC, \
|
---|
253 | ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_CMS, \
|
---|
254 | ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_G1, \
|
---|
255 | ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParOldGC, \
|
---|
256 | ${jprt.my.solaris.i586}-product-c1-GCOld_default, \
|
---|
257 | ${jprt.my.solaris.i586}-product-c1-GCOld_SerialGC, \
|
---|
258 | ${jprt.my.solaris.i586}-product-c1-GCOld_ParallelGC, \
|
---|
259 | ${jprt.my.solaris.i586}-product-c1-GCOld_ParNewGC, \
|
---|
260 | ${jprt.my.solaris.i586}-product-c1-GCOld_CMS, \
|
---|
261 | ${jprt.my.solaris.i586}-product-c1-GCOld_G1, \
|
---|
262 | ${jprt.my.solaris.i586}-product-c1-GCOld_ParOldGC, \
|
---|
263 | ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default, \
|
---|
264 | ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default_tiered, \
|
---|
265 | ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParallelGC, \
|
---|
266 | ${jprt.my.solaris.i586}-fastdebug-c2-jbb_CMS, \
|
---|
267 | ${jprt.my.solaris.i586}-fastdebug-c2-jbb_G1, \
|
---|
268 | ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParOldGC
|
---|
269 |
|
---|
270 | jprt.my.linux.i586.test.targets = \
|
---|
271 | ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
|
---|
272 | ${jprt.my.linux.i586}-{product|fastdebug}-c2-jvm98_tiered, \
|
---|
273 | ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \
|
---|
274 | ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \
|
---|
275 | ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \
|
---|
276 | ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \
|
---|
277 | ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
|
---|
278 | ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
|
---|
279 | ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
|
---|
280 | ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
|
---|
281 | ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
|
---|
282 | ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
|
---|
283 | ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
|
---|
284 | ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_default, \
|
---|
285 | ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_SerialGC, \
|
---|
286 | ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParallelGC, \
|
---|
287 | ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParNewGC, \
|
---|
288 | ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \
|
---|
289 | ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \
|
---|
290 | ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \
|
---|
291 | ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_default, \
|
---|
292 | ${jprt.my.linux.i586}-{product|fastdebug}-c2-jbb_default_tiered, \
|
---|
293 | ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParallelGC, \
|
---|
294 | ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \
|
---|
295 | ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \
|
---|
296 | ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC
|
---|
297 |
|
---|
298 | jprt.my.linux.x64.test.targets = \
|
---|
299 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \
|
---|
300 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98_tiered, \
|
---|
301 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-scimark, \
|
---|
302 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_default, \
|
---|
303 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
|
---|
304 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
|
---|
305 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
|
---|
306 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
|
---|
307 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
|
---|
308 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
|
---|
309 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_default, \
|
---|
310 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
|
---|
311 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
|
---|
312 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
|
---|
313 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \
|
---|
314 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
|
---|
315 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
|
---|
316 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default, \
|
---|
317 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default_tiered, \
|
---|
318 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
|
---|
319 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
|
---|
320 | ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
|
---|
321 |
|
---|
322 | jprt.my.windows.i586.test.targets = \
|
---|
323 | ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
|
---|
324 | ${jprt.my.windows.i586}-{product|fastdebug}-c2-jvm98_tiered, \
|
---|
325 | ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
|
---|
326 | ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \
|
---|
327 | ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \
|
---|
328 | ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \
|
---|
329 | ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
|
---|
330 | ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
|
---|
331 | ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
|
---|
332 | ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
|
---|
333 | ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
|
---|
334 | ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
|
---|
335 | ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
|
---|
336 | ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_default, \
|
---|
337 | ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \
|
---|
338 | ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \
|
---|
339 | ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \
|
---|
340 | ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \
|
---|
341 | ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
|
---|
342 | ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
|
---|
343 | ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \
|
---|
344 | ${jprt.my.windows.i586}-{product|fastdebug}-c2-jbb_default_tiered, \
|
---|
345 | ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \
|
---|
346 | ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \
|
---|
347 | ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
|
---|
348 | ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
|
---|
349 |
|
---|
350 | jprt.my.windows.x64.test.targets = \
|
---|
351 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \
|
---|
352 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98_tiered, \
|
---|
353 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \
|
---|
354 | ${jprt.my.windows.x64}-product-c2-runThese, \
|
---|
355 | ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \
|
---|
356 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_default, \
|
---|
357 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
|
---|
358 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
|
---|
359 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
|
---|
360 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
|
---|
361 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
|
---|
362 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_default, \
|
---|
363 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
|
---|
364 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
|
---|
365 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
|
---|
366 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \
|
---|
367 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
|
---|
368 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
|
---|
369 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \
|
---|
370 | ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default_tiered, \
|
---|
371 | ${jprt.my.windows.x64}-product-c2-jbb_CMS, \
|
---|
372 | ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \
|
---|
373 | ${jprt.my.windows.x64}-product-c2-jbb_G1, \
|
---|
374 | ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
|
---|
375 |
|
---|
376 | # The complete list of test targets for jprt
|
---|
377 |
|
---|
378 | jprt.test.targets = \
|
---|
379 | ${jprt.my.solaris.sparc.test.targets}, \
|
---|
380 | ${jprt.my.solaris.sparcv9.test.targets}, \
|
---|
381 | ${jprt.my.solaris.i586.test.targets}, \
|
---|
382 | ${jprt.my.solaris.x64.test.targets}, \
|
---|
383 | ${jprt.my.linux.i586.test.targets}, \
|
---|
384 | ${jprt.my.linux.x64.test.targets}, \
|
---|
385 | ${jprt.my.windows.i586.test.targets}, \
|
---|
386 | ${jprt.my.windows.x64.test.targets}
|
---|
387 |
|
---|
388 | # The default test/Makefile targets that should be run
|
---|
389 |
|
---|
390 | #jprt.make.rule.test.targets=*-product-*-packtest
|
---|
391 |
|
---|
392 | jprt.make.rule.test.targets = \
|
---|
393 | ${jprt.my.solaris.sparc}-*-c1-clienttest, \
|
---|
394 | ${jprt.my.solaris.i586}-*-c1-clienttest, \
|
---|
395 | ${jprt.my.linux.i586}-*-c1-clienttest, \
|
---|
396 | ${jprt.my.windows.i586}-*-c1-clienttest, \
|
---|
397 | ${jprt.my.solaris.sparc}-*-c2-servertest, \
|
---|
398 | ${jprt.my.solaris.sparcv9}-*-c2-servertest, \
|
---|
399 | ${jprt.my.solaris.i586}-*-c2-servertest, \
|
---|
400 | ${jprt.my.solaris.x64}-*-c2-servertest, \
|
---|
401 | ${jprt.my.linux.i586}-*-c2-servertest, \
|
---|
402 | ${jprt.my.linux.x64}-*-c2-servertest, \
|
---|
403 | ${jprt.my.windows.i586}-*-c2-servertest, \
|
---|
404 | ${jprt.my.windows.x64}-*-c2-servertest
|
---|
405 |
|
---|