RFR: 8295058: test/langtools/tools/javac 116 tests classes use com.sun.tools.classfile library
Adam Sotona
asotona at openjdk.org
Mon Jul 31 17:02:21 UTC 2023
On Thu, 13 Jul 2023 17:29:44 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.
I would suggest to minimise footprint of the patch and do not change unrelated code.
Any unnecessary reformat can cause conflicts when merging into or from another project or when backporting and requires to review also reformatted-only code.
There are also missing new lines at the end of each modified source.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14874#issuecomment-1636095922
PR Comment: https://git.openjdk.org/jdk/pull/14874#issuecomment-1636098183
More information about the compiler-dev
mailing list