Integrated: 8360403: Disable constant pool ID assert during troubleshooting

Markus Grönlund mgronlun at openjdk.org
Tue Jun 24 16:17:34 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

This pull request has now been integrated.

Changeset: cbcf4011
Author:    Markus Grönlund <mgronlun at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/cbcf401170e0600e48ef74770eaa47c84c7e50b0
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8360403: Disable constant pool ID assert during troubleshooting

Reviewed-by: egahlin

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

PR: https://git.openjdk.org/jdk/pull/25955


More information about the hotspot-jfr-dev mailing list