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