duke@435: # mgerdin@3619: # Copyright (c) 2006, 2012, 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: iveresov@1067: # All build result bundles are full jdks, so the 64bit testing does not ohair@594: # need the 32bit sibling bundle installed. ohair@594: # Note: If the hotspot/make/Makefile changed to only bundle the 64bit files ohair@594: # when bundling 64bit, and stripped out the 64bit files from any 32bit ohair@594: # bundles, then this setting would be need to be "true". duke@435: 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@3981: jprt.hotspot.default.release=jdk8 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 trims@3008: jprt.my.solaris.sparc.jdk8=solaris_sparc_5.10 ohair@594: jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10 amurillo@3837: jprt.my.solaris.sparc.jdk7u6=${jprt.my.solaris.sparc.jdk7} ohair@594: jprt.my.solaris.sparc=${jprt.my.solaris.sparc.${jprt.tools.default.release}} ohair@594: trims@3008: jprt.my.solaris.sparcv9.jdk8=solaris_sparcv9_5.10 ohair@594: jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10 amurillo@3837: jprt.my.solaris.sparcv9.jdk7u6=${jprt.my.solaris.sparcv9.jdk7} ohair@594: jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}} ohair@594: trims@3008: jprt.my.solaris.i586.jdk8=solaris_i586_5.10 ohair@594: jprt.my.solaris.i586.jdk7=solaris_i586_5.10 amurillo@3837: jprt.my.solaris.i586.jdk7u6=${jprt.my.solaris.i586.jdk7} ohair@594: jprt.my.solaris.i586=${jprt.my.solaris.i586.${jprt.tools.default.release}} ohair@594: trims@3008: jprt.my.solaris.x64.jdk8=solaris_x64_5.10 ohair@594: jprt.my.solaris.x64.jdk7=solaris_x64_5.10 amurillo@3837: jprt.my.solaris.x64.jdk7u6=${jprt.my.solaris.x64.jdk7} ohair@594: jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}} ohair@594: trims@3008: jprt.my.linux.i586.jdk8=linux_i586_2.6 ohair@1175: jprt.my.linux.i586.jdk7=linux_i586_2.6 amurillo@3837: jprt.my.linux.i586.jdk7u6=${jprt.my.linux.i586.jdk7} ohair@1175: jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}} ohair@1175: trims@3008: jprt.my.linux.x64.jdk8=linux_x64_2.6 ohair@1175: jprt.my.linux.x64.jdk7=linux_x64_2.6 amurillo@3837: jprt.my.linux.x64.jdk7u6=${jprt.my.linux.x64.jdk7} ohair@1175: jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}} ohair@1175: trims@3008: jprt.my.linux.ppc.jdk8=linux_ppc_2.6 bobv@2508: jprt.my.linux.ppc.jdk7=linux_ppc_2.6 amurillo@3837: jprt.my.linux.ppc.jdk7u6=${jprt.my.linux.ppc.jdk7} bobv@2508: jprt.my.linux.ppc=${jprt.my.linux.ppc.${jprt.tools.default.release}} bobv@2508: trims@3008: jprt.my.linux.ppcv2.jdk8=linux_ppcv2_2.6 bobv@2508: jprt.my.linux.ppcv2.jdk7=linux_ppcv2_2.6 amurillo@3837: jprt.my.linux.ppcv2.jdk7u6=${jprt.my.linux.ppcv2.jdk7} bobv@2508: jprt.my.linux.ppcv2=${jprt.my.linux.ppcv2.${jprt.tools.default.release}} bobv@2508: trims@3008: jprt.my.linux.ppcsflt.jdk8=linux_ppcsflt_2.6 bobv@2508: jprt.my.linux.ppcsflt.jdk7=linux_ppcsflt_2.6 amurillo@3837: jprt.my.linux.ppcsflt.jdk7u6=${jprt.my.linux.ppcsflt.jdk7} bobv@2508: jprt.my.linux.ppcsflt=${jprt.my.linux.ppcsflt.${jprt.tools.default.release}} bobv@2508: trims@3008: jprt.my.linux.armvfp.jdk8=linux_armvfp_2.6 bobv@2508: jprt.my.linux.armvfp.jdk7=linux_armvfp_2.6 amurillo@3837: jprt.my.linux.armvfp.jdk7u6=${jprt.my.linux.armvfp.jdk7} bobv@2508: jprt.my.linux.armvfp=${jprt.my.linux.armvfp.${jprt.tools.default.release}} bobv@2508: collins@3878: jprt.my.linux.armv6.jdk8=linux_armv6_2.6 collins@3878: jprt.my.linux.armv6.jdk7=linux_armv6_2.6 collins@3878: jprt.my.linux.armv6.jdk7u6=${jprt.my.linux.armv6.jdk7} collins@3878: jprt.my.linux.armv6=${jprt.my.linux.armv6.${jprt.tools.default.release}} collins@3878: trims@3008: jprt.my.linux.armsflt.jdk8=linux_armsflt_2.6 bobv@2508: jprt.my.linux.armsflt.jdk7=linux_armsflt_2.6 amurillo@3837: jprt.my.linux.armsflt.jdk7u6=${jprt.my.linux.armsflt.jdk7} bobv@2508: jprt.my.linux.armsflt=${jprt.my.linux.armsflt.${jprt.tools.default.release}} bobv@2508: phh@3470: jprt.my.macosx.x64.jdk8=macosx_x64_10.7 phh@3470: jprt.my.macosx.x64.jdk7=macosx_x64_10.7 amurillo@3837: jprt.my.macosx.x64.jdk7u6=${jprt.my.macosx.x64.jdk7} phh@3470: jprt.my.macosx.x64=${jprt.my.macosx.x64.${jprt.tools.default.release}} phh@3470: trims@3008: jprt.my.windows.i586.jdk8=windows_i586_5.1 jcoomes@2135: jprt.my.windows.i586.jdk7=windows_i586_5.1 amurillo@3837: jprt.my.windows.i586.jdk7u6=${jprt.my.windows.i586.jdk7} ohair@1175: jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}} ohair@1175: trims@3008: jprt.my.windows.x64.jdk8=windows_x64_5.2 ohair@1175: jprt.my.windows.x64.jdk7=windows_x64_5.2 amurillo@3837: jprt.my.windows.x64.jdk7u6=${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= \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug|debug}, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug|debug}, \ ohair@594: ${jprt.my.solaris.i586}-{product|fastdebug|debug}, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug|debug}, \ ohair@594: ${jprt.my.linux.i586}-{product|fastdebug|debug}, \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}, \ phh@3470: ${jprt.my.macosx.x64}-{product|fastdebug|debug}, \ ohair@594: ${jprt.my.windows.i586}-{product|fastdebug|debug}, \ dholmes@3804: ${jprt.my.windows.x64}-{product|fastdebug|debug}, \ collins@3878: ${jprt.my.linux.armv6}-{product|fastdebug} ohair@594: dholmes@2912: jprt.build.targets.open= \ dholmes@2912: ${jprt.my.solaris.i586}-{productOpen}, \ dholmes@2912: ${jprt.my.solaris.x64}-{debugOpen}, \ dholmes@2912: ${jprt.my.linux.x64}-{productOpen} dholmes@2912: bobv@2508: jprt.build.targets.embedded= \ dholmes@2912: ${jprt.my.linux.i586}-{productEmb|fastdebugEmb|debugEmb}, \ dholmes@2912: ${jprt.my.linux.ppc}-{productEmb|fastdebugEmb}, \ dholmes@2912: ${jprt.my.linux.ppcv2}-{productEmb|fastdebugEmb}, \ dholmes@2912: ${jprt.my.linux.ppcsflt}-{productEmb|fastdebugEmb}, \ dholmes@2912: ${jprt.my.linux.armvfp}-{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: trims@3008: jprt.build.targets.jdk8=${jprt.build.targets.all} bobv@2508: jprt.build.targets.jdk7=${jprt.build.targets.all} amurillo@3837: jprt.build.targets.jdk7u6=${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.sparc.test.targets= \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jvm98, \ iveresov@3319: ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-jvm98_nontiered, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-scimark, \ ohair@594: ${jprt.my.solaris.sparc}-product-{c1|c2}-runThese, \ ohair@594: ${jprt.my.solaris.sparc}-fastdebug-c1-runThese_Xshare, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_default, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \ iveresov@1067: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \ iveresov@1067: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_default, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_SerialGC, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParallelGC, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParNewGC, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_CMS, \ iveresov@1067: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_G1, \ iveresov@1067: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParOldGC, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_default, \ iveresov@3319: ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-jbb_default_nontiered, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_SerialGC, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParallelGC, \ ohair@594: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_CMS, \ iveresov@1067: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_G1, \ iveresov@1067: ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParOldGC 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_default, \ 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_default, \ 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, \ ohair@594: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default, \ 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_default, \ 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_default, \ 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, \ ohair@594: ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default, \ 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.solaris.i586.test.targets= \ ohair@594: ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-jvm98, \ iveresov@3319: ${jprt.my.solaris.i586}-{product|fastdebug}-c2-jvm98_nontiered, \ ohair@594: ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-scimark, \ ohair@594: ${jprt.my.solaris.i586}-product-{c1|c2}-runThese_Xcomp, \ iveresov@1067: ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xcomp, \ ohair@594: ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xshare, \ ohair@594: ${jprt.my.solaris.i586}-product-c1-GCBasher_default, \ ohair@594: ${jprt.my.solaris.i586}-product-c1-GCBasher_SerialGC, \ ohair@594: ${jprt.my.solaris.i586}-product-c1-GCBasher_ParallelGC, \ ohair@594: ${jprt.my.solaris.i586}-product-c1-GCBasher_ParNewGC, \ ohair@594: ${jprt.my.solaris.i586}-product-c1-GCBasher_CMS, \ iveresov@1067: ${jprt.my.solaris.i586}-product-c1-GCBasher_G1, \ iveresov@1067: ${jprt.my.solaris.i586}-product-c1-GCBasher_ParOldGC, \ ohair@594: ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_default, \ ohair@594: ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_SerialGC, \ ohair@594: ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParallelGC, \ ohair@594: ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParNewGC, \ ohair@594: ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_CMS, \ iveresov@1067: ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_G1, \ iveresov@1067: ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParOldGC, \ ohair@594: ${jprt.my.solaris.i586}-product-c1-GCOld_default, \ ohair@594: ${jprt.my.solaris.i586}-product-c1-GCOld_SerialGC, \ ohair@594: ${jprt.my.solaris.i586}-product-c1-GCOld_ParallelGC, \ ohair@594: ${jprt.my.solaris.i586}-product-c1-GCOld_ParNewGC, \ ohair@594: ${jprt.my.solaris.i586}-product-c1-GCOld_CMS, \ iveresov@1067: ${jprt.my.solaris.i586}-product-c1-GCOld_G1, \ iveresov@1067: ${jprt.my.solaris.i586}-product-c1-GCOld_ParOldGC, \ ohair@594: ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default, \ iveresov@3319: ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default_nontiered, \ ohair@594: ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParallelGC, \ ohair@594: ${jprt.my.solaris.i586}-fastdebug-c2-jbb_CMS, \ iveresov@1067: ${jprt.my.solaris.i586}-fastdebug-c2-jbb_G1, \ iveresov@1067: ${jprt.my.solaris.i586}-fastdebug-c2-jbb_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_default, \ 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_default, \ 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, \ ohair@594: ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_default, \ 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_default, \ 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_default, \ 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, \ ohair@594: ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default, \ 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_default, \ 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_default, \ 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, \ 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_default, \ 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_default, \ 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_default, \ 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_default, \ 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 = \ iveresov@3319: ${jprt.my.solaris.x64}-{productOpen|debugOpen|fastdebugOpen}-c2-jvm98, \ iveresov@3319: ${jprt.my.solaris.i586}-{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.sparc.test.targets}, \ ohair@594: ${jprt.my.solaris.sparcv9.test.targets}, \ ohair@594: ${jprt.my.solaris.i586.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.sparc.test.targets}, \ bobv@2508: ${jprt.my.solaris.sparcv9.test.targets}, \ bobv@2508: ${jprt.my.solaris.i586.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: bobv@2508: trims@3008: jprt.test.targets.jdk8=${jprt.test.targets.standard} bobv@2508: jprt.test.targets.jdk7=${jprt.test.targets.standard} amurillo@3837: jprt.test.targets.jdk7u6=${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.solaris.sparc}-*-c1-clienttest, \ ohair@1216: ${jprt.my.solaris.i586}-*-c1-clienttest, \ 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.sparc}-*-c2-servertest, \ ohair@1216: ${jprt.my.solaris.sparcv9}-*-c2-servertest, \ ohair@1216: ${jprt.my.solaris.i586}-*-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.sparc}-fastdebug-c2-internalvmtests, \ brutisso@3266: ${jprt.my.solaris.sparcv9}-fastdebug-c2-internalvmtests, \ brutisso@3266: ${jprt.my.solaris.i586}-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.sparc}-{product|fastdebug}-c2-wbapitest, \ mgerdin@3619: ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-wbapitest, \ mgerdin@3619: ${jprt.my.solaris.i586}-{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.solaris.sparc}-{product|fastdebug}-c1-wbapitest, \ mgerdin@3619: ${jprt.my.solaris.i586}-{product|fastdebug}-c1-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: trims@3008: jprt.make.rule.test.targets.jdk8=${jprt.make.rule.test.targets.standard} bobv@2508: jprt.make.rule.test.targets.jdk7=${jprt.make.rule.test.targets.standard} amurillo@3837: jprt.make.rule.test.targets.jdk7u6=${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 mikael@3819: # but the work-around is added to all platforms to be consistent mikael@3819: jprt.jbb.options=-Djava.awt.headless=true