< prev index next >

test/hotspot/jtreg/gc/shenandoah/mxbeans/TestMemoryPools.java

Print this page
*** 1,7 ***
--- 1,8 ---
  /*
   * Copyright (c) 2017, 2018, Red Hat, Inc. All rights reserved.
+  * Copyright Amazon.com Inc. 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
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.

*** 21,18 ***
   * questions.
   *
   */
  
  /**
!  * @test
   * @summary Test JMX memory pools
   * @requires vm.gc.Shenandoah
   * @modules java.base/jdk.internal.misc
   *          java.management
   * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -Xmx1g -Xms1g TestMemoryPools
   */
  
  import java.lang.management.*;
  import java.util.*;
  
  public class TestMemoryPools {
  
--- 22,27 ---
   * questions.
   *
   */
  
  /**
!  * @test id=default
   * @summary Test JMX memory pools
   * @requires vm.gc.Shenandoah
   * @modules java.base/jdk.internal.misc
   *          java.management
   * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -Xmx1g -Xms1g TestMemoryPools
   */
  
+ /**
+  * @test id=generational
+  * @summary Test JMX memory pools
+  * @requires vm.gc.Shenandoah
+  * @modules java.base/jdk.internal.misc
+  *          java.management
+  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational -Xmx1g -Xms1g TestMemoryPools
+  */
+ 
  import java.lang.management.*;
  import java.util.*;
  
  public class TestMemoryPools {
  
< prev index next >