RFR: 8225636: SA can't handle prelinked libraries

Yasumasa Suenaga yasuenag at gmail.com
Fri Jun 14 05:49:24 UTC 2019


Hi all,

Please review this change:

  JBS: https://bugs.openjdk.java.net/browse/JDK-8225636
  webrev: http://cr.openjdk.java.net/~ysuenaga/JDK-8225636/webrev.00/

I attempted to open the core which is generated by RHEL 6, but it could not .

The OS which generated the core is set to enable prelink.
According to GDB implementation, load address of prelinked library
should be calculated by offset of link_map.l_ld and the address of
.dynamic section.


Thanks,

Yasumasa


More information about the serviceability-dev mailing list