Integrated: 8327180: Failed: java/io/ObjectStreamClass/ObjectStreamClassCaching.java#G1
Roger Riggs
rriggs at openjdk.org
Mon Mar 18 16:09:31 UTC 2024
On Wed, 13 Mar 2024 18:01:21 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> The intermittent failure of ObjectStreamClassCaching is due to an incorrect assumption about GC behavior and a race condition.
>
> Removed test based on incorrect assumptions about simultaneous clearing of WeakReferences.
> Added a run of the test using ZGC, (previously omitted)
This pull request has now been integrated.
Changeset: 85fc47c8
Author: Roger Riggs <rriggs at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/85fc47c81af81a595dc88e61454d8ba2d860f301
Stats: 36 lines in 1 file changed: 4 ins; 28 del; 4 mod
8327180: Failed: java/io/ObjectStreamClass/ObjectStreamClassCaching.java#G1
Reviewed-by: iris, stefank
-------------
PR: https://git.openjdk.org/jdk/pull/18284
More information about the core-libs-dev
mailing list