8226468: [aix] loadquery failed error message displayed

Reviewed-by: stuefe, mbaesken
This commit is contained in:
Steve Groeger 2019-06-20 14:09:22 +01:00
parent a1e6e5f785
commit 4a7e2b57ea
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#include "java_md_aix.h"
static unsigned char dladdr_buffer[0x4000];
static unsigned char dladdr_buffer[0x8000];
static int fill_dll_info(void) {
return loadquery(L_GETINFO, dladdr_buffer, sizeof(dladdr_buffer));

View File

@ -30,7 +30,7 @@
#include "porting_aix.h"
static unsigned char dladdr_buffer[0x4000];
static unsigned char dladdr_buffer[0x8000];
static void fill_dll_info(void) {
int rc = loadquery(L_GETINFO,dladdr_buffer, sizeof(dladdr_buffer));