8219574: Minimal VM build failure after JDK-8219414

Reviewed-by: jgeorge, dholmes, cjplummer
This commit is contained in:
Aleksey Shipilev 2019-02-22 17:54:13 +01:00
parent c97af8c3f7
commit 8360a7884d
2 changed files with 4 additions and 5 deletions

View file

@ -1359,11 +1359,9 @@ void os::shutdown() {
void os::abort(bool dump_core, void* siginfo, const void* context) {
os::shutdown();
if (dump_core) {
#ifndef ZERO
if (DumpPrivateMappingsInCore) {
ClassLoader::close_jrt_image();
}
#endif
#ifndef PRODUCT
fdStream out(defaultStream::output_fd());
out.print_raw("Current thread is ");