From 6d79ec87fbcff11374f6bc05b3a06e7cb5373c4e Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Sat, 12 Dec 2020 06:09:57 +0000 Subject: [PATCH] 8258111: Problemlist compiler/blackhole tests for -Xcomp until JDK-8258101 is fixed Reviewed-by: iignatyev, kvn --- 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