8161684: [testconf] Add VerifyOops' testing into compiler tiers
Reviewed-by: kvn
This commit is contained in:
parent
9886b7e9e9
commit
c02b75705f
@ -380,6 +380,11 @@ public class VMProps implements Callable<Map<String, String>> {
|
|||||||
return "false";
|
return "false";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (WB.getBooleanVMFlag("VerifyOops")) {
|
||||||
|
// Should be enabled when JDK-8209961 is fixed
|
||||||
|
return "false";
|
||||||
|
}
|
||||||
|
|
||||||
switch (GC.selected()) {
|
switch (GC.selected()) {
|
||||||
case Serial:
|
case Serial:
|
||||||
case Parallel:
|
case Parallel:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user