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

Michael Südkamp duke at openjdk.java.net
Mon Nov 8 19:22:46 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 haven't CPed anything. Look at my commit history - it contains the changes from jpbempel - even if I did it differently than you propsed.
But OK, I just spent a another 2hrs to set up a another Eclipse project with jpbempels fork. The usual problems with the setup - I'll had to repeat project importing and platform reloading a lot of times until all dependencies where available. And Maven internal error from Eclipse all the time. It's a pain.
I'll continue tests within the next days.

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

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


More information about the jmc-dev mailing list