private VirtualMachine_InvokeMethod(VirtualMachineImpl vm, PacketStream ps) {
   byte result = ps.readByte();
   myThrowException = result == 0;
   myValue = ps.readValue();
 }