JDK-8273489 : Zero: Handle UseHeavyMonitors on all monitorenter paths
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11,17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-09-08
  • Updated: 2021-09-13
  • Resolved: 2021-09-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 18
18 masterFixed
Related Reports
Relates :  
Description
While fixing JDK-8273486, I noticed there is one place where we do not call VM slowpath when UseHeavyMonitors are requested. That place is ZeroInterpreter::native_entry. We should probably implement UseHeavyMonitors check on those paths.
Comments
Changeset: e3bda63c Author: Aleksey Shipilev <shade@openjdk.org> Date: 2021-09-09 17:19:14 +0000 URL: https://git.openjdk.java.net/jdk/commit/e3bda63ce29bac0eaea520d42f4927dda77f83f2
09-09-2021