We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e9d62 commit e1a1027Copy full SHA for e1a1027
test/hotspot/jtreg/gtest/GTestWrapper.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -82,6 +82,7 @@ public static void main(String[] args) throws Throwable {
82
command.add(execPath.toAbsolutePath().toString());
83
command.add("-jdk");
84
command.add(Utils.TEST_JDK);
85
+ command.add("-Xmx200m");
86
command.add("--gtest_output=xml:" + resultFile);
87
command.add("--gtest_catch_exceptions=0");
88
for (String a : args) {
0 commit comments