RFR: 8295058: test/langtools/tools/javac 116 tests classes use com.sun.tools.classfile library [v3]

Andrey Turbanov aturbanov at openjdk.org
Fri Aug 4 14:50:32 UTC 2023


On Wed, 2 Aug 2023 16:07:03 GMT, Qing Xiao <duke at openjdk.org> wrote:

>> Modified 12 of 226 test/langtools/tools/javac test classes to replace com.sun.tools.classfile library.
>
> Qing Xiao has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Added testLength method

test/langtools/tools/javac/annotations/typeAnnotations/classfile/TestAnonInnerClasses.java line 284:

> 282: 
> 283:     public <T extends Attribute<T>>void run() {
> 284:         ClassModel cm   = null;

Suggestion:

        ClassModel cm  = null;

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14874#discussion_r1284520845


More information about the compiler-dev mailing list