make/jprt.properties
changeset 46195 2b1a95acc043
parent 42848 27ad8b2418f7
child 46231 070d55554f06
equal deleted inserted replaced
46194:5596e6f63072 46195:2b1a95acc043
     1 #
     1 #
     2 # Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   439   windows_i586_6.3-fastdebug-c2-GROUP,					\
   439   windows_i586_6.3-fastdebug-c2-GROUP,					\
   440   windows_x64_6.3-fastdebug-c2-GROUP
   440   windows_x64_6.3-fastdebug-c2-GROUP
   441 
   441 
   442 # Hotspot jtreg tests
   442 # Hotspot jtreg tests
   443 my.make.rule.test.targets.hotspot.reg=							\
   443 my.make.rule.test.targets.hotspot.reg=							\
   444   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_1},		\
   444   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_1},		\
   445   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_2},		\
   445   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_2},		\
   446   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_3},		\
   446   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_3},		\
   447   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_closed},	\
   447   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_closed},	\
   448   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_1},		\
   448   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_1},		\
   449   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_2},		\
   449   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_2},		\
   450   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_closed},		\
   450   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_closed},		\
   451   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_gcold},		\
   451   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcold},		\
   452   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_gcbasher},	\
   452   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcbasher},	\
   453   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_runtime},		\
   453   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_runtime},		\
   454   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_serviceability},	\
   454   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_serviceability},	\
   455   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},			\
   455   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},			\
   456   solaris_sparcv9_5.11-product-c2-hotspot_fast_gc_gcbasher,				\
   456   solaris_sparcv9_5.11-product-c2-hotspot_tier1_gc_gcbasher,				\
   457   solaris_x64_5.11-product-c2-hotspot_fast_gc_gcbasher,					\
   457   solaris_x64_5.11-product-c2-hotspot_tier1_gc_gcbasher,					\
   458   linux_i586_3.8-product-c2-hotspot_fast_gc_gcbasher,					\
   458   linux_i586_3.8-product-c2-hotspot_tier1_gc_gcbasher,					\
   459   linux_x64_3.8-product-c2-hotspot_fast_gc_gcbasher,					\
   459   linux_x64_3.8-product-c2-hotspot_tier1_gc_gcbasher,					\
   460   macosx_x64_10.9-product-c2-hotspot_fast_gc_gcbasher,					\
   460   macosx_x64_10.9-product-c2-hotspot_tier1_gc_gcbasher,					\
   461   windows_i586_6.3-product-c2-hotspot_fast_gc_gcbasher,					\
   461   windows_i586_6.3-product-c2-hotspot_tier1_gc_gcbasher,					\
   462   windows_x64_6.3-product-c2-hotspot_fast_gc_gcbasher,                                  \
   462   windows_x64_6.3-product-c2-hotspot_tier1_gc_gcbasher,                                  \
   463   ${my.additional.make.rule.test.targets.hotspot.reg}
   463   ${my.additional.make.rule.test.targets.hotspot.reg}
   464 
   464 
   465 # Other Makefile based Hotspot tests
   465 # Other Makefile based Hotspot tests
   466 my.make.rule.test.targets.hotspot.other=                                \
   466 my.make.rule.test.targets.hotspot.other=                                \
   467   ${my.make.rule.test.targets.hotspot.basicvmtests},                    \
   467   ${my.make.rule.test.targets.hotspot.basicvmtests},                    \