test/compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java

test/compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java

Print this page

        

*** 27,40 **** * @bug 8031320 * @summary Verify that rtm locking statistics contain proper information * on overall aborts and locks count and count of aborts of * different types. Test also verify that VM output does not * contain rtm locking statistics when it should not. ! * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @build TestPrintPreciseRTMLockingStatistics ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestPrintPreciseRTMLockingStatistics */ import java.util.*; --- 27,40 ---- * @bug 8031320 * @summary Verify that rtm locking statistics contain proper information * on overall aborts and locks count and count of aborts of * different types. Test also verify that VM output does not * contain rtm locking statistics when it should not. ! * @library /testlibrary /../../test/lib /compiler/testlibrary * @build TestPrintPreciseRTMLockingStatistics ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestPrintPreciseRTMLockingStatistics */ import java.util.*;
test/compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File