mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
* align MinHeapSize to heap alignment to avoid issues with conflicting MinHeapSize and SoftMaxHeapSize
This commit is contained in:
parent
390e70ca71
commit
edfcca13e9
@ -51,7 +51,7 @@ import java.util.regex.Pattern;
|
||||
|
||||
public class TestSoftMaxHeapSize {
|
||||
static final int M = 1024 * 1024;
|
||||
static final int MinHeapSize = 100 * M;
|
||||
static final int MinHeapSize = 128 * M;
|
||||
static final int MaxHeapSize = 512 * M;
|
||||
|
||||
// Sets SoftMaxHeapSize using jcmd to the values passed in as arguments, executing
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user