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

Chris Plummer cjplummer at openjdk.org
Fri Dec 13 23:53:35 UTC 2024


On Fri, 13 Dec 2024 23:07:53 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:
> 
>   copyright update

Marked as reviewed by cjplummer (Reviewer).

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

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


More information about the core-libs-dev mailing list