annotate make/jprt.properties @ 714:981375ca07b7 hs16-b01

6831604: missing null check in guarantee Reviewed-by: kvn
author never
date Fri, 17 Apr 2009 12:22:18 -0700
parents ec1a6dc46005
children a61730a6fdbc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 #
196
d1605aabd0a1 6719955: Update copyright year
xdono
parents: 159
diff changeset
2 # Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved.
0
a61af66fc99e Initial load
duke
parents:
diff changeset
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a61af66fc99e Initial load
duke
parents:
diff changeset
4 #
a61af66fc99e Initial load
duke
parents:
diff changeset
5 # This code is free software; you can redistribute it and/or modify it
a61af66fc99e Initial load
duke
parents:
diff changeset
6 # under the terms of the GNU General Public License version 2 only, as
a61af66fc99e Initial load
duke
parents:
diff changeset
7 # published by the Free Software Foundation.
a61af66fc99e Initial load
duke
parents:
diff changeset
8 #
a61af66fc99e Initial load
duke
parents:
diff changeset
9 # This code is distributed in the hope that it will be useful, but WITHOUT
a61af66fc99e Initial load
duke
parents:
diff changeset
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a61af66fc99e Initial load
duke
parents:
diff changeset
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a61af66fc99e Initial load
duke
parents:
diff changeset
12 # version 2 for more details (a copy is included in the LICENSE file that
a61af66fc99e Initial load
duke
parents:
diff changeset
13 # accompanied this code).
a61af66fc99e Initial load
duke
parents:
diff changeset
14 #
a61af66fc99e Initial load
duke
parents:
diff changeset
15 # You should have received a copy of the GNU General Public License version
a61af66fc99e Initial load
duke
parents:
diff changeset
16 # 2 along with this work; if not, write to the Free Software Foundation,
a61af66fc99e Initial load
duke
parents:
diff changeset
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a61af66fc99e Initial load
duke
parents:
diff changeset
18 #
a61af66fc99e Initial load
duke
parents:
diff changeset
19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
a61af66fc99e Initial load
duke
parents:
diff changeset
20 # CA 95054 USA or visit www.sun.com if you need additional information or
a61af66fc99e Initial load
duke
parents:
diff changeset
21 # have any questions.
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
22 #
0
a61af66fc99e Initial load
duke
parents:
diff changeset
23 #
a61af66fc99e Initial load
duke
parents:
diff changeset
24
a61af66fc99e Initial load
duke
parents:
diff changeset
25 # Properties for jprt
a61af66fc99e Initial load
duke
parents:
diff changeset
26
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
27 # All build result bundles are full jdks, so the 64bit testing does not
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
28 # need the 32bit sibling bundle installed.
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
29 # Note: If the hotspot/make/Makefile changed to only bundle the 64bit files
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
30 # when bundling 64bit, and stripped out the 64bit files from any 32bit
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
31 # bundles, then this setting would be need to be "true".
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
32
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
33 jprt.need.sibling.build=false
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
34
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
35 # At submit time, the release supplied will be in jprt.submit.release
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
36 # and will be one of the official release names defined in jprt.
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
37 # jprt supports property value expansion using ${property.name} syntax.
0
a61af66fc99e Initial load
duke
parents:
diff changeset
38
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
39 # This tells jprt what default release we want to build
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
40
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
41 jprt.tools.default.release=${jprt.submit.release}
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
42
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
43 # Define the Solaris platforms we want for the various releases
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
44
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
45 jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
46 jprt.my.solaris.sparc.jdk6=solaris_sparc_5.8
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
47 jprt.my.solaris.sparc.jdk6perf=solaris_sparc_5.8
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
48 jprt.my.solaris.sparc.jdk6u10=solaris_sparc_5.8
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
49 jprt.my.solaris.sparc=${jprt.my.solaris.sparc.${jprt.tools.default.release}}
0
a61af66fc99e Initial load
duke
parents:
diff changeset
50
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
51 jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
52 jprt.my.solaris.sparcv9.jdk6=solaris_sparcv9_5.8
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
53 jprt.my.solaris.sparcv9.jdk6perf=solaris_sparcv9_5.8
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
54 jprt.my.solaris.sparcv9.jdk6u10=solaris_sparcv9_5.8
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
55 jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}}
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
56
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
57 jprt.my.solaris.i586.jdk7=solaris_i586_5.10
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
58 jprt.my.solaris.i586.jdk6=solaris_i586_5.8
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
59 jprt.my.solaris.i586.jdk6perf=solaris_i586_5.8
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
60 jprt.my.solaris.i586.jdk6u10=solaris_i586_5.8
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
61 jprt.my.solaris.i586=${jprt.my.solaris.i586.${jprt.tools.default.release}}
91
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents: 0
diff changeset
62
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
63 jprt.my.solaris.x64.jdk7=solaris_x64_5.10
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
64 jprt.my.solaris.x64.jdk6=solaris_x64_5.10
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
65 jprt.my.solaris.x64.jdk6perf=solaris_x64_5.10
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
66 jprt.my.solaris.x64.jdk6u10=solaris_x64_5.10
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
67 jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}}
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
68
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
69 jprt.my.linux.i586=linux_i586
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
70 jprt.my.linux.x64=linux_x64
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
71 jprt.my.windows.i586=windows_i586
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
72 jprt.my.windows.x64=windows_x64
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
73
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
74 # Standard list of jprt build targets for this source tree
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
75
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
76 jprt.build.targets= \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
77 ${jprt.my.solaris.sparc}-{product|fastdebug|debug}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
78 ${jprt.my.solaris.sparcv9}-{product|fastdebug|debug}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
79 ${jprt.my.solaris.i586}-{product|fastdebug|debug}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
80 ${jprt.my.solaris.x64}-{product|fastdebug|debug}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
81 ${jprt.my.linux.i586}-{product|fastdebug|debug}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
82 ${jprt.my.linux.x64}-{product|fastdebug}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
83 ${jprt.my.windows.i586}-{product|fastdebug|debug}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
84 ${jprt.my.windows.x64}-{product|fastdebug|debug}
91
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents: 0
diff changeset
85
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
86 # Subset lists of test targets for this source tree
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
87
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
88 jprt.my.solaris.sparc.test.targets= \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
89 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jvm98, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
90 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-scimark, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
91 ${jprt.my.solaris.sparc}-product-{c1|c2}-runThese, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
92 ${jprt.my.solaris.sparc}-fastdebug-c1-runThese_Xshare, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
93 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
94 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
95 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
96 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
97 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
98 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
99 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
100 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
101 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
102 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
103 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
104 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
105 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
106 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
107 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
108 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
109 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
110 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
111 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
112 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParOldGC
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
113
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
114 jprt.my.solaris.sparcv9.test.targets= \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
115 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
116 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
117 ${jprt.my.solaris.sparcv9}-product-c2-runThese, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
118 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
119 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
120 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
121 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
122 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
123 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
124 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
125 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
126 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
127 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
128 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
129 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
130 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
131 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
132 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
133 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
134 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
135 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
136 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
137 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
0
a61af66fc99e Initial load
duke
parents:
diff changeset
138
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
139 jprt.my.solaris.x64.test.targets= \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
140 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
141 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
142 ${jprt.my.solaris.x64}-product-c2-runThese, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
143 ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
144 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
145 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
146 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
147 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
148 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
149 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
150 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
151 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
152 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
153 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
154 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
155 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
156 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
157 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
158 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
159 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
160 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
161 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
162 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
163 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
164
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
165 jprt.my.solaris.i586.test.targets= \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
166 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
167 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-scimark, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
168 ${jprt.my.solaris.i586}-product-{c1|c2}-runThese_Xcomp, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
169 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xcomp, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
170 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xshare, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
171 ${jprt.my.solaris.i586}-product-c1-GCBasher_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
172 ${jprt.my.solaris.i586}-product-c1-GCBasher_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
173 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
174 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
175 ${jprt.my.solaris.i586}-product-c1-GCBasher_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
176 ${jprt.my.solaris.i586}-product-c1-GCBasher_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
177 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
178 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
179 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
180 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
181 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
182 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
183 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
184 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
185 ${jprt.my.solaris.i586}-product-c1-GCOld_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
186 ${jprt.my.solaris.i586}-product-c1-GCOld_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
187 ${jprt.my.solaris.i586}-product-c1-GCOld_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
188 ${jprt.my.solaris.i586}-product-c1-GCOld_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
189 ${jprt.my.solaris.i586}-product-c1-GCOld_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
190 ${jprt.my.solaris.i586}-product-c1-GCOld_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
191 ${jprt.my.solaris.i586}-product-c1-GCOld_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
192 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
193 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
194 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
195 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
196 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParOldGC
0
a61af66fc99e Initial load
duke
parents:
diff changeset
197
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
198 jprt.my.linux.i586.test.targets = \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
199 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
200 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
201 ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
202 ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
203 ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
204 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
205 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
206 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
207 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
208 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
209 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
210 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
211 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
212 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
213 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
214 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
215 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
216 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
217 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
218 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
219 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
220 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
221 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
222 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
223
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
224 jprt.my.linux.x64.test.targets = \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
225 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
226 ${jprt.my.linux.x64}-{product|fastdebug}-c2-scimark, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
227 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
228 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
229 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
230 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
231 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
232 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
233 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
234 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
235 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
236 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
237 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
238 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
239 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
240 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
241 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
242 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
243 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
244 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
245
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
246 jprt.my.windows.i586.test.targets = \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
247 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
248 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
249 ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
250 ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
251 ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
252 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
253 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
254 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
255 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
256 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
257 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
258 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
259 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
260 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
261 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
262 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
263 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
264 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
265 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
266 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
267 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
268 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
269 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
270 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
271
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
272 jprt.my.windows.x64.test.targets = \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
273 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
274 ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
275 ${jprt.my.windows.x64}-product-c2-runThese, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
276 ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
277 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
278 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
279 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
280 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
281 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
282 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
283 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
284 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
285 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
286 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
287 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
288 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
289 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
290 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
291 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
292 ${jprt.my.windows.x64}-product-c2-jbb_CMS, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
293 ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \
632
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
294 ${jprt.my.windows.x64}-product-c2-jbb_G1, \
ec1a6dc46005 6816433: Test G1 and ParOld in JPRT
iveresov
parents: 328
diff changeset
295 ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
159
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
296
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
297 # The complete list of test targets for jprt
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
298
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
299 jprt.test.targets = \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
300 ${jprt.my.solaris.sparc.test.targets}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
301 ${jprt.my.solaris.sparcv9.test.targets}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
302 ${jprt.my.solaris.i586.test.targets}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
303 ${jprt.my.solaris.x64.test.targets}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
304 ${jprt.my.linux.i586.test.targets}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
305 ${jprt.my.linux.x64.test.targets}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
306 ${jprt.my.windows.i586.test.targets}, \
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
307 ${jprt.my.windows.x64.test.targets}
af059c49e677 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
ohair
parents: 91
diff changeset
308
328
68e0443dfd9c 6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents: 196
diff changeset
309 # The default test/Makefile targets that should be run
68e0443dfd9c 6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents: 196
diff changeset
310
68e0443dfd9c 6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents: 196
diff changeset
311 # Example:
68e0443dfd9c 6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents: 196
diff changeset
312 # jprt.make.rule.test.targets=*-*-*-packtest
68e0443dfd9c 6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents: 196
diff changeset
313 #jprt.make.rule.test.targets=*-product-*-packtest
68e0443dfd9c 6745363: Add ability to run packtest to hotspot/test/makefile
ohair
parents: 196
diff changeset
314