Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8237756: Backout: JDK-8230594: Allow direct handshakes without VMThre…
…ad intervention Backout JDK-8230594 Reviewed-by: coleenp, dcubed
- Loading branch information
Showing
with
158 additions
and 343 deletions.
- +6 −7 src/hotspot/share/runtime/biasedLocking.cpp
- +101 −162 src/hotspot/share/runtime/handshake.cpp
- +24 −32 src/hotspot/share/runtime/handshake.hpp
- +2 −2 src/hotspot/share/runtime/mutexLocker.cpp
- +4 −1 src/hotspot/share/runtime/safepoint.cpp
- +14 −1 src/hotspot/share/runtime/safepointMechanism.inline.hpp
- +0 −1 src/hotspot/share/runtime/thread.cpp
- +7 −7 src/hotspot/share/runtime/thread.hpp
- +0 −130 test/hotspot/jtreg/runtime/handshake/HandshakeDirectTest.java
Oops, something went wrong.