Skip to content

Commit 1e8477b

Browse files
author
duke
committedOct 24, 2023
Automatic merge of jdk:master into master
2 parents 2722c2f + cb383c0 commit 1e8477b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/hotspot/share/utilities/vmError.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
#include "jvmci/jvmci.hpp"
7575
#endif
7676

77+
#ifdef AIX
78+
#include "loadlib_aix.hpp"
79+
#endif
80+
7781
#ifndef PRODUCT
7882
#include <signal.h>
7983
#endif // PRODUCT
@@ -1343,6 +1347,8 @@ void VMError::report(outputStream* st, bool _verbose) {
13431347
void VMError::print_vm_info(outputStream* st) {
13441348

13451349
char buf[O_BUFLEN];
1350+
AIX_ONLY(LoadedLibraries::reload());
1351+
13461352
report_vm_version(st, buf, sizeof(buf));
13471353

13481354
// STEP("printing summary")

0 commit comments

Comments
 (0)
Please sign in to comment.