RFR: 8304696: Duplicate class names in dynamicArchive tests can lead to test failure [v2]
Ioi Lam
iklam at openjdk.org
Fri Apr 21 17:52:46 UTC 2023
On Fri, 21 Apr 2023 17:32:37 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
>> To avoid duplicate class name `MyShutdown`, the fix is to change the `MyShutdown` class name for the LambdaProxyDuringShutdown.java test to `ShutdownHelper`.
>>
>> Tested manually by running the LInkClassTest.java and LambdaProxyDuringShutdown.java tests serially on linux-x64.
>> Also ran tiers 1 and 3 testing.
>
> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>
> @iklam comments
Looks good to me.
-------------
Marked as reviewed by iklam (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13542#pullrequestreview-1396185650
More information about the hotspot-runtime-dev
mailing list