src/java.desktop/aix/native/libawt/porting_aix.c
changeset 55489 c749ecf599c0
parent 52353 896e80158d35
child 55753 b9798272720b
--- a/src/java.desktop/aix/native/libawt/porting_aix.c	Tue Jun 25 14:36:31 2019 +0200
+++ b/src/java.desktop/aix/native/libawt/porting_aix.c	Thu Jun 20 14:09:22 2019 +0100
@@ -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));