make/jprt.properties

Mon, 28 Jul 2014 15:06:38 -0700

author
fzhinkin
date
Mon, 28 Jul 2014 15:06:38 -0700
changeset 6997
dbb05f6d93c4
parent 6618
cb1b723cbca8
child 6876
710a3c8b516e
child 7039
43aa571c1131
permissions
-rw-r--r--

8051344: JVM crashed in Compile::start() during method parsing w/ UseRTMDeopt turned on
Summary: call rtm_deopt() only if there were no compilation bailouts before.
Reviewed-by: kvn

duke@435 1 #
dholmes@4795 2 # Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
duke@435 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
duke@435 4 #
duke@435 5 # This code is free software; you can redistribute it and/or modify it
duke@435 6 # under the terms of the GNU General Public License version 2 only, as
duke@435 7 # published by the Free Software Foundation.
duke@435 8 #
duke@435 9 # This code is distributed in the hope that it will be useful, but WITHOUT
duke@435 10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
duke@435 11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
duke@435 12 # version 2 for more details (a copy is included in the LICENSE file that
duke@435 13 # accompanied this code).
duke@435 14 #
duke@435 15 # You should have received a copy of the GNU General Public License version
duke@435 16 # 2 along with this work; if not, write to the Free Software Foundation,
duke@435 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
duke@435 18 #
trims@1907 19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
trims@1907 20 # or visit www.oracle.com if you need additional information or have any
trims@1907 21 # questions.
iveresov@1067 22 #
duke@435 23 #
duke@435 24
duke@435 25 # Properties for jprt
duke@435 26
amurillo@5953 27 # All build result bundles are full jdks.
ohair@594 28 jprt.need.sibling.build=false
duke@435 29
ohair@594 30 # At submit time, the release supplied will be in jprt.submit.release
ohair@594 31 # and will be one of the official release names defined in jprt.
ohair@594 32 # jprt supports property value expansion using ${property.name} syntax.
kamg@526 33
ohair@594 34 # This tells jprt what default release we want to build
kamg@526 35
amurillo@6550 36 jprt.hotspot.default.release=jdk8u20
kamg@3550 37
kamg@3550 38 jprt.tools.default.release=${jprt.submit.option.release?${jprt.submit.option.release}:${jprt.hotspot.default.release}}
duke@435 39
jcoomes@1379 40 # Disable syncing the source after builds and tests are done.
jcoomes@1379 41
jcoomes@1379 42 jprt.sync.push=false
jcoomes@1379 43
bobv@2508 44 # Note: we want both embedded releases and regular releases to build and test
bobv@2508 45 # all platforms so that regressions are not introduced (eg. change to
bobv@2508 46 # common code by SE breaks PPC/ARM; change to common code by SE-E breaks
bobv@2508 47 # sparc etc.
bobv@2508 48
ohair@594 49 # Define the Solaris platforms we want for the various releases
amurillo@6550 50 jprt.my.solaris.sparcv9.jdk8u20=solaris_sparcv9_5.10
ohair@594 51 jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10
amurillo@3983 52 jprt.my.solaris.sparcv9.jdk7u8=${jprt.my.solaris.sparcv9.jdk7}
ohair@594 53 jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}}
ohair@594 54
amurillo@6550 55 jprt.my.solaris.x64.jdk8u20=solaris_x64_5.10
ohair@594 56 jprt.my.solaris.x64.jdk7=solaris_x64_5.10
amurillo@3983 57 jprt.my.solaris.x64.jdk7u8=${jprt.my.solaris.x64.jdk7}
ohair@594 58 jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}}
ohair@594 59
amurillo@6550 60 jprt.my.linux.i586.jdk8u20=linux_i586_2.6
ohair@1175 61 jprt.my.linux.i586.jdk7=linux_i586_2.6
amurillo@3983 62 jprt.my.linux.i586.jdk7u8=${jprt.my.linux.i586.jdk7}
ohair@1175 63 jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}}
ohair@1175 64
amurillo@6550 65 jprt.my.linux.x64.jdk8u20=linux_x64_2.6
ohair@1175 66 jprt.my.linux.x64.jdk7=linux_x64_2.6
amurillo@3983 67 jprt.my.linux.x64.jdk7u8=${jprt.my.linux.x64.jdk7}
ohair@1175 68 jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}}
ohair@1175 69
amurillo@6550 70 jprt.my.linux.ppc.jdk8u20=linux_ppc_2.6
bobv@2508 71 jprt.my.linux.ppc.jdk7=linux_ppc_2.6
amurillo@3983 72 jprt.my.linux.ppc.jdk7u8=${jprt.my.linux.ppc.jdk7}
bobv@2508 73 jprt.my.linux.ppc=${jprt.my.linux.ppc.${jprt.tools.default.release}}
bobv@2508 74
amurillo@6550 75 jprt.my.linux.ppcv2.jdk8u20=linux_ppcv2_2.6
bobv@2508 76 jprt.my.linux.ppcv2.jdk7=linux_ppcv2_2.6
amurillo@3983 77 jprt.my.linux.ppcv2.jdk7u8=${jprt.my.linux.ppcv2.jdk7}
bobv@2508 78 jprt.my.linux.ppcv2=${jprt.my.linux.ppcv2.${jprt.tools.default.release}}
bobv@2508 79
amurillo@6550 80 jprt.my.linux.armvfpsflt.jdk8u20=linux_armvfpsflt_2.6
dholmes@4795 81 jprt.my.linux.armvfpsflt=${jprt.my.linux.armvfpsflt.${jprt.tools.default.release}}
bobv@2508 82
amurillo@6550 83 jprt.my.linux.armvfphflt.jdk8u20=linux_armvfphflt_2.6
dholmes@4795 84 jprt.my.linux.armvfphflt=${jprt.my.linux.armvfphflt.${jprt.tools.default.release}}
dholmes@4795 85
dholmes@4795 86 # The ARM GP vfp-sflt build is not currently supported
amurillo@6550 87 #jprt.my.linux.armvs.jdk8u20=linux_armvs_2.6
dholmes@4795 88 #jprt.my.linux.armvs=${jprt.my.linux.armvs.${jprt.tools.default.release}}
dholmes@4795 89
amurillo@6550 90 jprt.my.linux.armvh.jdk8u20=linux_armvh_2.6
dholmes@4795 91 jprt.my.linux.armvh=${jprt.my.linux.armvh.${jprt.tools.default.release}}
collins@3878 92
amurillo@6550 93 jprt.my.linux.armsflt.jdk8u20=linux_armsflt_2.6
bobv@2508 94 jprt.my.linux.armsflt.jdk7=linux_armsflt_2.6
amurillo@3983 95 jprt.my.linux.armsflt.jdk7u8=${jprt.my.linux.armsflt.jdk7}
bobv@2508 96 jprt.my.linux.armsflt=${jprt.my.linux.armsflt.${jprt.tools.default.release}}
bobv@2508 97
amurillo@6550 98 jprt.my.macosx.x64.jdk8u20=macosx_x64_10.7
phh@3470 99 jprt.my.macosx.x64.jdk7=macosx_x64_10.7
amurillo@3983 100 jprt.my.macosx.x64.jdk7u8=${jprt.my.macosx.x64.jdk7}
phh@3470 101 jprt.my.macosx.x64=${jprt.my.macosx.x64.${jprt.tools.default.release}}
phh@3470 102
amurillo@6550 103 jprt.my.windows.i586.jdk8u20=windows_i586_6.1
tbell@5740 104 jprt.my.windows.i586.jdk7=windows_i586_6.1
amurillo@3983 105 jprt.my.windows.i586.jdk7u8=${jprt.my.windows.i586.jdk7}
ohair@1175 106 jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}}
ohair@1175 107
amurillo@6550 108 jprt.my.windows.x64.jdk8u20=windows_x64_6.1
tbell@5740 109 jprt.my.windows.x64.jdk7=windows_x64_6.1
amurillo@3983 110 jprt.my.windows.x64.jdk7u8=${jprt.my.windows.x64.jdk7}
ohair@1175 111 jprt.my.windows.x64=${jprt.my.windows.x64.${jprt.tools.default.release}}
ohair@594 112
ohair@594 113 # Standard list of jprt build targets for this source tree
ohair@594 114
bobv@2508 115 jprt.build.targets.standard= \
roland@5106 116 ${jprt.my.solaris.sparcv9}-{product|fastdebug|optimized}, \
drchase@4942 117 ${jprt.my.solaris.x64}-{product|fastdebug}, \
drchase@4942 118 ${jprt.my.linux.i586}-{product|fastdebug}, \
roland@5106 119 ${jprt.my.linux.x64}-{product|fastdebug|optimized}, \
drchase@4942 120 ${jprt.my.macosx.x64}-{product|fastdebug}, \
drchase@4942 121 ${jprt.my.windows.i586}-{product|fastdebug}, \
roland@5106 122 ${jprt.my.windows.x64}-{product|fastdebug|optimized}, \
dholmes@4795 123 ${jprt.my.linux.armvh}-{product|fastdebug}
ohair@594 124
dholmes@2912 125 jprt.build.targets.open= \
dholmes@2912 126 ${jprt.my.solaris.x64}-{debugOpen}, \
dholmes@2912 127 ${jprt.my.linux.x64}-{productOpen}
dholmes@2912 128
bobv@2508 129 jprt.build.targets.embedded= \
drchase@4942 130 ${jprt.my.linux.i586}-{productEmb|fastdebugEmb}, \
dholmes@2912 131 ${jprt.my.linux.ppc}-{productEmb|fastdebugEmb}, \
dholmes@2912 132 ${jprt.my.linux.ppcv2}-{productEmb|fastdebugEmb}, \
dholmes@4795 133 ${jprt.my.linux.armvfpsflt}-{productEmb|fastdebugEmb}, \
dholmes@4795 134 ${jprt.my.linux.armvfphflt}-{productEmb|fastdebugEmb}, \
dholmes@2912 135 ${jprt.my.linux.armsflt}-{productEmb|fastdebugEmb}
bobv@2508 136
bobv@2508 137 jprt.build.targets.all=${jprt.build.targets.standard}, \
dholmes@2912 138 ${jprt.build.targets.embedded}, ${jprt.build.targets.open}
bobv@2508 139
amurillo@6550 140 jprt.build.targets.jdk8u20=${jprt.build.targets.all}
bobv@2508 141 jprt.build.targets.jdk7=${jprt.build.targets.all}
amurillo@3983 142 jprt.build.targets.jdk7u8=${jprt.build.targets.all}
bobv@2508 143 jprt.build.targets=${jprt.build.targets.${jprt.tools.default.release}}
bobv@2508 144
ohair@594 145 # Subset lists of test targets for this source tree
ohair@594 146
ohair@594 147 jprt.my.solaris.sparcv9.test.targets= \
ohair@594 148 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 149 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 150 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \
ohair@594 151 ${jprt.my.solaris.sparcv9}-product-c2-runThese, \
ohair@594 152 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 153 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 154 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 155 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 156 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 157 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 158 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 159 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 160 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 161 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 162 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 163 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
iveresov@3319 164 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 165 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 166 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \
ohair@594 167 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \
iveresov@1067 168 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 169 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 170
ohair@594 171 jprt.my.solaris.x64.test.targets= \
ohair@594 172 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 173 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 174 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 175 ${jprt.my.solaris.x64}-product-c2-runThese, \
ohair@594 176 ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \
ohair@594 177 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 178 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 179 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 180 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 181 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 182 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 183 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 184 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 185 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 186 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 187 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 188 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
iveresov@3319 189 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 190 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 191 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 192 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 193 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 194 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
ohair@594 195
ohair@594 196 jprt.my.linux.i586.test.targets = \
ohair@594 197 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
iveresov@3319 198 ${jprt.my.linux.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 199 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 200 ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \
ohair@594 201 ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \
kvn@1179 202 ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \
ohair@594 203 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 204 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 205 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 206 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 207 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 208 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 209 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 210 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 211 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 212 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 213 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 214 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \
drchase@4942 215 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_SerialGC, \
iveresov@3319 216 ${jprt.my.linux.i586}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 217 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParallelGC, \
ohair@594 218 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \
iveresov@1067 219 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \
iveresov@1067 220 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC
ohair@594 221
ohair@594 222 jprt.my.linux.x64.test.targets = \
ohair@594 223 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 224 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 225 ${jprt.my.linux.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 226 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 227 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 228 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 229 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 230 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 231 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 232 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 233 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 234 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 235 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 236 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 237 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
iveresov@3319 238 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 239 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 240 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 241 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 242
phh@3470 243 jprt.my.macosx.x64.test.targets = \
phh@3470 244 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98, \
phh@3470 245 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
phh@3470 246 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-scimark, \
phh@3470 247 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
phh@3470 248 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
phh@3470 249 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
phh@3470 250 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
phh@3470 251 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_G1, \
phh@3470 252 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
phh@3470 253 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
phh@3470 254 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
phh@3470 255 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
phh@3470 256 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_CMS, \
phh@3470 257 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_G1, \
mikael@3819 258 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
mikael@3819 259 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
mikael@3819 260 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
mikael@3819 261 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_G1, \
mikael@3819 262 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParOldGC
phh@3470 263
ohair@594 264 jprt.my.windows.i586.test.targets = \
ohair@594 265 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
iveresov@3319 266 ${jprt.my.windows.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 267 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 268 ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \
ohair@594 269 ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \
ohair@594 270 ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 271 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 272 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 273 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 274 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 275 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 276 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 277 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 278 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 279 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 280 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 281 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 282 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 283 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \
iveresov@3319 284 ${jprt.my.windows.i586}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 285 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \
ohair@594 286 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \
iveresov@1067 287 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
iveresov@1067 288 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
ohair@594 289
ohair@594 290 jprt.my.windows.x64.test.targets = \
ohair@594 291 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 292 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 293 ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 294 ${jprt.my.windows.x64}-product-c2-runThese, \
ohair@594 295 ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \
ohair@594 296 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 297 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 298 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 299 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
johnc@2535 300 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 301 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 302 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 303 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 304 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 305 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 306 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 307 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 308 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \
iveresov@3319 309 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 310 ${jprt.my.windows.x64}-product-c2-jbb_CMS, \
ohair@594 311 ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \
iveresov@1067 312 ${jprt.my.windows.x64}-product-c2-jbb_G1, \
iveresov@1067 313 ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
ohair@594 314
dholmes@2912 315 # Some basic "smoke" tests for OpenJDK builds
dholmes@2912 316 jprt.test.targets.open = \
drchase@4942 317 ${jprt.my.solaris.x64}-{productOpen|fastdebugOpen}-c2-jvm98, \
iveresov@3319 318 ${jprt.my.linux.x64}-{productOpen|fastdebugOpen}-c2-jvm98
dholmes@2912 319
bobv@2508 320 # Testing for actual embedded builds is different to standard
bobv@2508 321 jprt.my.linux.i586.test.targets.embedded = \
bobv@2508 322 linux_i586_2.6-product-c1-scimark
bobv@2508 323
ohair@594 324 # The complete list of test targets for jprt
bobv@2508 325 # Note: no PPC or ARM tests at this stage
ohair@594 326
bobv@2508 327 jprt.test.targets.standard = \
dholmes@2912 328 ${jprt.my.linux.i586.test.targets.embedded}, \
ohair@594 329 ${jprt.my.solaris.sparcv9.test.targets}, \
ohair@594 330 ${jprt.my.solaris.x64.test.targets}, \
ohair@594 331 ${jprt.my.linux.i586.test.targets}, \
ohair@594 332 ${jprt.my.linux.x64.test.targets}, \
phh@3470 333 ${jprt.my.macosx.x64.test.targets}, \
ohair@594 334 ${jprt.my.windows.i586.test.targets}, \
dholmes@2912 335 ${jprt.my.windows.x64.test.targets}, \
dholmes@2912 336 ${jprt.test.targets.open}
ohair@594 337
bobv@2508 338 jprt.test.targets.embedded= \
bobv@2508 339 ${jprt.my.linux.i586.test.targets.embedded}, \
bobv@2508 340 ${jprt.my.solaris.sparcv9.test.targets}, \
bobv@2508 341 ${jprt.my.solaris.x64.test.targets}, \
bobv@2508 342 ${jprt.my.linux.x64.test.targets}, \
bobv@2508 343 ${jprt.my.windows.i586.test.targets}, \
bobv@2508 344 ${jprt.my.windows.x64.test.targets}
bobv@2508 345
amurillo@6550 346 jprt.test.targets.jdk8u20=${jprt.test.targets.standard}
bobv@2508 347 jprt.test.targets.jdk7=${jprt.test.targets.standard}
amurillo@3983 348 jprt.test.targets.jdk7u8=${jprt.test.targets.jdk7}
bobv@2508 349 jprt.test.targets=${jprt.test.targets.${jprt.tools.default.release}}
bobv@2508 350
ohair@763 351 # The default test/Makefile targets that should be run
ohair@763 352
ohair@763 353 #jprt.make.rule.test.targets=*-product-*-packtest
ohair@763 354
bobv@2508 355 jprt.make.rule.test.targets.standard.client = \
ohair@1216 356 ${jprt.my.linux.i586}-*-c1-clienttest, \
bobv@2508 357 ${jprt.my.windows.i586}-*-c1-clienttest
bobv@2508 358
bobv@2508 359 jprt.make.rule.test.targets.standard.server = \
ohair@1216 360 ${jprt.my.solaris.sparcv9}-*-c2-servertest, \
ohair@1216 361 ${jprt.my.solaris.x64}-*-c2-servertest, \
ohair@1216 362 ${jprt.my.linux.i586}-*-c2-servertest, \
ohair@1216 363 ${jprt.my.linux.x64}-*-c2-servertest, \
phh@3470 364 ${jprt.my.macosx.x64}-*-c2-servertest, \
ohair@1216 365 ${jprt.my.windows.i586}-*-c2-servertest, \
ohair@1216 366 ${jprt.my.windows.x64}-*-c2-servertest
ohair@1216 367
brutisso@3266 368 jprt.make.rule.test.targets.standard.internalvmtests = \
brutisso@3266 369 ${jprt.my.solaris.sparcv9}-fastdebug-c2-internalvmtests, \
brutisso@3266 370 ${jprt.my.solaris.x64}-fastdebug-c2-internalvmtests, \
brutisso@3266 371 ${jprt.my.linux.i586}-fastdebug-c2-internalvmtests, \
brutisso@3266 372 ${jprt.my.linux.x64}-fastdebug-c2-internalvmtests, \
phh@3470 373 ${jprt.my.macosx.x64}-fastdebug-c2-internalvmtests, \
brutisso@3266 374 ${jprt.my.windows.i586}-fastdebug-c2-internalvmtests, \
brutisso@3266 375 ${jprt.my.windows.x64}-fastdebug-c2-internalvmtests
mgerdin@3619 376
mgerdin@3619 377 jprt.make.rule.test.targets.standard.wbapi = \
mgerdin@3619 378 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 379 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 380 ${jprt.my.linux.i586}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 381 ${jprt.my.linux.x64}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 382 ${jprt.my.windows.i586}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 383 ${jprt.my.windows.x64}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 384 ${jprt.my.linux.i586}-{product|fastdebug}-c1-wbapitest, \
mgerdin@3619 385 ${jprt.my.windows.i586}-{product|fastdebug}-c1-wbapitest
mgerdin@3619 386
bobv@2508 387 jprt.make.rule.test.targets.standard = \
bobv@2508 388 ${jprt.make.rule.test.targets.standard.client}, \
brutisso@3266 389 ${jprt.make.rule.test.targets.standard.server}, \
mgerdin@3619 390 ${jprt.make.rule.test.targets.standard.internalvmtests}, \
mgerdin@3619 391 ${jprt.make.rule.test.targets.standard.wbapi}
bobv@2508 392
bobv@2508 393 jprt.make.rule.test.targets.embedded = \
bobv@2508 394 ${jprt.make.rule.test.targets.standard.client}
bobv@2508 395
amurillo@6550 396 jprt.make.rule.test.targets.jdk8u20=${jprt.make.rule.test.targets.standard}
bobv@2508 397 jprt.make.rule.test.targets.jdk7=${jprt.make.rule.test.targets.standard}
amurillo@3983 398 jprt.make.rule.test.targets.jdk7u8=${jprt.make.rule.test.targets.jdk7}
bobv@2508 399 jprt.make.rule.test.targets=${jprt.make.rule.test.targets.${jprt.tools.default.release}}
bobv@2508 400
mikael@3819 401 # 7155453: Work-around to prevent popups on OSX from blocking test completion
drchase@4942 402 # but the work-around is added to all platforms to be consistent
mikael@3819 403 jprt.jbb.options=-Djava.awt.headless=true

mercurial