From 8bf1adca16737c22ca6e28adf8658f4962ece652 Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Fri, 11 Dec 2020 18:24:48 +0100 Subject: [PATCH] 8258111: Problemlist compiler/blackhole tests for -Xcomp until JDK-8258101 is fixed --- test/hotspot/jtreg/ProblemList-Xcomp.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/test/hotspot/jtreg/ProblemList-Xcomp.txt b/test/hotspot/jtreg/ProblemList-Xcomp.txt index 35cc36d97e0..d69c9d02eb4 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -28,3 +28,26 @@ ############################################################################# vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/TestDescription.java 8205957 generic-all + +compiler/blackhole/BlackholeDiagnosticUnlockTest.java 8258101 generic-all +compiler/blackhole/BlackholeInstanceReturnTest.java#c1 8258101 generic-all +compiler/blackhole/BlackholeInstanceReturnTest.java#c1-no-coops 8258101 generic-all +compiler/blackhole/BlackholeInstanceReturnTest.java#c2 8258101 generic-all +compiler/blackhole/BlackholeInstanceReturnTest.java#c2-no-coops 8258101 generic-all +compiler/blackhole/BlackholeInstanceTest.java#c1 8258101 generic-all +compiler/blackhole/BlackholeInstanceTest.java#c1-no-coops 8258101 generic-all +compiler/blackhole/BlackholeInstanceTest.java#c2 8258101 generic-all +compiler/blackhole/BlackholeInstanceTest.java#c2-no-coops 8258101 generic-all +compiler/blackhole/BlackholeNonVoidWarningTest.java 8258101 generic-all +compiler/blackhole/BlackholeNullCheckTest.java#c1 8258101 generic-all +compiler/blackhole/BlackholeNullCheckTest.java#c1-no-coops 8258101 generic-all +compiler/blackhole/BlackholeNullCheckTest.java#c2 8258101 generic-all +compiler/blackhole/BlackholeNullCheckTest.java#c2-no-coops 8258101 generic-all +compiler/blackhole/BlackholeStaticReturnTest.java#c1 8258101 generic-all +compiler/blackhole/BlackholeStaticReturnTest.java#c1-no-coops 8258101 generic-all +compiler/blackhole/BlackholeStaticReturnTest.java#c2 8258101 generic-all +compiler/blackhole/BlackholeStaticReturnTest.java#c2-no-coops 8258101 generic-all +compiler/blackhole/BlackholeStaticTest.java#c1 8258101 generic-all +compiler/blackhole/BlackholeStaticTest.java#c1-no-coops 8258101 generic-all +compiler/blackhole/BlackholeStaticTest.java#c2 8258101 generic-all +compiler/blackhole/BlackholeStaticTest.java#c2-no-coops 8258101 generic-all