test/hotspot/jtreg/compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java
changeset 55087 82fe7292ca5c
parent 51753 763aa4d1d596
equal deleted inserted replaced
55086:dcda4663a926 55087:82fe7292ca5c
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2019, 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.
    33  *          java.management
    33  *          java.management
    34  * @requires vm.rtm.cpu & vm.rtm.compiler
    34  * @requires vm.rtm.cpu & vm.rtm.compiler
    35  * @build sun.hotspot.WhiteBox
    35  * @build sun.hotspot.WhiteBox
    36  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    36  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    37  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    37  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    38  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    38  * @run main/othervm/native -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    39  *                   -XX:+WhiteBoxAPI
    39  *                          -XX:+WhiteBoxAPI
    40  *                   compiler.rtm.print.TestPrintPreciseRTMLockingStatistics
    40  *                          compiler.rtm.print.TestPrintPreciseRTMLockingStatistics
    41  */
    41  */
    42 
    42 
    43 
    43 
    44 package compiler.rtm.print;
    44 package compiler.rtm.print;
    45 
    45