--- old/test/hotspot/jtreg/gc/TestCardTablePageCommits.java 2020-05-01 02:27:16.077583655 -0700 +++ new/test/hotspot/jtreg/gc/TestCardTablePageCommits.java 2020-05-01 02:27:15.749577346 -0700 @@ -42,7 +42,7 @@ // The test is run with a small heap to make sure all pages in the card // table gets committed. Need 8 MB heap to trigger the bug on SPARC // because of 8kB pages, assume 4 KB pages for all other CPUs. - String Xmx = Platform.isSparc() ? "-Xmx8m" : "-Xmx4m"; + String Xmx = "-Xmx4m"; ProcessBuilder pb = ProcessTools.createJavaProcessBuilder( Xmx,