Integrated: 7473: Unable to view constants in constant pool page.
Alex Macdonald
aptmac at openjdk.org
Tue May 23 15:26:06 UTC 2023
This PR addresses JMC-7473 [[0]](https://bugs.openjdk.java.net/browse/JMC-7473), in which the Constant Pools page throws an exception and does not display. The issue here is in ParserStats, and happens if the stacktrace object doesn't have any frames - but there is a retrieval for the first frame.
Before:

After:

-------------
Commit messages:
- spotless
- 7473: Unable to view constants in constant pool page
Changes: https://git.openjdk.org/jmc/pull/348/files
Webrev: https://webrevs.openjdk.org/?repo=jmc&pr=348&range=00
Issue: https://bugs.openjdk.org/browse/JMC-7473
Stats: 10 lines in 1 file changed: 4 ins; 0 del; 6 mod
Patch: https://git.openjdk.org/jmc/pull/348.diff
Fetch: git fetch https://git.openjdk.org/jmc.git pull/348/head:pull/348
PR: https://git.openjdk.org/jmc/pull/348
More information about the jmc-dev
mailing list