duke@435: # johnc@2535: # Copyright (c) 2006, 2011, 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: ohair@594: jprt.tools.default.release=${jprt.submit.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 kamg@2126: jprt.my.solaris.sparc.jdk7b107=solaris_sparc_5.10 jcoomes@2135: jprt.my.solaris.sparc.jdk7temp=solaris_sparc_5.10 ohair@594: jprt.my.solaris.sparc.jdk6=solaris_sparc_5.8 ohair@594: jprt.my.solaris.sparc.jdk6perf=solaris_sparc_5.8 ohair@594: jprt.my.solaris.sparc.jdk6u10=solaris_sparc_5.8 trims@1154: jprt.my.solaris.sparc.jdk6u14=solaris_sparc_5.8 trims@1847: jprt.my.solaris.sparc.jdk6u18=solaris_sparc_5.8 trims@1847: jprt.my.solaris.sparc.jdk6u20=solaris_sparc_5.8 bobv@2508: jprt.my.solaris.sparc.ejdk7=${jprt.my.solaris.sparc.jdk7} bobv@2508: jprt.my.solaris.sparc.ejdk6=${jprt.my.solaris.sparc.jdk6} 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 kamg@2126: jprt.my.solaris.sparcv9.jdk7b107=solaris_sparcv9_5.10 jcoomes@2135: jprt.my.solaris.sparcv9.jdk7temp=solaris_sparcv9_5.10 ohair@594: jprt.my.solaris.sparcv9.jdk6=solaris_sparcv9_5.8 ohair@594: jprt.my.solaris.sparcv9.jdk6perf=solaris_sparcv9_5.8 ohair@594: jprt.my.solaris.sparcv9.jdk6u10=solaris_sparcv9_5.8 trims@1154: jprt.my.solaris.sparcv9.jdk6u14=solaris_sparcv9_5.8 trims@1847: jprt.my.solaris.sparcv9.jdk6u18=solaris_sparcv9_5.8 trims@1847: jprt.my.solaris.sparcv9.jdk6u20=solaris_sparcv9_5.8 bobv@2508: jprt.my.solaris.sparcv9.ejdk7=${jprt.my.solaris.sparcv9.jdk7} bobv@2508: jprt.my.solaris.sparcv9.ejdk6=${jprt.my.solaris.sparcv9.jdk6} 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 kamg@2126: jprt.my.solaris.i586.jdk7b107=solaris_i586_5.10 jcoomes@2135: jprt.my.solaris.i586.jdk7temp=solaris_i586_5.10 ohair@594: jprt.my.solaris.i586.jdk6=solaris_i586_5.8 ohair@594: jprt.my.solaris.i586.jdk6perf=solaris_i586_5.8 ohair@594: jprt.my.solaris.i586.jdk6u10=solaris_i586_5.8 trims@1154: jprt.my.solaris.i586.jdk6u14=solaris_i586_5.8 trims@1847: jprt.my.solaris.i586.jdk6u18=solaris_i586_5.8 trims@1847: jprt.my.solaris.i586.jdk6u20=solaris_i586_5.8 bobv@2508: jprt.my.solaris.i586.ejdk7=${jprt.my.solaris.i586.jdk7} bobv@2508: jprt.my.solaris.i586.ejdk6=${jprt.my.solaris.i586.jdk6} 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 kamg@2126: jprt.my.solaris.x64.jdk7b107=solaris_x64_5.10 jcoomes@2135: jprt.my.solaris.x64.jdk7temp=solaris_x64_5.10 ohair@594: jprt.my.solaris.x64.jdk6=solaris_x64_5.10 ohair@594: jprt.my.solaris.x64.jdk6perf=solaris_x64_5.10 ohair@594: jprt.my.solaris.x64.jdk6u10=solaris_x64_5.10 trims@1154: jprt.my.solaris.x64.jdk6u14=solaris_x64_5.10 trims@1847: jprt.my.solaris.x64.jdk6u18=solaris_x64_5.10 trims@1847: jprt.my.solaris.x64.jdk6u20=solaris_x64_5.10 bobv@2508: jprt.my.solaris.x64.ejdk7=${jprt.my.solaris.x64.jdk7} bobv@2508: jprt.my.solaris.x64.ejdk6=${jprt.my.solaris.x64.jdk6} 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 kamg@2126: jprt.my.linux.i586.jdk7b107=linux_i586_2.6 jcoomes@2135: jprt.my.linux.i586.jdk7temp=linux_i586_2.6 ohair@1175: jprt.my.linux.i586.jdk6=linux_i586_2.4 ohair@1175: jprt.my.linux.i586.jdk6perf=linux_i586_2.4 ohair@1175: jprt.my.linux.i586.jdk6u10=linux_i586_2.4 ohair@1175: jprt.my.linux.i586.jdk6u14=linux_i586_2.4 trims@1847: jprt.my.linux.i586.jdk6u18=linux_i586_2.4 trims@1847: jprt.my.linux.i586.jdk6u20=linux_i586_2.4 bobv@2508: jprt.my.linux.i586.ejdk7=linux_i586_2.6 bobv@2508: jprt.my.linux.i586.ejdk6=linux_i586_2.6 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 kamg@2126: jprt.my.linux.x64.jdk7b107=linux_x64_2.6 jcoomes@2135: jprt.my.linux.x64.jdk7temp=linux_x64_2.6 ohair@1175: jprt.my.linux.x64.jdk6=linux_x64_2.4 ohair@1175: jprt.my.linux.x64.jdk6perf=linux_x64_2.4 ohair@1175: jprt.my.linux.x64.jdk6u10=linux_x64_2.4 ohair@1175: jprt.my.linux.x64.jdk6u14=linux_x64_2.4 trims@1847: jprt.my.linux.x64.jdk6u18=linux_x64_2.4 trims@1847: jprt.my.linux.x64.jdk6u20=linux_x64_2.4 bobv@2508: jprt.my.linux.x64.ejdk7=${jprt.my.linux.x64.jdk7} bobv@2508: jprt.my.linux.x64.ejdk6=${jprt.my.linux.x64.jdk6} 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 bobv@2508: jprt.my.linux.ppc.jdk7b107=linux_ppc_2.6 bobv@2508: jprt.my.linux.ppc.jdk7temp=linux_ppc_2.6 bobv@2508: jprt.my.linux.ppc.ejdk6=linux_ppc_2.6 bobv@2508: jprt.my.linux.ppc.ejdk7=linux_ppc_2.6 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 bobv@2508: jprt.my.linux.ppcv2.jdk7b107=linux_ppcv2_2.6 bobv@2508: jprt.my.linux.ppcv2.jdk7temp=linux_ppcv2_2.6 bobv@2508: jprt.my.linux.ppcv2.ejdk6=linux_ppcv2_2.6 bobv@2508: jprt.my.linux.ppcv2.ejdk7=linux_ppcv2_2.6 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 bobv@2508: jprt.my.linux.ppcsflt.jdk7b107=linux_ppcsflt_2.6 bobv@2508: jprt.my.linux.ppcsflt.jdk7temp=linux_ppcsflt_2.6 bobv@2508: jprt.my.linux.ppcsflt.ejdk6=linux_ppcsflt_2.6 bobv@2508: jprt.my.linux.ppcsflt.ejdk7=linux_ppcsflt_2.6 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 bobv@2508: jprt.my.linux.armvfp.jdk7b107=linux_armvfp_2.6 bobv@2508: jprt.my.linux.armvfp.jdk7temp=linux_armvfp_2.6 bobv@2508: jprt.my.linux.armvfp.ejdk6=linux_armvfp_2.6 bobv@2508: jprt.my.linux.armvfp.ejdk7=linux_armvfp_2.6 bobv@2508: jprt.my.linux.armvfp=${jprt.my.linux.armvfp.${jprt.tools.default.release}} bobv@2508: trims@3008: jprt.my.linux.armsflt.jdk8=linux_armsflt_2.6 bobv@2508: jprt.my.linux.armsflt.jdk7=linux_armsflt_2.6 bobv@2508: jprt.my.linux.armsflt.jdk7b107=linux_armsflt_2.6 bobv@2508: jprt.my.linux.armsflt.jdk7temp=linux_armsflt_2.6 bobv@2508: jprt.my.linux.armsflt.ejdk6=linux_armsflt_2.6 bobv@2508: jprt.my.linux.armsflt.ejdk7=linux_armsflt_2.6 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 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 kamg@2126: jprt.my.windows.i586.jdk7b107=windows_i586_5.0 jcoomes@2135: jprt.my.windows.i586.jdk7temp=windows_i586_5.0 ohair@1175: jprt.my.windows.i586.jdk6=windows_i586_5.0 ohair@1175: jprt.my.windows.i586.jdk6perf=windows_i586_5.0 ohair@1175: jprt.my.windows.i586.jdk6u10=windows_i586_5.0 ohair@1175: jprt.my.windows.i586.jdk6u14=windows_i586_5.0 trims@1847: jprt.my.windows.i586.jdk6u18=windows_i586_5.0 trims@1847: jprt.my.windows.i586.jdk6u20=windows_i586_5.0 bobv@2508: jprt.my.windows.i586.ejdk7=${jprt.my.windows.i586.jdk7} bobv@2508: jprt.my.windows.i586.ejdk6=${jprt.my.windows.i586.jdk6} 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 kamg@2126: jprt.my.windows.x64.jdk7b107=windows_x64_5.2 jcoomes@2135: jprt.my.windows.x64.jdk7temp=windows_x64_5.2 ohair@1175: jprt.my.windows.x64.jdk6=windows_x64_5.2 ohair@1175: jprt.my.windows.x64.jdk6perf=windows_x64_5.2 ohair@1175: jprt.my.windows.x64.jdk6u10=windows_x64_5.2 ohair@1175: jprt.my.windows.x64.jdk6u14=windows_x64_5.2 trims@1847: jprt.my.windows.x64.jdk6u18=windows_x64_5.2 trims@1847: jprt.my.windows.x64.jdk6u20=windows_x64_5.2 bobv@2508: jprt.my.windows.x64.ejdk7=${jprt.my.windows.x64.jdk7} bobv@2508: jprt.my.windows.x64.ejdk6=${jprt.my.windows.x64.jdk6} 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}, \ ohair@594: ${jprt.my.windows.x64}-{product|fastdebug|debug} 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} bobv@2508: jprt.build.targets.jdk7temp=${jprt.build.targets.all} bobv@2508: jprt.build.targets.jdk7b107=${jprt.build.targets.all} bobv@2508: jprt.build.targets.jdk6=${jprt.build.targets.standard} bobv@2508: jprt.build.targets.jdk6perf=${jprt.build.targets.standard} bobv@2508: jprt.build.targets.jdk6u10=${jprt.build.targets.standard} bobv@2508: jprt.build.targets.jdk6u14=${jprt.build.targets.standard} bobv@2508: jprt.build.targets.jdk6u18=${jprt.build.targets.standard} bobv@2508: jprt.build.targets.jdk6u20=${jprt.build.targets.standard} bobv@2508: jprt.build.targets.ejdk6=${jprt.build.targets.all} bobv@2508: jprt.build.targets.ejdk7=${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, \ phh@3511: ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParOldGC phh@3511: # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default, \ phh@3511: # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default_tiered, \ phh@3511: # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \ phh@3511: # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_G1, \ phh@3511: # ${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} bobv@2508: jprt.test.targets.jdk7temp=${jprt.test.targets.standard} bobv@2508: jprt.test.targets.jdk7b105=${jprt.test.targets.standard} bobv@2508: jprt.test.targets.jdk6=${jprt.test.targets.standard} bobv@2508: jprt.test.targets.jdk6perf=${jprt.test.targets.standard} bobv@2508: jprt.test.targets.jdk6u10=${jprt.test.targets.standard} bobv@2508: jprt.test.targets.jdk6u14=${jprt.test.targets.standard} bobv@2508: jprt.test.targets.jdk6u18=${jprt.test.targets.standard} bobv@2508: jprt.test.targets.jdk6u20=${jprt.test.targets.standard} bobv@2508: jprt.test.targets.ejdk6=${jprt.test.targets.embedded} bobv@2508: jprt.test.targets.ejdk7=${jprt.test.targets.embedded} 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 brutisso@3266: 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}, \ brutisso@3266: ${jprt.make.rule.test.targets.standard.internalvmtests} 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} bobv@2508: jprt.make.rule.test.targets.jdk7temp=${jprt.make.rule.test.targets.standard} bobv@2508: jprt.make.rule.test.targets.jdk7b107=${jprt.make.rule.test.targets.standard} bobv@2508: jprt.make.rule.test.targets.jdk6=${jprt.make.rule.test.targets.standard} bobv@2508: jprt.make.rule.test.targets.jdk6perf=${jprt.make.rule.test.targets.standard} bobv@2508: jprt.make.rule.test.targets.jdk6u10=${jprt.make.rule.test.targets.standard} bobv@2508: jprt.make.rule.test.targets.jdk6u14=${jprt.make.rule.test.targets.standard} bobv@2508: jprt.make.rule.test.targets.jdk6u18=${jprt.make.rule.test.targets.standard} bobv@2508: jprt.make.rule.test.targets.jdk6u20=${jprt.make.rule.test.targets.standard} bobv@2508: jprt.make.rule.test.targets.ejdk6=${jprt.make.rule.test.targets.embedded} bobv@2508: jprt.make.rule.test.targets.ejdk7=${jprt.make.rule.test.targets.embedded} bobv@2508: jprt.make.rule.test.targets=${jprt.make.rule.test.targets.${jprt.tools.default.release}} bobv@2508: