equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
22 */ |
22 */ |
23 |
23 |
24 /* |
24 /* |
25 * @test TestMBeanCMS.java |
25 * @test TestMBeanCMS.java |
26 * @bug 6581734 |
26 * @bug 6581734 |
27 * @requires vm.gc.ConcMarkSweep |
27 * @requires vm.gc.ConcMarkSweep & !vm.graal.enabled |
28 * @summary CMS Old Gen's collection usage is zero after GC which is incorrect |
28 * @summary CMS Old Gen's collection usage is zero after GC which is incorrect |
29 * @modules java.management |
29 * @modules java.management |
30 * @run main/othervm -Xmx512m -verbose:gc -XX:+UseConcMarkSweepGC TestMBeanCMS |
30 * @run main/othervm -Xmx512m -verbose:gc -XX:+UseConcMarkSweepGC TestMBeanCMS |
31 * |
31 * |
32 */ |
32 */ |