Comment 4 for bug 737603

Revision history for this message
Steve Langasek (vorlon) wrote :

Can you give me a test case that lets me reproduce the failure? I've found where "DEFAULT_LIBPATH" is defined in openjdk/hotspot/src/os/linux/vm/os_linux.cpp, but as I said I would really like to fix this to use the system library path instead of its own copy. but there are an awful lot of calls to dlopen() in this code and I'm not sure which one is the source of this problem. (I currently suspect jdk/src/share/classes/java/lang/ClassLoader.java, but I could be wrong.)