From 36c060052358ebe533d79520272627bd7ca50776 Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Mon, 7 Dec 2020 19:26:40 +0000 Subject: [PATCH] 8257805: Add compiler/blackhole tests to tier1 Reviewed-by: kvn --- test/hotspot/jtreg/TEST.groups | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/TEST.groups b/test/hotspot/jtreg/TEST.groups index 1ffd4e5e049..2d3959701ff 100644 --- a/test/hotspot/jtreg/TEST.groups +++ b/test/hotspot/jtreg/TEST.groups @@ -97,6 +97,7 @@ hotspot_slow_compiler = \ tier1_compiler_1 = \ compiler/arraycopy/ \ + compiler/blackhole/ \ compiler/c1/ \ compiler/c2/ \ -compiler/c2/Test6850611.java \