RFR: 7439: Introduced IConstantPoolExtension for Constant Pools [v3]

Marcus Hirt hirt at openjdk.java.net
Sun Oct 31 14:17:11 UTC 2021


On Fri, 29 Oct 2021 20:50:44 GMT, Jean-Philippe Bempel <jpbempel at openjdk.org> wrote:

>> Add extension methods when constants are read, referenced, resolved
>> and constant pools fully resolved to be able for example:
>> 
>>  * track constant pool usage inside events
>>  * replace or translate symbols, method names, etc... like
>> de-obfuscations of stack traces
>
> Jean-Philippe Bempel has updated the pull request incrementally with one additional commit since the last revision:
> 
>   add default for existing IParserExtension methods

I would avoid cherry picking changes to other forks when reviewing. Your commit in your fork shows one changed file with 80 additions and 1 deletion. This commit has 8 changed files.

It is much easier to simply clone JPs fork, and switch to the branch with his changes.

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

PR: https://git.openjdk.java.net/jmc/pull/333


More information about the jmc-dev mailing list