Skip to content

Commit

Permalink
8311179: Generational ZGC: gc/z/TestSmallHeap.java failed with OutOfM…
Browse files Browse the repository at this point in the history
…emoryError

Reviewed-by: aboldtch, tschatzl
Backport-of: 28fd7a1739fd3c50c43ebfe6017a835225a453c6
  • Loading branch information
stefank committed Aug 9, 2023
1 parent c746fc0 commit 8002b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/gc/z/TestSmallHeap.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @requires vm.gc.ZGenerational
* @summary Test ZGC with small heaps
* @library / /test/lib
* @run driver gc.z.TestSmallHeap 8M 16M 32M 64M 128M 256M 512M 1024M
* @run driver gc.z.TestSmallHeap 16M 32M 64M 128M 256M 512M 1024M
*/

import jdk.test.lib.process.ProcessTools;
Expand Down

0 comments on commit 8002b3e

Please sign in to comment.