mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8161684: [testconf] Add VerifyOops' testing into compiler tiers
Reviewed-by: kvn
This commit is contained in:
parent
9886b7e9e9
commit
c02b75705f
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue