Integrated: 8304696: Duplicate class names in dynamicArchive tests can lead to test failure

Calvin Cheung ccheung at openjdk.org
Fri Apr 21 22:15:02 UTC 2023


On Wed, 19 Apr 2023 17:07:14 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.

This pull request has now been integrated.

Changeset: b2240bf8
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b2240bf870cd57983fda0bc3b0e205acfdd1fd2a
Stats:     10 lines in 2 files changed: 2 ins; 2 del; 6 mod

8304696: Duplicate class names in dynamicArchive tests can lead to test failure

Reviewed-by: iklam

-------------

PR: https://git.openjdk.org/jdk/pull/13542


More information about the hotspot-runtime-dev mailing list