< prev index next >

test/gc/shenandoah/mxbeans/TestMemoryMXBeans.java

Print this page
rev 10788 : [backport] Move Shenandoah tests to proper locations

*** 1,7 **** /* ! * Copyright (c) 2017 Red Hat, Inc. and/or its affiliates. * * 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. * --- 1,7 ---- /* ! * Copyright (c) 2017, 2018, Red Hat, Inc. All rights reserved. * * 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. *
*** 23,37 **** /** * @test TestMemoryMXBeans * @key gc * @summary Test JMX memory beans ! * @modules java.base/jdk.internal.misc ! * java.management ! * @run main/othervm -XX:+UseShenandoahGC -Xmx1g TestMemoryMXBeans -1 1024 ! * @run main/othervm -XX:+UseShenandoahGC -Xms1g -Xmx1g TestMemoryMXBeans 1024 1024 ! * @run main/othervm -XX:+UseShenandoahGC -Xms128m -Xmx1g TestMemoryMXBeans 128 1024 */ import java.lang.management.*; import java.util.*; --- 23,36 ---- /** * @test TestMemoryMXBeans * @key gc * @summary Test JMX memory beans ! * ! * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -Xmx1g TestMemoryMXBeans -1 1024 ! * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -Xms1g -Xmx1g TestMemoryMXBeans 1024 1024 ! * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -Xms128m -Xmx1g TestMemoryMXBeans 128 1024 */ import java.lang.management.*; import java.util.*;
< prev index next >