Integrated: 8299324: inline_native_setCurrentThread lacks GC barrier for Shenandoah
William Kemper
wkemper at openjdk.org
Mon Feb 6 19:57:00 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).
This pull request has now been integrated.
Changeset: 3ac2bedd
Author: William Kemper <wkemper at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3ac2beddbaa4e974f6d16d578505473a2e1d2a75
Stats: 5 lines in 1 file changed: 0 ins; 4 del; 1 mod
8299324: inline_native_setCurrentThread lacks GC barrier for Shenandoah
Reviewed-by: rkennke, phh
-------------
PR: https://git.openjdk.org/jdk/pull/12300
More information about the hotspot-gc-dev
mailing list