JDK-8260408 : Shenandoah: adjust inline hints after JDK-8255019
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8-shenandoah,11.0.9,16,17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-01-26
  • Updated: 2021-02-01
  • Resolved: 2021-01-26
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 17
17 b07Fixed
Related Reports
Blocks :  
Relates :  
Description
I was following up on performance testing results for JDK-8260106, and realized that there are ShenandoahMarkContext::mark_strong called from mark_work_loop. It was supposed to be inlined. I believe it is a simple omission after JDK-8255019 moved mark_work_loop code to shenandoahMark.cpp.
Comments
Changeset: edd27074 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2021-01-26 13:04:38 +0000 URL: https://git.openjdk.java.net/jdk/commit/edd27074
26-01-2021