Searched defs:vm (Results 51 - 75 of 148) sorted by relevance

123456

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DTypeComponentImpl.java45 TypeComponentImpl(VirtualMachine vm, ReferenceTypeImpl declaringType) { argument
46 super(vm);
H A DLocalVariableImpl.java39 LocalVariableImpl(VirtualMachine vm, Method method, argument
42 super(vm);
H A DLocationImpl.java39 LocationImpl(VirtualMachine vm, argument
41 super(vm);
53 LocationImpl(VirtualMachine vm, ReferenceType declaringType, argument
55 super(vm);
178 return sourceName(vm.getDefaultStratum());
192 return sourcePath(vm.getDefaultStratum());
206 return lineNumber(vm.getDefaultStratum());
H A DNonConcreteMethodImpl.java45 NonConcreteMethodImpl(VirtualMachine vm, argument
48 super(vm, declaringType, saMethod);
56 location = new LocationImpl(vm, this, -1);
H A DConcreteMethodImpl.java78 ConcreteMethodImpl(VirtualMachine vm, ReferenceTypeImpl declaringType, argument
80 super(vm, declaringType, saMethod);
H A DFieldImpl.java44 FieldImpl( VirtualMachine vm, ReferenceTypeImpl declaringType, argument
46 super(vm, declaringType);
75 valueImpl = (ArrayReferenceImpl) vm.arrayMirror((Array)of.getValue(target));
78 valueImpl = (ObjectReferenceImpl) vm.objectMirror(of.getValue(target));
81 valueImpl = (ByteValueImpl) vm.mirrorOf(bf.getValue(target));
84 valueImpl = (CharValueImpl) vm.mirrorOf(cf.getValue(target));
87 valueImpl = (DoubleValueImpl) vm.mirrorOf(df.getValue(target));
90 valueImpl = (FloatValueImpl) vm.mirrorOf(ff.getValue(target));
93 valueImpl = (IntegerValueImpl) vm.mirrorOf(iif.getValue(target));
96 valueImpl = (LongValueImpl) vm
[all...]
/openjdk7/hotspot/agent/test/jdi/
H A Dsagclient.java37 static VirtualMachine vm; field in class:sagclient
81 vm = attachPID(pid);
86 vm = attachDebugServer(debugServer);
95 vm = attachCore(coreFilename, execPath);
100 if (vm != null) {
102 sagdoit mine = new sagdoit(vm);
104 vm.dispose();
111 VirtualMachine vm;
118 vm = myCoreConn.attach(connArgs);
121 vm
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DSession.java46 final VirtualMachine vm; field in class:Session
57 public Session(VirtualMachine vm, ExecutionManager runtime, argument
59 this.vm = vm;
75 vm.setDebugTraceMode(traceFlags);
80 vm.setDebugTraceMode(traceFlags);
99 vm.dispose();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DMirrorImpl.java34 protected VirtualMachineImpl vm; field in class:MirrorImpl
42 vm = (VirtualMachineImpl)aVm;
46 return vm;
52 return vm.equals(other.virtualMachine());
59 return vm.hashCode();
67 if (!vm.equals(mirror.virtualMachine())) {
77 if ((mirror != null) && !vm.equals(mirror.virtualMachine())) {
90 if (!vm.equals(mirror.vm)) {
103 if ((mirror != null) && !vm
[all...]
H A DEventQueueImpl.java45 EventQueueImpl(VirtualMachine vm, TargetVM target) { argument
46 super(vm);
76 enqueue(new EventSetImpl(vm,
114 vm.notifySuspend();
157 vm.waitInitCompletion();
221 super(vm.threadGroupForJDI(), "JDI Event Queue Timer");
H A DFieldImpl.java34 FieldImpl(VirtualMachine vm, ReferenceTypeImpl declaringType, argument
38 super(vm, declaringType, ref, name, signature,
H A DLocalVariableImpl.java40 LocalVariableImpl(VirtualMachine vm, Method method, argument
44 super(vm);
H A DLocationImpl.java40 LocationImpl(VirtualMachine vm, argument
42 super(vm);
54 LocationImpl(VirtualMachine vm, ReferenceTypeImpl declaringType, argument
56 super(vm);
181 return sourceName(vm.getDefaultStratum());
195 return sourcePath(vm.getDefaultStratum());
209 return lineNumber(vm.getDefaultStratum());
H A DNonConcreteMethodImpl.java46 NonConcreteMethodImpl(VirtualMachine vm, argument
53 super(vm, declaringType, ref, name, signature,
62 location = new LocationImpl(vm, this, -1);
H A DTypeComponentImpl.java42 TypeComponentImpl(VirtualMachine vm, ReferenceTypeImpl declaringType, argument
47 super(vm);
/openjdk7/jdk/test/com/sun/jdi/
H A DRepStep.java50 VirtualMachine vm; field in class:RepStep
65 // vm.setDebugTraceMode(VirtualMachine.TRACE_ALL);
66 requestManager = vm.eventRequestManager();
85 EventQueue queue = vm.eventQueue();
122 EventQueue queue = vm.eventQueue();
152 /* launch child target vm */
164 vm = launcher.launch(connectorArgs);
175 vm = conn.attach(connectorArgs);
/openjdk7/jdk/src/share/classes/sun/tools/jinfo/
H A DJInfo.java116 VirtualMachine vm = attach(pid);
123 in = ((HotSpotVirtualMachine)vm).setFlag(flag, value);
129 in = ((HotSpotVirtualMachine)vm).setFlag(flag, "1");
133 in = ((HotSpotVirtualMachine)vm).setFlag(flag, "0");
137 in = ((HotSpotVirtualMachine)vm).printFlag(flag);
142 drain(vm, in);
162 private static void drain(VirtualMachine vm, InputStream in) throws IOException { argument
174 vm.detach();
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/file/
H A DMonitoredHostProvider.java80 public void detach(MonitoredVm vm) { argument
81 vm.detach();
/openjdk7/jdk/src/share/classes/sun/management/
H A DHotspotClassLoading.java44 HotspotClassLoading(VMManagement vm) { argument
45 jvm = vm;
H A DRuntimeImpl.java53 RuntimeImpl(VMManagement vm) { argument
54 this.jvm = vm;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/trace/
H A DTrace.java58 private final VirtualMachine vm; field in class:Trace
130 vm = launchTarget(sb.toString());
142 vm.setDebugTraceMode(debugTraceMode);
143 EventThread eventThread = new EventThread(vm, excludes, writer);
147 vm.resume();
181 Process process = vm.process();
/openjdk7/jdk/src/share/demo/jvmti/versionCheck/
H A DversionCheck.c92 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) argument
100 rc = (*vm)->GetEnv(vm, (void **)&jvmti, JVMTI_VERSION);
119 Agent_OnUnload(JavaVM *vm) argument
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Djava_awt_SplashScreen.c32 JNI_OnLoad(JavaVM * vm, void *reserved) argument
/openjdk7/jdk/src/share/demo/jvmti/gctest/
H A Dgctest.c151 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) argument
159 rc = (*vm)->GetEnv(vm, (void **)&jvmti, JVMTI_VERSION);
196 Agent_OnUnload(JavaVM *vm) argument
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DJavaVM.java36 protected Process vm = null; field in class:JavaVM
127 if (vm != null)
159 vm = Runtime.getRuntime().exec(javaCommand);
162 outPipe = StreamPipe.plugTogether(vm.getInputStream(), this.outputStream);
163 errPipe = StreamPipe.plugTogether(vm.getErrorStream(), this.errorStream);
167 if (vm != null) {
168 vm.destroy();
170 vm = null;
178 if (vm == null)
181 int status = vm
[all...]

Completed in 98 milliseconds

123456