Code Review Request: 8020498: Crash when both libnet.so and libmawt.so are loaded

Kurchi Hazra kurchi.subhra.hazra at oracle.com
Wed Jul 17 17:19:35 PDT 2013


Hi,

   We are seeing a crash when both libmawt.so and libnet.so are loaded, and the init()
method in src/share/native/java/net/net_util.c is called, but an init() method in
libmawt.so gets invoked instead. Although it is difficult to reproduce the problem,
declaring the init() in net_util.c can resolve the issue.

This low-risk fix will hopefully be going into 7u40.


Bug: http://bugs.sun.com/view_bug.do?bug_id=8020498
Webrev: http://cr.openjdk.java.net/~khazra/8020498/webrev.00/

Thanks,
Kurchi






More information about the net-dev mailing list