RFR: 8292275: javac does not emit SYNTHETIC and MANDATED flags for parameters by default [v7]
Chen Liang
liach at openjdk.org
Fri Apr 28 15:11:24 UTC 2023
On Fri, 28 Apr 2023 14:45:16 GMT, Vicente Romero <vromero at openjdk.org> wrote:
> this test: jdk/classfile/CorpusTest.java is consistently failing with this fix applied
This test reads the jdk image for its class files. Without #13167's fix to Classfile API, it will fail on the jdk image with MethodParameters with absent parameter names generated by this javac update. Can you test again with that patch integrated as well?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/9862#issuecomment-1527683858
More information about the compiler-dev
mailing list