RFR: 8261702: ClhsdbFindPC can fail due to PointerFinder incorrectly thinking an address is in a .so

Yasumasa Suenaga ysuenaga at openjdk.java.net
Sun Feb 14 07:19:39 UTC 2021


On Sun, 14 Feb 2021 07:14:52 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:

>> See bug description for details. The fix is simple and just a matter of moving some code to avoid incorrectly thinking an address is in a .so when it is in some other area of VM memory that occurs just after the last .so.
>
> Marked as reviewed by ysuenaga (Reviewer).

> Thanks. I filed [JDK-8261710](https://bugs.openjdk.java.net/browse/JDK-8261710), but don't have any plans to work on it.

Ok, I will send PR for  [JDK-8261710](https://bugs.openjdk.java.net/browse/JDK-8261710) ( #2563 ) if all pre-submit checks are passed.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2562


More information about the serviceability-dev mailing list