RFR: 8280601: ClhsdbThreadContext.java test is triggering codecache related assert in PointerFinder.find()

Chris Plummer cjplummer at openjdk.java.net
Wed Jan 26 00:35:59 UTC 2022


It's possible for an address to be in the codecache but not in any CodeBlob. Don't assert in this case.

Note I couldn't reproduce this failure. Not sure why since it seemed to reproduce pretty readily in our CI tier7, and I ran with the same options.

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

Commit messages:
 - Don't assert if there is not CodeBlob for codecache address.

Changes: https://git.openjdk.java.net/jdk/pull/7217/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7217&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8280601
  Stats: 18 lines in 2 files changed: 8 ins; 2 del; 8 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7217.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7217/head:pull/7217

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


More information about the serviceability-dev mailing list