RFR: 8262329: Fix JFR parser exception messages [v3]

Erik Gahlin egahlin at openjdk.java.net
Thu Feb 25 23:40:47 UTC 2021


On Thu, 25 Feb 2021 20:29:57 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

>> I've been irritated by unreasonable large constant pool offsets in ChunkParser excepion messages. It turns out that lastCP + size concatenates the two numbers as strings instead of adding them.
>> 
>> Testing:
>>  - [x] manually inspecting the exception messages
>
> Roman Kennke has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove check for CHUNKHEADER

Marked as reviewed by egahlin (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/2714


More information about the hotspot-jfr-dev mailing list