duke@435: # dholmes@4795: # Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. duke@435: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. duke@435: # duke@435: # This code is free software; you can redistribute it and/or modify it duke@435: # under the terms of the GNU General Public License version 2 only, as duke@435: # published by the Free Software Foundation. duke@435: # duke@435: # This code is distributed in the hope that it will be useful, but WITHOUT duke@435: # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or duke@435: # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License duke@435: # version 2 for more details (a copy is included in the LICENSE file that duke@435: # accompanied this code). duke@435: # duke@435: # You should have received a copy of the GNU General Public License version duke@435: # 2 along with this work; if not, write to the Free Software Foundation, duke@435: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. duke@435: # trims@1907: # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA trims@1907: # or visit www.oracle.com if you need additional information or have any trims@1907: # questions. iveresov@1067: # duke@435: # duke@435: duke@435: # Properties for jprt duke@435: amurillo@5953: # All build result bundles are full jdks. ohair@594: jprt.need.sibling.build=false duke@435: ohair@594: # At submit time, the release supplied will be in jprt.submit.release ohair@594: # and will be one of the official release names defined in jprt. ohair@594: # jprt supports property value expansion using ${property.name} syntax. kamg@526: ohair@594: # This tells jprt what default release we want to build kamg@526: amurillo@6550: jprt.hotspot.default.release=jdk8u20 kamg@3550: kamg@3550: jprt.tools.default.release=${jprt.submit.option.release?${jprt.submit.option.release}:${jprt.hotspot.default.release}} duke@435: jcoomes@1379: # Disable syncing the source after builds and tests are done. jcoomes@1379: jcoomes@1379: jprt.sync.push=false jcoomes@1379: bobv@2508: # Note: we want both embedded releases and regular releases to build and test bobv@2508: # all platforms so that regressions are not introduced (eg. change to bobv@2508: # common code by SE breaks PPC/ARM; change to common code by SE-E breaks bobv@2508: # sparc etc. bobv@2508: ohair@594: # Define the Solaris platforms we want for the various releases amurillo@6550: jprt.my.solaris.sparcv9.jdk8u20=solaris_sparcv9_5.10 ohair@594: jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10 amurillo@3983: jprt.my.solaris.sparcv9.jdk7u8=${jprt.my.solaris.sparcv9.jdk7} ohair@594: jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}} ohair@594: amurillo@6550: jprt.my.solaris.x64.jdk8u20=solaris_x64_5.10 ohair@594: jprt.my.solaris.x64.jdk7=solaris_x64_5.10 amurillo@3983: jprt.my.solaris.x64.jdk7u8=${jprt.my.solaris.x64.jdk7} ohair@594: jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}} ohair@594: amurillo@6550: jprt.my.linux.i586.jdk8u20=linux_i586_2.6 ohair@1175: jprt.my.linux.i586.jdk7=linux_i586_2.6 amurillo@3983: jprt.my.linux.i586.jdk7u8=${jprt.my.linux.i586.jdk7} ohair@1175: jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}} ohair@1175: amurillo@6550: jprt.my.linux.x64.jdk8u20=linux_x64_2.6 ohair@1175: jprt.my.linux.x64.jdk7=linux_x64_2.6 amurillo@3983: jprt.my.linux.x64.jdk7u8=${jprt.my.linux.x64.jdk7} ohair@1175: jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}} ohair@1175: amurillo@6550: jprt.my.linux.ppc.jdk8u20=linux_ppc_2.6 bobv@2508: jprt.my.linux.ppc.jdk7=linux_ppc_2.6 amurillo@3983: jprt.my.linux.ppc.jdk7u8=${jprt.my.linux.ppc.jdk7} bobv@2508: jprt.my.linux.ppc=${jprt.my.linux.ppc.${jprt.tools.default.release}} bobv@2508: amurillo@6550: jprt.my.linux.ppcv2.jdk8u20=linux_ppcv2_2.6 bobv@2508: jprt.my.linux.ppcv2.jdk7=linux_ppcv2_2.6 amurillo@3983: jprt.my.linux.ppcv2.jdk7u8=${jprt.my.linux.ppcv2.jdk7} bobv@2508: jprt.my.linux.ppcv2=${jprt.my.linux.ppcv2.${jprt.tools.default.release}} bobv@2508: amurillo@6550: jprt.my.linux.armvfpsflt.jdk8u20=linux_armvfpsflt_2.6 dholmes@4795: jprt.my.linux.armvfpsflt=${jprt.my.linux.armvfpsflt.${jprt.tools.default.release}} bobv@2508: amurillo@6550: jprt.my.linux.armvfphflt.jdk8u20=linux_armvfphflt_2.6 dholmes@4795: jprt.my.linux.armvfphflt=${jprt.my.linux.armvfphflt.${jprt.tools.default.release}} dholmes@4795: dholmes@4795: # The ARM GP vfp-sflt build is not currently supported amurillo@6550: #jprt.my.linux.armvs.jdk8u20=linux_armvs_2.6 dholmes@4795: #jprt.my.linux.armvs=${jprt.my.linux.armvs.${jprt.tools.default.release}} dholmes@4795: amurillo@6550: jprt.my.linux.armvh.jdk8u20=linux_armvh_2.6 dholmes@4795: jprt.my.linux.armvh=${jprt.my.linux.armvh.${jprt.tools.default.release}} collins@3878: amurillo@6550: jprt.my.linux.armsflt.jdk8u20=linux_armsflt_2.6 bobv@2508: jprt.my.linux.armsflt.jdk7=linux_armsflt_2.6 amurillo@3983: jprt.my.linux.armsflt.jdk7u8=${jprt.my.linux.armsflt.jdk7} bobv@2508: jprt.my.linux.armsflt=${jprt.my.linux.armsflt.${jprt.tools.default.release}} bobv@2508: amurillo@6550: jprt.my.macosx.x64.jdk8u20=macosx_x64_10.7 phh@3470: jprt.my.macosx.x64.jdk7=macosx_x64_10.7 amurillo@3983: jprt.my.macosx.x64.jdk7u8=${jprt.my.macosx.x64.jdk7} phh@3470: jprt.my.macosx.x64=${jprt.my.macosx.x64.${jprt.tools.default.release}} phh@3470: amurillo@6550: jprt.my.windows.i586.jdk8u20=windows_i586_6.1 tbell@5740: jprt.my.windows.i586.jdk7=windows_i586_6.1 amurillo@3983: jprt.my.windows.i586.jdk7u8=${jprt.my.windows.i586.jdk7} ohair@1175: jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}} ohair@1175: amurillo@6550: jprt.my.windows.x64.jdk8u20=windows_x64_6.1 tbell@5740: jprt.my.windows.x64.jdk7=windows_x64_6.1 amurillo@3983: jprt.my.windows.x64.jdk7u8=${jprt.my.windows.x64.jdk7} ohair@1175: jprt.my.windows.x64=${jprt.my.windows.x64.${jprt.tools.default.release}} ohair@594: ohair@594: # Standard list of jprt build targets for this source tree ohair@594: bobv@2508: jprt.build.targets.standard= \ roland@5106: ${jprt.my.solaris.sparcv9}-{product|fastdebug|optimized}, \ drchase@4942: ${jprt.my.solaris.x64}-{product|fastdebug}, \ drchase@4942: ${jprt.my.linux.i586}-{product|fastdebug}, \ roland@5106: ${jprt.my.linux.x64}-{product|fastdebug|optimized}, \ drchase@4942: ${jprt.my.macosx.x64}-{product|fastdebug}, \ drchase@4942: ${jprt.my.windows.i586}-{product|fastdebug}, \ roland@5106: ${jprt.my.windows.x64}-{product|fastdebug|optimized}, \ dholmes@4795: ${jprt.my.linux.armvh}-{product|fastdebug} ohair@594: dholmes@2912: jprt.build.targets.open= \ dholmes@2912: ${jprt.my.solaris.x64}-{debugOpen}, \ dholmes@2912: ${jprt.my.linux.x64}-{productOpen} dholmes@2912: bobv@2508: jprt.build.targets.embedded= \ drchase@4942: ${jprt.my.linux.i586}-{productEmb|fastdebugEmb}, \ dholmes@2912: ${jprt.my.linux.ppc}-{productEmb|fastdebugEmb}, \ dholmes@2912: ${jprt.my.linux.ppcv2}-{productEmb|fastdebugEmb}, \ dholmes@4795: ${jprt.my.linux.armvfpsflt}-{productEmb|fastdebugEmb}, \ dholmes@4795: ${jprt.my.linux.armvfphflt}-{productEmb|fastdebugEmb}, \ dholmes@2912: ${jprt.my.linux.armsflt}-{productEmb|fastdebugEmb} bobv@2508: bobv@2508: jprt.build.targets.all=${jprt.build.targets.standard}, \ dholmes@2912: ${jprt.build.targets.embedded}, ${jprt.build.targets.open} bobv@2508: amurillo@6550: jprt.build.targets.jdk8u20=${jprt.build.targets.all} bobv@2508: jprt.build.targets.jdk7=${jprt.build.targets.all} amurillo@3983: jprt.build.targets.jdk7u8=${jprt.build.targets.all} bobv@2508: jprt.build.targets=${jprt.build.targets.${jprt.tools.default.release}} bobv@2508: ohair@594: # Subset lists of test targets for this source tree ohair@594: ohair@594: jprt.my.solaris.sparcv9.test.targets= \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \ iveresov@3319: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98_nontiered, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \ ohair@594: ${jprt.my.solaris.sparcv9}-product-c2-runThese, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \ iveresov@1067: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \ iveresov@1067: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \ iveresov@1067: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \ iveresov@1067: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \ iveresov@3319: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default_nontiered, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \ iveresov@1067: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \ iveresov@1067: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC ohair@594: ohair@594: jprt.my.solaris.x64.test.targets= \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \ iveresov@3319: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98_nontiered, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \ ohair@594: ${jprt.my.solaris.x64}-product-c2-runThese, \ ohair@594: ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \ iveresov@1067: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \ iveresov@1067: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \ iveresov@1067: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \ iveresov@1067: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \ iveresov@3319: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \ iveresov@1067: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \ iveresov@1067: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \ iveresov@1067: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC ohair@594: ohair@594: jprt.my.linux.i586.test.targets = \ ohair@594: ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \ iveresov@3319: ${jprt.my.linux.i586}-{product|fastdebug}-c2-jvm98_nontiered, \ ohair@594: ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \ ohair@594: ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \ ohair@594: ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \ kvn@1179: ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \ ohair@594: ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \ ohair@594: ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \ ohair@594: ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \ ohair@594: ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \ iveresov@1067: ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \ iveresov@1067: ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \ ohair@594: ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_SerialGC, \ ohair@594: ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParallelGC, \ ohair@594: ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParNewGC, \ ohair@594: ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \ iveresov@1067: ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \ iveresov@1067: ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \ drchase@4942: ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_SerialGC, \ iveresov@3319: ${jprt.my.linux.i586}-{product|fastdebug}-c2-jbb_default_nontiered, \ ohair@594: ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParallelGC, \ ohair@594: ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \ iveresov@1067: ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \ iveresov@1067: ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC ohair@594: ohair@594: jprt.my.linux.x64.test.targets = \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \ iveresov@3319: ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98_nontiered, \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}-c2-scimark, \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \ iveresov@1067: ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \ iveresov@1067: ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \ iveresov@1067: ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \ iveresov@1067: ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \ iveresov@3319: ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \ iveresov@1067: ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \ iveresov@1067: ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC ohair@594: phh@3470: jprt.my.macosx.x64.test.targets = \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98_nontiered, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-scimark, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_CMS, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_G1, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_CMS, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_G1, \ mikael@3819: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \ mikael@3819: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \ mikael@3819: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \ mikael@3819: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_G1, \ mikael@3819: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParOldGC phh@3470: ohair@594: jprt.my.windows.i586.test.targets = \ ohair@594: ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \ iveresov@3319: ${jprt.my.windows.i586}-{product|fastdebug}-c2-jvm98_nontiered, \ ohair@594: ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \ ohair@594: ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \ ohair@594: ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \ ohair@594: ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \ ohair@594: ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \ ohair@594: ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \ ohair@594: ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \ ohair@594: ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \ iveresov@1067: ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \ iveresov@1067: ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \ ohair@594: ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \ ohair@594: ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \ ohair@594: ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \ ohair@594: ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \ iveresov@1067: ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \ iveresov@1067: ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \ ohair@594: ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \ iveresov@3319: ${jprt.my.windows.i586}-{product|fastdebug}-c2-jbb_default_nontiered, \ ohair@594: ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \ ohair@594: ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \ iveresov@1067: ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \ iveresov@1067: ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC ohair@594: ohair@594: jprt.my.windows.x64.test.targets = \ ohair@594: ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \ iveresov@3319: ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98_nontiered, \ ohair@594: ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \ ohair@594: ${jprt.my.windows.x64}-product-c2-runThese, \ ohair@594: ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \ ohair@594: ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \ ohair@594: ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \ ohair@594: ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \ ohair@594: ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \ johnc@2535: ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_G1, \ iveresov@1067: ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \ ohair@594: ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \ ohair@594: ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \ ohair@594: ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \ ohair@594: ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \ iveresov@1067: ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \ iveresov@1067: ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \ ohair@594: ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \ iveresov@3319: ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \ ohair@594: ${jprt.my.windows.x64}-product-c2-jbb_CMS, \ ohair@594: ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \ iveresov@1067: ${jprt.my.windows.x64}-product-c2-jbb_G1, \ iveresov@1067: ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC ohair@594: dholmes@2912: # Some basic "smoke" tests for OpenJDK builds dholmes@2912: jprt.test.targets.open = \ drchase@4942: ${jprt.my.solaris.x64}-{productOpen|fastdebugOpen}-c2-jvm98, \ iveresov@3319: ${jprt.my.linux.x64}-{productOpen|fastdebugOpen}-c2-jvm98 dholmes@2912: bobv@2508: # Testing for actual embedded builds is different to standard bobv@2508: jprt.my.linux.i586.test.targets.embedded = \ bobv@2508: linux_i586_2.6-product-c1-scimark bobv@2508: ohair@594: # The complete list of test targets for jprt bobv@2508: # Note: no PPC or ARM tests at this stage ohair@594: bobv@2508: jprt.test.targets.standard = \ dholmes@2912: ${jprt.my.linux.i586.test.targets.embedded}, \ ohair@594: ${jprt.my.solaris.sparcv9.test.targets}, \ ohair@594: ${jprt.my.solaris.x64.test.targets}, \ ohair@594: ${jprt.my.linux.i586.test.targets}, \ ohair@594: ${jprt.my.linux.x64.test.targets}, \ phh@3470: ${jprt.my.macosx.x64.test.targets}, \ ohair@594: ${jprt.my.windows.i586.test.targets}, \ dholmes@2912: ${jprt.my.windows.x64.test.targets}, \ dholmes@2912: ${jprt.test.targets.open} ohair@594: bobv@2508: jprt.test.targets.embedded= \ bobv@2508: ${jprt.my.linux.i586.test.targets.embedded}, \ bobv@2508: ${jprt.my.solaris.sparcv9.test.targets}, \ bobv@2508: ${jprt.my.solaris.x64.test.targets}, \ bobv@2508: ${jprt.my.linux.x64.test.targets}, \ bobv@2508: ${jprt.my.windows.i586.test.targets}, \ bobv@2508: ${jprt.my.windows.x64.test.targets} bobv@2508: amurillo@6550: jprt.test.targets.jdk8u20=${jprt.test.targets.standard} bobv@2508: jprt.test.targets.jdk7=${jprt.test.targets.standard} amurillo@3983: jprt.test.targets.jdk7u8=${jprt.test.targets.jdk7} bobv@2508: jprt.test.targets=${jprt.test.targets.${jprt.tools.default.release}} bobv@2508: ohair@763: # The default test/Makefile targets that should be run ohair@763: ohair@763: #jprt.make.rule.test.targets=*-product-*-packtest ohair@763: bobv@2508: jprt.make.rule.test.targets.standard.client = \ ohair@1216: ${jprt.my.linux.i586}-*-c1-clienttest, \ bobv@2508: ${jprt.my.windows.i586}-*-c1-clienttest bobv@2508: bobv@2508: jprt.make.rule.test.targets.standard.server = \ ohair@1216: ${jprt.my.solaris.sparcv9}-*-c2-servertest, \ ohair@1216: ${jprt.my.solaris.x64}-*-c2-servertest, \ ohair@1216: ${jprt.my.linux.i586}-*-c2-servertest, \ ohair@1216: ${jprt.my.linux.x64}-*-c2-servertest, \ phh@3470: ${jprt.my.macosx.x64}-*-c2-servertest, \ ohair@1216: ${jprt.my.windows.i586}-*-c2-servertest, \ ohair@1216: ${jprt.my.windows.x64}-*-c2-servertest ohair@1216: brutisso@3266: jprt.make.rule.test.targets.standard.internalvmtests = \ brutisso@3266: ${jprt.my.solaris.sparcv9}-fastdebug-c2-internalvmtests, \ brutisso@3266: ${jprt.my.solaris.x64}-fastdebug-c2-internalvmtests, \ brutisso@3266: ${jprt.my.linux.i586}-fastdebug-c2-internalvmtests, \ brutisso@3266: ${jprt.my.linux.x64}-fastdebug-c2-internalvmtests, \ phh@3470: ${jprt.my.macosx.x64}-fastdebug-c2-internalvmtests, \ brutisso@3266: ${jprt.my.windows.i586}-fastdebug-c2-internalvmtests, \ brutisso@3266: ${jprt.my.windows.x64}-fastdebug-c2-internalvmtests mgerdin@3619: mgerdin@3619: jprt.make.rule.test.targets.standard.wbapi = \ mgerdin@3619: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-wbapitest, \ mgerdin@3619: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-wbapitest, \ mgerdin@3619: ${jprt.my.linux.i586}-{product|fastdebug}-c2-wbapitest, \ mgerdin@3619: ${jprt.my.linux.x64}-{product|fastdebug}-c2-wbapitest, \ mgerdin@3619: ${jprt.my.windows.i586}-{product|fastdebug}-c2-wbapitest, \ mgerdin@3619: ${jprt.my.windows.x64}-{product|fastdebug}-c2-wbapitest, \ mgerdin@3619: ${jprt.my.linux.i586}-{product|fastdebug}-c1-wbapitest, \ mgerdin@3619: ${jprt.my.windows.i586}-{product|fastdebug}-c1-wbapitest mgerdin@3619: bobv@2508: jprt.make.rule.test.targets.standard = \ bobv@2508: ${jprt.make.rule.test.targets.standard.client}, \ brutisso@3266: ${jprt.make.rule.test.targets.standard.server}, \ mgerdin@3619: ${jprt.make.rule.test.targets.standard.internalvmtests}, \ mgerdin@3619: ${jprt.make.rule.test.targets.standard.wbapi} bobv@2508: bobv@2508: jprt.make.rule.test.targets.embedded = \ bobv@2508: ${jprt.make.rule.test.targets.standard.client} bobv@2508: amurillo@6550: jprt.make.rule.test.targets.jdk8u20=${jprt.make.rule.test.targets.standard} bobv@2508: jprt.make.rule.test.targets.jdk7=${jprt.make.rule.test.targets.standard} amurillo@3983: jprt.make.rule.test.targets.jdk7u8=${jprt.make.rule.test.targets.jdk7} bobv@2508: jprt.make.rule.test.targets=${jprt.make.rule.test.targets.${jprt.tools.default.release}} bobv@2508: mikael@3819: # 7155453: Work-around to prevent popups on OSX from blocking test completion drchase@4942: # but the work-around is added to all platforms to be consistent mikael@3819: jprt.jbb.options=-Djava.awt.headless=true