RFR: 7473: Unable to view constants in constant pool page. [v2]
Alex Macdonald
aptmac at openjdk.java.net
Mon Jan 10 16:26:02 UTC 2022
> 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:
> 
Alex Macdonald has updated the pull request incrementally with one additional commit since the last revision:
spotless
-------------
Changes:
- all: https://git.openjdk.java.net/jmc/pull/348/files
- new: https://git.openjdk.java.net/jmc/pull/348/files/80e49e19..b21b4f4c
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jmc&pr=348&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jmc&pr=348&range=00-01
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jmc/pull/348.diff
Fetch: git fetch https://git.openjdk.java.net/jmc pull/348/head:pull/348
PR: https://git.openjdk.java.net/jmc/pull/348
More information about the jmc-dev
mailing list