RFR: 8327729: Remove deprecated xxxObject methods from jdk.internal.misc.Unsafe [v2]
Alan Bateman
alanb at openjdk.org
Sun Mar 10 12:20:53 UTC 2024
On Sun, 10 Mar 2024 08:24:42 GMT, Eirik Bjørsnøs <eirbjo at openjdk.org> wrote:
> GHA revealed two call sites for `getAndSetObject` in the test `test/hotspot/jtreg/gc/shenandoah/compiler/TestUnsafeLoadStoreMergedHeapStableTests.java`.
>
> I have replaced these with the `getAndSetReference`, grepped for any remaining uses without finding anything. Let's see what GHA says.
Yes, you'll need to run all tests to make sure that there aren't any others, e.g. test/hotspot/jtreg/compiler/stable/TestUnstableStable.java.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18176#issuecomment-1987207527
More information about the shenandoah-dev
mailing list