Searched refs:vm (Results 101 - 125 of 361) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DNonConcreteMethodImpl.java45 NonConcreteMethodImpl(VirtualMachine vm, argument
48 super(vm, declaringType, saMethod);
56 location = new LocationImpl(vm, this, -1);
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());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DConcurrentLocksPrinter.java64 VM vm = VM.getVM();
65 SystemDictionary sysDict = vm.getSystemDictionary();
67 ObjectHeap heap = vm.getObjectHeap();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DNonConcreteMethodImpl.java46 NonConcreteMethodImpl(VirtualMachine vm, argument
53 super(vm, declaringType, ref, name, signature,
62 location = new LocationImpl(vm, this, -1);
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 DVirtualMachineImpl.java45 // are unique to a given vm
95 // Per-vm singletons for primitive types and for void.
159 vm = this;
198 idSizes = JDWP.VirtualMachine.IDSizes.process(vm);
313 vm.state().thaw();
317 process(vm, defs);
390 * implicit vm-wide resume. The VM can no longer be considered
408 JDWP.VirtualMachine.Suspend.process(vm);
420 return JDWP.VirtualMachine.Resume.enqueueCommand(vm);
425 JDWP.VirtualMachine.Resume.waitForReply(vm, strea
[all...]
H A DReferenceTypeImpl.java97 return new ObsoleteMethodImpl(vm, this);
130 (vm.equals(other.virtualMachine()));
157 comp = vm.sequenceNumber -
170 if (vm.canGet1_5LanguageFeatures()) {
179 process(vm, this).signature;
190 if (vm.canGet1_5LanguageFeatures() && !genericSignatureGotten) {
196 process(vm, this);
213 process(vm, this).classLoader;
308 if (vm.canGet1_5LanguageFeatures()) {
311 jdwpFields = JDWP.ReferenceType.FieldsWithGeneric.process(vm, thi
[all...]
H A DVoidValueImpl.java48 return vm.theVoidType();
/openjdk7/jdk/test/com/sun/jdi/
H A DVMDeathLastTest.java27 * @summary Checks that no events are sent after VMDeath, and test vm.canBeModified
107 if (!vm().canBeModified()) {
110 EventRequestManager erm = vm().eventRequestManager();
124 vm().resume();
H A DVarargsTest.java270 nullArg2.add(vm().mirrorOf(9));
276 nullArg2.add(vm().mirrorOf(9));
282 args1.add(vm().mirrorOf("1"));
288 args1.add(vm().mirrorOf("2"));
289 args1.add(vm().mirrorOf("3"));
290 args1.add(vm().mirrorOf("4"));
295 args2.add(vm().mirrorOf(9));
296 args2.add(vm().mirrorOf("1"));
302 args2.add(vm().mirrorOf("2"));
322 argsArray.add(vm()
[all...]
H A DClassesByName2Test.java128 BreakpointRequest bkptReq = vm().eventRequestManager().
149 vm().resume();
157 List all = vm().allClasses();
163 List found = vm().classesByName(name);
176 vm().exit(0);
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);
H A DInvokeTest.java387 List myClasses = vm().allClasses();
453 invoke("invokeVoid", "()Z", new ArrayList(0), vm().mirrorOf(true));
455 invoke("invokeBoolean", "(Z)Z", vm().mirrorOf(true));
456 invoke("invokeByte", "(B)B", vm().mirrorOf((byte)14));
457 invoke("invokeChar", "(C)C", vm().mirrorOf('h'));
458 invoke("invokeShort", "(S)S", vm().mirrorOf((short)54));
459 invoke("invokeInt", "(I)I", vm().mirrorOf((int)414));
460 invoke("invokeLong", "(J)J", vm().mirrorOf((long)140000));
461 invoke("invokeFloat", "(F)F", vm().mirrorOf((float)315));
462 invoke("invokeDouble", "(D)D", vm()
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DLocalVirtualMachine.java176 VirtualMachine vm = VirtualMachine.attach(vmd);
178 Properties agentProps = vm.getAgentProperties();
180 vm.detach();
210 VirtualMachine vm = VirtualMachine.attach(name);
212 Properties agentProps = vm.getAgentProperties();
214 vm.detach();
233 VirtualMachine vm = null;
236 vm = VirtualMachine.attach(name);
243 String home = vm.getSystemProperties().getProperty("java.home");
262 vm
[all...]
/openjdk7/jdk/test/sun/jvmstat/monitor/MonitoredVm/
H A DCR6672135.java52 MonitoredVm vm = localHost.getMonitoredVm(vmId);
54 vm.setInterval(INTERVAL);
56 vmInterval = vm.getInterval();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/
H A DAMD64CurrentFrameGuess.java79 VM vm = VM.getVM();
83 if (vm.isJavaPCDbg(pc)) {
84 if (vm.isClientCompiler()) {
98 if (vm.getInterpreter().contains(pc)) {
124 offset += vm.getAddressSize()) {
163 CodeCache cc = vm.getCodeCache();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/
H A DX86CurrentFrameGuess.java79 VM vm = VM.getVM();
83 if (vm.isJavaPCDbg(pc)) {
84 if (vm.isClientCompiler()) {
98 if (vm.getInterpreter().contains(pc)) {
124 offset += vm.getAddressSize()) {
163 CodeCache cc = vm.getCodeCache();
/openjdk7/hotspot/agent/test/jdi/
H A Dmultivm.java118 VirtualMachine vm;
123 vm = myPIDConn.attach(connArgs);
126 vm = null;
129 vm = null;
131 return vm;
H A Dserialvm.java122 VirtualMachine vm;
127 vm = myPIDConn.attach(connArgs);
130 vm = null;
133 vm = null;
135 return vm;
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DExpressionResolver.java41 private MonitoredVm vm; field in class:ExpressionResolver
43 ExpressionResolver(MonitoredVm vm) { argument
44 this.vm = vm;
70 Monitor m = vm.findByName(id.getName());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCompactibleFreeListSpace.java62 VM vm = VM.getVM();
63 MinChunkSizeInBytes = numQuanta(sizeofFreeChunk, vm.getMinObjAlignmentInBytes()) *
64 vm.getMinObjAlignmentInBytes();
76 VM vm = VM.getVM();
77 heapWordSize = vm.getHeapWordSize();
78 IndexSetStart = vm.getMinObjAlignmentInBytes() / heapWordSize;
162 VM vm = VM.getVM();
163 Debugger dbg = vm.getDebugger();
164 ObjectHeap heap = vm.getObjectHeap();
168 final long addressSize = vm
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEventRequestSpec.java75 Env.vm().eventRequestManager().deleteEventRequest(prepareRequest);
99 Env.vm().eventRequestManager().deleteEventRequest(resolved());
112 Env.vm().eventRequestManager().exceptionRequests()) {
117 Env.vm().eventRequestManager().deleteEventRequests(deleteList);
123 for (ReferenceType refType : Env.vm().allClasses()) {
145 Env.vm().eventRequestManager().deleteEventRequest(prepareRequest);
/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/solaris/sample/dtrace/hotspot/
H A Dhotspot_calls_tree.d81 hotspot$target:::vm-init-begin,
93 hotspot$target:::vm-init-end,
94 hotspot$target:::vm-shutdown,
/openjdk7/hotspot/make/windows/
H A Dcreate_obj_files.sh60 BASE_PATHS="`if [ -d ${ALTSRC}/share/vm ]; then $FIND ${ALTSRC}/share/vm ! -name vm -prune -type d \! \( -name adlc -o -name c1 -o -name gc_implementation -o -name opto -o -name shark -o -name libadt \); fi`"
61 BASE_PATHS="${BASE_PATHS} ` $FIND ${COMMONSRC}/share/vm ! -name vm -prune -type d \! \( -name adlc -o -name c1 -o -name gc_implementation -o -name opto -o -name shark -o -name libadt \)`"
64 share/vm/gc_implementation/shared \
65 os/${Platform_os_family}/vm \
66 cpu/${Platform_arch}/vm \
67 os_cpu/${Platform_os_arch}/vm; do
76 if [ -d "${ALTSRC}/share/vm/jf
[all...]

Completed in 473 milliseconds

1234567891011>>