Skip to content

Commit

Permalink
restore lines
Browse files Browse the repository at this point in the history
  • Loading branch information
suchismith1993 committed Mar 25, 2024
1 parent 021a6c7 commit 78aa4f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hotspot/os/aix/os_aix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1147,8 +1147,9 @@ bool os::dll_address_to_library_name(address addr, char* buf,
// Loads .dll/.so and in case of error it checks if .dll/.so was built
// for the same architecture as Hotspot is running on.
void *os::dll_load(const char *filename, char *ebuf, int ebuflen) {

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

if (ebuf && ebuflen > 0) {
ebuf[0] = '\0';
ebuf[ebuflen - 1] = '\0';
Expand Down

0 comments on commit 78aa4f0

Please sign in to comment.