Пример #1
0
 /**
  * Delegate to the exiter to (possibly) exit the VM gracefully.
  *
  * @param status
  */
 public void exit(int status) {
   systemExiter.exit(status);
 }