8226468: [aix] loadquery failed error message displayed
Reviewed-by: stuefe, mbaesken
This commit is contained in:
parent
a1e6e5f785
commit
4a7e2b57ea
@ -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));
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user