hotspot/test/compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java
changeset 28190 5a6b07edeb21
parent 25958 8dc85547d6d6
child 28498 c90265622ab7
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    27  * @bug 8031320
    27  * @bug 8031320
    28  * @summary Verify that rtm locking statistics contain proper information
    28  * @summary Verify that rtm locking statistics contain proper information
    29  *          on overall aborts and locks count and count of aborts of
    29  *          on overall aborts and locks count and count of aborts of
    30  *          different types. Test also verify that VM output does not
    30  *          different types. Test also verify that VM output does not
    31  *          contain rtm locking statistics when it should not.
    31  *          contain rtm locking statistics when it should not.
    32  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    32  * @library /testlibrary /../../test/lib /compiler/testlibrary
    33  * @build TestPrintPreciseRTMLockingStatistics
    33  * @build TestPrintPreciseRTMLockingStatistics
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    35  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    35  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    36  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    36  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    37  *                   -XX:+WhiteBoxAPI TestPrintPreciseRTMLockingStatistics
    37  *                   -XX:+WhiteBoxAPI TestPrintPreciseRTMLockingStatistics