Searched refs:rvm (Results 1 - 7 of 7) sorted by relevance

/openjdk10/jdk/src/jdk.jstatd/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/
H A DPerfDataBuffer.java47 private RemoteVm rvm; field in class:PerfDataBuffer
53 * @param rvm the proxy to the remote MonitredVm object
59 public PerfDataBuffer(RemoteVm rvm, int lvmid) throws MonitorException { argument
61 this.rvm = rvm;
63 ByteBuffer buffer = ByteBuffer.allocate(rvm.getCapacity());
86 assert rvm != null;
89 buffer.put(rvm.getBytes());
H A DRemoteMonitoredVm.java55 private RemoteVm rvm; field in class:RemoteMonitoredVm
61 * @param rvm the proxy to the remote MonitoredVm instance.
66 public RemoteMonitoredVm(RemoteVm rvm, VmIdentifier vmid, argument
70 this.rvm = rvm;
71 pdb = new PerfDataBuffer(rvm, vmid.getLocalVmId());
135 return rvm;
H A DMonitoredHostProvider.java144 RemoteVm rvm = remoteHost.attachVm(vmid.getLocalVmId(),
146 RemoteMonitoredVm rmvm = new RemoteMonitoredVm(rvm, nvmid, timer,
/openjdk10/jdk/src/jdk.jstatd/share/classes/sun/tools/jstatd/
H A DRemoteHostImpl.java79 RemoteVmImpl rvm = new RemoteVmImpl((BufferedMonitoredVm)mvm);
80 stub = (RemoteVm) UnicastRemoteObject.exportObject(rvm, 0);
89 public void detachVm(RemoteVm rvm) throws RemoteException { argument
90 rvm.detach();
/openjdk10/jdk/src/jdk.jstatd/share/classes/sun/jvmstat/monitor/remote/
H A DRemoteHost.java63 * @param rvm The remote object for the target Java Virtual
71 void detachVm(RemoteVm rvm) throws RemoteException, MonitorException; argument
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp1124 RedefineVerifyMark rvm(the_class, scratch_class, state);
1156 RedefineVerifyMark rvm(the_class, scratch_class, state);
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js12784 rvm: 12753,

Completed in 115 milliseconds