JDK 25 |
---|
25 b03Fixed |
In some circumstances ClassFileTransformer.transform can get ClassCircularityError or LinkageError (see JDK-8264667, JDK-8262002). Looks like test/jdk/java/lang/instrument/VerifyLocalVariableTableOnRetransformTest.java sometimes fail for the reason, but the log does not contain details for analysis. Need to add logging for the case.
|