RFR: 8346151: Add transformer error logging to VerifyLocalVariableTableOnRetransformTest [v2]

Chris Plummer cjplummer at openjdk.org
Fri Dec 13 23:00:41 UTC 2024


On Fri, 13 Dec 2024 21:51:10 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

>> In some circumstances ClassFileTransformer.transform can get ClassCircularityError or LinkageError concatenating strings (see JDK-8264667, JDK-8262002).
>> VerifyLocalVariableTableOnRetransformTest fails sometimes on Oracle CI.
>> The fix adds handling of the errors to get information for analysis.
>
> Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   feedback

Copyright needs updating. Otherwise looks good.

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

Marked as reviewed by cjplummer (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22727#pullrequestreview-2503366213


More information about the core-libs-dev mailing list