equal
deleted
inserted
replaced
27 * @summary Basic unit test of the synchronization statistics support: |
27 * @summary Basic unit test of the synchronization statistics support: |
28 * |
28 * |
29 * @author Mandy Chung |
29 * @author Mandy Chung |
30 * @author Jaroslav Bachorik |
30 * @author Jaroslav Bachorik |
31 * |
31 * |
|
32 * @modules java.management |
32 * @run main/othervm SynchronizationStatistics |
33 * @run main/othervm SynchronizationStatistics |
33 */ |
34 */ |
34 |
35 |
35 import java.lang.management.*; |
36 import java.lang.management.*; |
36 import java.util.concurrent.Phaser; |
37 import java.util.concurrent.Phaser; |