We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e6e5f commit 4a7e2b5Copy full SHA for 4a7e2b5
src/java.base/aix/native/libjli/java_md_aix.c
@@ -27,7 +27,7 @@
27
28
#include "java_md_aix.h"
29
30
-static unsigned char dladdr_buffer[0x4000];
+static unsigned char dladdr_buffer[0x8000];
31
32
static int fill_dll_info(void) {
33
return loadquery(L_GETINFO, dladdr_buffer, sizeof(dladdr_buffer));
src/java.desktop/aix/native/libawt/porting_aix.c
@@ -30,7 +30,7 @@
#include "porting_aix.h"
34
35
static void fill_dll_info(void) {
36
int rc = loadquery(L_GETINFO,dladdr_buffer, sizeof(dladdr_buffer));
0 commit comments