mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
committed by
Vitaly Provodin
parent
ad88aec022
commit
9c7896fb95
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user