mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8314842: zgc/genzgc tests ignore vm flags
Reviewed-by: tschatzl, lmesnik
This commit is contained in:
parent
5e5942a282
commit
ae75ca05e4
@ -41,7 +41,7 @@ public class TestAllocateHeapAt {
|
||||
final String heapBackingFile = "Heap Backing File: " + directory;
|
||||
final String failedToCreateFile = "Failed to create file " + directory;
|
||||
|
||||
ProcessTools.executeLimitedTestJava(
|
||||
ProcessTools.executeTestJava(
|
||||
"-XX:+UseZGC",
|
||||
"-XX:-ZGenerational",
|
||||
"-Xlog:gc*",
|
||||
|
||||
@ -68,7 +68,7 @@ public class TestPageCacheFlush {
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
ProcessTools.executeLimitedTestJava(
|
||||
ProcessTools.executeTestJava(
|
||||
"-XX:+UseZGC",
|
||||
"-XX:-ZGenerational",
|
||||
"-Xms128M",
|
||||
|
||||
@ -53,7 +53,7 @@ public class TestSmallHeap {
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
for (var maxCapacity: args) {
|
||||
ProcessTools.executeLimitedTestJava(
|
||||
ProcessTools.executeTestJava(
|
||||
"-XX:+UseZGC",
|
||||
"-XX:-ZGenerational",
|
||||
"-Xlog:gc,gc+init,gc+reloc,gc+heap",
|
||||
|
||||
@ -41,7 +41,7 @@ public class TestAllocateHeapAt {
|
||||
final String heapBackingFile = "Heap Backing File: " + directory;
|
||||
final String failedToCreateFile = "Failed to create file " + directory;
|
||||
|
||||
ProcessTools.executeLimitedTestJava(
|
||||
ProcessTools.executeTestJava(
|
||||
"-XX:+UseZGC",
|
||||
"-XX:+ZGenerational",
|
||||
"-Xlog:gc*",
|
||||
|
||||
@ -68,7 +68,7 @@ public class TestPageCacheFlush {
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
ProcessTools.executeLimitedTestJava(
|
||||
ProcessTools.executeTestJava(
|
||||
"-XX:+UseZGC",
|
||||
"-XX:+ZGenerational",
|
||||
"-Xms128M",
|
||||
|
||||
@ -53,7 +53,7 @@ public class TestSmallHeap {
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
for (var maxCapacity: args) {
|
||||
ProcessTools.executeLimitedTestJava(
|
||||
ProcessTools.executeTestJava(
|
||||
"-XX:+UseZGC",
|
||||
"-XX:+ZGenerational",
|
||||
"-Xlog:gc,gc+init,gc+reloc,gc+heap",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user