equal
deleted
inserted
replaced
31 * @build JcmdDetailDiff |
31 * @build JcmdDetailDiff |
32 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
32 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
33 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail JcmdDetailDiff |
33 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail JcmdDetailDiff |
34 */ |
34 */ |
35 |
35 |
36 import com.oracle.java.testlibrary.*; |
36 import jdk.test.lib.*; |
37 |
37 |
38 import sun.hotspot.WhiteBox; |
38 import sun.hotspot.WhiteBox; |
39 |
39 |
40 public class JcmdDetailDiff { |
40 public class JcmdDetailDiff { |
41 |
41 |