RFR: 8299183: Invokers.checkExactType passes parameters to create WMTE in opposite order [v2]
Mandy Chung
mchung at openjdk.org
Mon Jan 9 17:36:58 UTC 2023
On Sat, 7 Jan 2023 10:46:40 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>> Mandy Chung has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Add a regression test
>> - further cleanup newWrongMethodTypeException for clarity
>
> test/jdk/java/lang/invoke/WrongMethodTypeTest.java line 8:
>
>> 6: * under the terms of the GNU General Public License version 2 only, as
>> 7: * published by the Free Software Foundation. Oracle designates this
>> 8: * particular file as subject to the "Classpath" exception as provided
>
> From what I understand, the copyright notice on test files don't use the "Classpath" exception and instead use a different copyright notice.
That's correct. Thanks for catching it. This reveals that the copyright header of several `test/jdk/java/lang/invoke` tests will need clean up (as this new test was copied from an existing test).
-------------
PR: https://git.openjdk.org/jdk/pull/11870
More information about the core-libs-dev
mailing list