Integrated: 8261391: ZGC crash - SEGV in RevokeOneBias::do_thread
Robbin Ehn
rehn at openjdk.java.net
Mon Feb 22 13:19:43 UTC 2021
On Mon, 15 Feb 2021 10:23:24 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> Handshakes may contain oop Handles from the requesting thread.
> A handshake may be executed by another thread than the requester.
> We must make sure any such Handle is safe to use by other threads before executing the handshake.
> This change-set adds SWS::start_process() for the requesting thread also (we already do this for the target JavaThread).
>
> Passes t1-5
This pull request has now been integrated.
Changeset: d7eebdac
Author: Robbin Ehn <rehn at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/d7eebdac
Stats: 31 lines in 1 file changed: 21 ins; 2 del; 8 mod
8261391: ZGC crash - SEGV in RevokeOneBias::do_thread
Reviewed-by: eosterlund, dcubed, dholmes
-------------
PR: https://git.openjdk.java.net/jdk/pull/2571
More information about the hotspot-runtime-dev
mailing list