Searched defs:throwNotReadOnlyException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java271 void throwNotReadOnlyException(String operation) { method in class:VirtualMachineImpl
463 throwNotReadOnlyException("VirtualMachineImpl.redefineClasses()");
488 throwNotReadOnlyException("VirtualMachineImpl.suspend()");
492 throwNotReadOnlyException("VirtualMachineImpl.resume()");
519 throwNotReadOnlyException("VirtualMachine.eventQueue()");
524 throwNotReadOnlyException("VirtualMachineImpl.eventRequestManager()");
561 throwNotReadOnlyException("VirtualMachinestop.mirrorOf(String)");
574 throwNotReadOnlyException("VirtualMachine.process");
603 throwNotReadOnlyException("VirtualMachine.exit(int)");

Completed in 32 milliseconds