hotspot/test/serviceability/tmtools/jstat/GcTest01.java
changeset 35945 f532c5c62540
parent 35535 82db90419728
child 37434 303d15f45adf
equal deleted inserted replaced
35944:ea9806c3f58f 35945:f532c5c62540
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2016, 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.
    31  *          jstat should show that after garbage collection
    31  *          jstat should show that after garbage collection
    32  *          number of GC events and garbage
    32  *          number of GC events and garbage
    33  *          collection time increase.
    33  *          collection time increase.
    34  * @library /test/lib/share/classes
    34  * @library /test/lib/share/classes
    35  * @library ../share
    35  * @library ../share
    36  * @ignore 8147848
    36  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
    37  * @build common.*
    37  * @build common.*
    38  * @build utils.*
    38  * @build utils.*
    39  *
    39  *
    40  * @run main/othervm -XX:+UsePerfData GcTest01
    40  * @run main/othervm -XX:+UsePerfData GcTest01
    41  */
    41  */