Searched refs:HotSpotAgent (Results 1 - 12 of 12) sorted by relevance

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/
H A DTool.java29 import sun.jvm.hotspot.HotSpotAgent;
38 private HotSpotAgent agent;
62 protected void setAgent(HotSpotAgent a) {
70 protected HotSpotAgent getAgent() {
180 agent = new HotSpotAgent();
233 agent = new HotSpotAgent();
/openjdk9/hotspot/test/serviceability/sa/
H A DTestCpoolForInvokeDynamic.java27 import sun.jvm.hotspot.HotSpotAgent;
63 HotSpotAgent agent = new HotSpotAgent();
H A DTestInstanceKlassSize.java24 import sun.jvm.hotspot.HotSpotAgent;
153 HotSpotAgent agent = new HotSpotAgent();
H A DTestInstanceKlassSizeForInterface.java27 import sun.jvm.hotspot.HotSpotAgent;
59 HotSpotAgent agent = new HotSpotAgent();
H A DTestDefaultMethods.java27 import sun.jvm.hotspot.HotSpotAgent;
61 HotSpotAgent agent = new HotSpotAgent();
H A DTestHeapDumpForLargeArray.java33 import sun.jvm.hotspot.HotSpotAgent;
H A DTestHeapDumpForInvokeDynamic.java33 import sun.jvm.hotspot.HotSpotAgent;
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DCLHSDB.java50 agent = new HotSpotAgent();
68 public HotSpotAgent getAgent() {
106 private HotSpotAgent agent;
121 HotSpotAgent.showUsage();
H A DDebugServer.java102 final HotSpotAgent agent = new HotSpotAgent();
H A DHotSpotAgent.java63 public class HotSpotAgent { class
101 public HotSpotAgent() { method in class:HotSpotAgent
108 synchronized (HotSpotAgent.this) {
H A DHSDB.java59 private HotSpotAgent agent;
88 HotSpotAgent.showUsage();
152 agent = new HotSpotAgent();
1470 public HotSpotAgent getAgent() {
H A DCommandProcessor.java108 public abstract HotSpotAgent getAgent();
1701 private HotSpotAgent agent;

Completed in 154 milliseconds