// start multi-port if none exists in current VM.
static void startMultiPort() {
  L mp = getMultiPorts();
  if (mp != null && mp.isEmpty()) {
    nohupJavax(#1001639);
    fail("Upgrading JavaX, please restart this program afterwards.");
    //callMain(hotwire("#1001672"));
  }
}