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