RFR: 8360403: Disable constant pool ID assert during troubleshooting

Erik Gahlin egahlin at openjdk.org
Tue Jun 24 16:02:51 UTC 2025


On Tue, 24 Jun 2025 15:39:15 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

> Greetings,
> 
> This is a workaround to disable the assert when the parser encounters a missing constant pool artifact ID, effective only for the duration of the deeper root cause analysis. The workaround is to avoid causing problems for any tests running JFR with -ea and -esa.
> 
> This bug is a subtask of the main issue that tracks the root cause of the problem and has arisen due to the complexities involved in deep troubleshooting.
> 
> [JDK-8356587 Missing object ID X in pool jdk.types.Method](https://bugs.openjdk.org/browse/JDK-8356587)
> 
> Thanks
> Markus

Marked as reviewed by egahlin (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/25955#pullrequestreview-2954477956


More information about the hotspot-jfr-dev mailing list