getJRubyClassLoader().tearDown(isDebug());
}
if (config.isProfilingEntireRun()) {
// not using logging because it's formatted
ProfileData profileData = threadService.getMainThread().getContext().getProfileData();
printProfileData(profileData);
}
if (systemExit && status != 0) {
throw newSystemExit(status);