RFR: 8299324: inline_native_setCurrentThread lacks GC barrier for Shenandoah

Paul Hohensee phh at openjdk.org
Mon Feb 6 19:53:50 UTC 2023


On Mon, 30 Jan 2023 22:32:05 GMT, William Kemper <wkemper at openjdk.org> wrote:

> Allow Shenandoah barrier to emit the store barrier for native memory. I believe it is safe to delete the assert on L202 because `obj` is not used here. Tested with `hotspot:hotspot_gc` and `hotspot:loom` with `JAVA_OPTIONS=-XX:+UseShenandoahGC` (and again with  -XX:TieredStopAtLevel=1).

Marked as reviewed by phh (Reviewer).

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

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


More information about the hotspot-gc-dev mailing list