Skip to content

Commit

Permalink
Update os_aix.cpp
Browse files Browse the repository at this point in the history
Restore comments.
  • Loading branch information
suchismith1993 authored Mar 27, 2024
1 parent 8d9ee5a commit 463e01b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hotspot/os/aix/os_aix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,8 @@ bool os::dll_address_to_library_name(address addr, char* buf,
return AixSymbols::get_module_name(addr, buf, buflen);
}

// Loads .dll/.so and in case of error it checks if .dll/.so was built
// for the same architecture as Hotspot is running on.
static void* dll_load_library(const char *filename, char *ebuf, int ebuflen) {

log_info(os)("attempting shared library load of %s", filename);
Expand Down

0 comments on commit 463e01b

Please sign in to comment.