OpenJDK / jdk / jdk
changeset 53451:5f237f2cd5b2
8213695: gc/TestAllocateHeapAtMultiple.java is slow in some configs
Reviewed-by: sangheki, kbarrett
Contributed-by: kishor.kharbas@intel.com
author | sangheki |
---|---|
date | Tue, 22 Jan 2019 11:42:13 -0800 |
parents | 1b292ae4eb50 |
children | 274fcce9d147 |
files | test/hotspot/jtreg/gc/TestAllocateHeapAtMultiple.java |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/gc/TestAllocateHeapAtMultiple.java Tue Jan 22 18:25:56 2019 +0100 +++ b/test/hotspot/jtreg/gc/TestAllocateHeapAtMultiple.java Tue Jan 22 11:42:13 2019 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -53,9 +53,8 @@ "-Xmx32m -Xms32m -XX:+UseCompressedOops", // 1. With compressedoops enabled. "-Xmx32m -Xms32m -XX:-UseCompressedOops", // 2. With compressedoops disabled. "-Xmx32m -Xms32m -XX:HeapBaseMinAddress=3g", // 3. With user specified HeapBaseMinAddress. - "-Xmx4g -Xms4g", // 4. With larger heap size (UnscaledNarrowOop not possible). - "-Xmx4g -Xms4g -XX:+UseLargePages", // 5. Set UseLargePages. - "-Xmx4g -Xms4g -XX:+UseNUMA" // 6. Set UseNUMA. + "-Xmx32m -Xms32m -XX:+UseLargePages", // 4. Set UseLargePages. + "-Xmx32m -Xms32m -XX:+UseNUMA" // 5. Set UseNUMA. }; for(String extraOpts : extraOptsList) {