Skip to content

Commit c303fd5

Browse files
committed
8253581: runtime/stringtable/StringTableCleaningTest.java fails on 32-bit platforms
Reviewed-by: kbarrett, tschatzl
1 parent f3ea0d3 commit c303fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/runtime/stringtable/StringTableCleaningTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
public class StringTableCleaningTest {
5656
public static void main(String[] args) throws Exception {
5757
List<String> subargs = new ArrayList<String>();
58-
subargs.addAll(List.of("-Xlog:gc,gc+start,stringtable*=trace", "-Xmx3G"));
58+
subargs.addAll(List.of("-Xlog:gc,gc+start,stringtable*=trace", "-Xmx1g"));
5959
subargs.add(Tester.class.getName());
6060
subargs.addAll(Arrays.asList(args));
6161
OutputAnalyzer output = ProcessTools.executeTestJvm(subargs);

0 commit comments

Comments
 (0)