RFR: 8360403: Disable constant pool ID assert during troubleshooting
Markus Grönlund
mgronlun at openjdk.org
Tue Jun 24 15:45:07 UTC 2025
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
-------------
Commit messages:
- 8360403
Changes: https://git.openjdk.org/jdk/pull/25955/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25955&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8360403
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/25955.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25955/head:pull/25955
PR: https://git.openjdk.org/jdk/pull/25955
More information about the hotspot-jfr-dev
mailing list