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

Chris Plummer cjplummer at openjdk.java.net
Sun Feb 21 19:01:39 UTC 2021


On Sat, 13 Feb 2021 19:05:17 GMT, Chris Plummer <cjplummer 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.

This pull request has now been integrated.

Changeset: 539c80bf
Author:    Chris Plummer <cjplummer at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/539c80bf
Stats:     24 lines in 1 file changed: 13 ins; 11 del; 0 mod

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

Reviewed-by: ysuenaga, kevinw, sspitsyn

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

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


More information about the serviceability-dev mailing list