RFR: 8292275: javac does not emit SYNTHETIC and MANDATED flags for parameters by default [v7]
Julian Waters
jwaters at openjdk.org
Thu Mar 23 21:52:50 UTC 2023
On Thu, 23 Mar 2023 19:45:37 GMT, Hannes Greule <duke at openjdk.org> wrote:
>> Hannes Greule has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 26 additional commits since the last revision:
>>
>> - Merge pull request #1 from liachmodded/methodparameters-flags
>>
>> - Update tests
>> - Parity for the parameter flag tests in javac and reflection
>> - Updated RequiredMethodParameterFlagTest, checks against Local classes as well
>> - Merge branch 'master' into methodparameters-flags
>> - Update copyright year
>> - Merge remote-tracking branch 'upstream/master' into fix/enforce-methodparam_attr-if-mandated
>> - address comments
>> - cleanup
>> - add annotation processing test
>> - ... and 16 more: https://git.openjdk.org/jdk/compare/4653be2d...5ac3a214
>
> Test failures are caused by the Classfile API. I opened a separate PR to fix it: https://github.com/openjdk/jdk/pull/13167
>
> Could someone create an issue on the bug tracker for me? Thanks.
@SirYwell On it!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/9862#issuecomment-1481959082
More information about the compiler-dev
mailing list