getJRubyClassLoader().tearDown(isDebug());
}
if (config.isProfilingEntireRun()) {
System.err.println("\nmain thread profile results:");
IProfileData profileData = (IProfileData) threadService.getMainThread().getContext().getProfileData();
config.makeDefaultProfilePrinter(profileData).printProfile(System.err);
}
if (systemExit && status != 0) {
throw newSystemExit(status);