hg: jdk/jdk: 8230594: Allow direct handshakes without VMThread intervention

patricio.chilano.mateo at oracle.com patricio.chilano.mateo at oracle.com
Wed Jan 22 16:52:41 UTC 2020


Changeset: e2bc57500c1b
Author:    pchilanomate
Date:      2020-01-22 16:46 +0000
URL:       https://hg.openjdk.java.net/jdk/jdk/rev/e2bc57500c1b

8230594: Allow direct handshakes without VMThread intervention
Summary: Introduce direct handshakes and enable it for biased locking revocations.
Reviewed-by: dholmes, dcubed, coleenp, rehn

! src/hotspot/share/runtime/biasedLocking.cpp
! src/hotspot/share/runtime/handshake.cpp
! src/hotspot/share/runtime/handshake.hpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/safepoint.cpp
! src/hotspot/share/runtime/safepointMechanism.inline.hpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/thread.hpp
+ test/hotspot/jtreg/runtime/handshake/HandshakeDirectTest.java



More information about the jdk-all-changes mailing list