Examples of testCrashJVM0()


Examples of com.barchart.udt.SocketUDT.testCrashJVM0()

      TypeUDT type = TypeUDT.STREAM;

      SocketUDT socket = new SocketUDT(type);

      // this will kill the jvm
      socket.testCrashJVM0();

    } catch (Throwable e) {
      log.error("unexpected", e);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.