make/jprt.properties

changeset 1190
2e76a06cb431
parent 1184
111690b76555
child 1191
faa174d8bd68
     1.1 --- a/make/jprt.properties	Tue Oct 14 22:42:50 2014 -0400
     1.2 +++ b/make/jprt.properties	Thu Oct 16 20:31:43 2014 -0400
     1.3 @@ -467,19 +467,23 @@
     1.4    windows_i586_6.1-fastdebug-c2-hotspot_internalvmtests,		\
     1.5    windows_x64_6.1-fastdebug-c2-hotspot_internalvmtests
     1.6  
     1.7 -my.make.rule.test.targets.hotspot.wbapitests=				\
     1.8 -  solaris_sparcv9_5.10-{product|fastdebug}-c2-hotspot_wbapitest,	\
     1.9 -  solaris_x64_5.10-{product|fastdebug}-c2-hotspot_wbapitest,		\
    1.10 -  linux_i586_2.6-{product|fastdebug}-c2-hotspot_wbapitest,		\
    1.11 -  linux_x64_2.6-{product|fastdebug}-c2-hotspot_wbapitest,		\
    1.12 -  windows_i586_6.1-{product|fastdebug}-c2-hotspot_wbapitest,		\
    1.13 -  windows_x64_6.1-{product|fastdebug}-c2-hotspot_wbapitest,		\
    1.14 -  linux_i586_2.6-{product|fastdebug}-c1-hotspot_wbapitest,		\
    1.15 -  windows_i586_6.1-{product|fastdebug}-c1-hotspot_wbapitest
    1.16 +my.make.rule.test.targets.hotspot.reg.group=				\
    1.17 +  solaris_sparcv9_5.10-{product|fastdebug}-c2-GROUP,            	\
    1.18 +  solaris_x64_5.10-{product|fastdebug}-c2-GROUP,		        \
    1.19 +  linux_i586_2.6-{product|fastdebug}-c2-GROUP,				\
    1.20 +  linux_x64_2.6-{product|fastdebug}-c2-GROUP,				\
    1.21 +  windows_i586_6.1-{product|fastdebug}-c2-GROUP,			\
    1.22 +  windows_x64_6.1-{product|fastdebug}-c2-GROUP,				\
    1.23 +  linux_i586_2.6-{product|fastdebug}-c1-GROUP,				\
    1.24 +  windows_i586_6.1-{product|fastdebug}-c1-GROUP
    1.25  
    1.26  my.make.rule.test.targets.hotspot=					\
    1.27    ${my.make.rule.test.targets.hotspot.clienttests},			\
    1.28    ${my.make.rule.test.targets.hotspot.servertests},			\
    1.29    ${my.make.rule.test.targets.hotspot.internalvmtests},			\
    1.30 -  ${my.make.rule.test.targets.hotspot.wbapitests},			\
    1.31 +  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_wbapitest},	\
    1.32 +  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler},	\
    1.33 +  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc},		\
    1.34 +  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime},		\
    1.35 +  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_serviceability},	\
    1.36    ${my.additional.make.rule.test.targets.hotspot}

mercurial