8161684: [testconf] Add VerifyOops' testing into compiler tiers

Reviewed-by: kvn
This commit is contained in:
Leonid Mesnik 2020-08-06 13:29:15 -07:00
parent 9886b7e9e9
commit c02b75705f

View File

@ -380,6 +380,11 @@ public class VMProps implements Callable<Map<String, String>> {
return "false";
}
if (WB.getBooleanVMFlag("VerifyOops")) {
// Should be enabled when JDK-8209961 is fixed
return "false";
}
switch (GC.selected()) {
case Serial:
case Parallel: