8160484: Implement Hotspot Runtime tier 2

Reviewed-by: dholmes, gtriantafill
This commit is contained in:
Christian Tornqvist 2016-07-01 07:21:33 -04:00
parent 992b6c464a
commit f06ef85609

View File

@ -395,6 +395,17 @@ hotspot_jprt = \
:hotspot_fast_gc_gcold \
:hotspot_fast_runtime \
:hotspot_fast_serviceability
hotspot_runtime_tier2 = \
runtime/ \
serviceability/ \
-:hotspot_fast_runtime \
-:hotspot_fast_serviceability \
-:hotspot_runtime_tier2_platform_agnostic
hotspot_runtime_tier2_platform_agnostic = \
runtime/SelectionResolution \
-:hotspot_fast_runtime
#All tests that depends on nashorn extension.
#