8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes

Reviewed-by: ctornqvi, kvn
This commit is contained in:
Leonid Mesnik 2016-11-24 16:52:34 +03:00
parent 9a28eb0745
commit e05aabe8ab

View File

@ -52,19 +52,19 @@
hotspot_all = \
/
hotspot_compiler = \
compiler
hotspot_gc = \
gc
hotspot_runtime = \
runtime
hotspot_serviceability = \
serviceability
hotspot_misc = \
/ \
-:hotspot_compiler \
@ -330,6 +330,13 @@ hotspot_fast_compiler_3 = \
hotspot_fast_compiler_closed = \
sanity/ExecuteInternalVMTests.java
hotspot_not_fast_compiler = \
:hotspot_compiler \
-:hotspot_fast_compiler_1 \
-:hotspot_fast_compiler_2 \
-:hotspot_fast_compiler_3 \
-:hotspot_fast_compiler_closed
hotspot_fast_gc_1 = \
gc/g1/
@ -414,7 +421,7 @@ hotspot_jprt = \
:hotspot_fast_gc_gcold \
:hotspot_fast_runtime \
:hotspot_fast_serviceability
hotspot_runtime_tier2 = \
runtime/ \
serviceability/ \
@ -423,11 +430,11 @@ hotspot_runtime_tier2 = \
-:hotspot_fast_runtime \
-:hotspot_fast_serviceability \
-:hotspot_runtime_tier2_platform_agnostic
hotspot_runtime_tier2_platform_agnostic = \
runtime/SelectionResolution \
-:hotspot_fast_runtime
hotspot_runtime_tier3 = \
runtime/ \
serviceability/ \
@ -440,7 +447,7 @@ hotspot_runtime_minimalvm = \
runtime/MinimalVM \
runtime/ErrorHandling \
runtime/logging
#All tests that depends on nashorn extension.
#
needs_nashorn = \