public void exitProcess() {
   if (classLoader != null) {
     // Just to get rid of the warning....
     classLoader.getClass();
   }
   // Send a request to shutdown the spawned process and return...
   classLoader = null;
 }