mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8226468: [aix] loadquery failed error message displayed
Reviewed-by: stuefe, mbaesken
This commit is contained in:
parent
a1e6e5f785
commit
4a7e2b57ea
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue