8061467: Add UseLargePages to TestNUMAPageSize
authorjcbeyler
Mon, 13 Aug 2018 09:19:21 -0700
changeset 51396 38ec0cea438e
parent 51395 f3cf91d5373f
child 51397 c9150700bbd0
8061467: Add UseLargePages to TestNUMAPageSize Summary: Add flag to test for all architectures to be tested Reviewed-by: phh, pliden, tschatzl
test/hotspot/jtreg/gc/TestNUMAPageSize.java
--- a/test/hotspot/jtreg/gc/TestNUMAPageSize.java	Mon Aug 13 14:04:43 2018 +0200
+++ b/test/hotspot/jtreg/gc/TestNUMAPageSize.java	Mon Aug 13 09:19:21 2018 -0700
@@ -27,7 +27,8 @@
  * @summary Make sure that start up with NUMA support does not cause problems.
  * @bug 8061467
  * @requires vm.opt.AggressiveOpts != true
- * @run main/othervm -Xmx128m -XX:+UseNUMA TestNUMAPageSize
+ * @requires vm.gc != "Z"
+ * @run main/othervm -Xmx128m -XX:+UseNUMA -XX:+UseLargePages TestNUMAPageSize
  */
 
 public class TestNUMAPageSize {