JDK-8239082 : Shenandoah: Consolidate C1 LRB and native barriers
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11-shenandoah,13,14,15
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2020-02-14
  • Updated: 2020-03-04
  • Resolved: 2020-02-14
Related Reports
Duplicate :  
Description
Currently, when emitting IN_NATIVE LRB in C1, we generate a simple runtime call directly in LIR. It'd be more straightforward and maintainable to simply re-use what we do for regular LRB, with the only exception to call into a different runtime endpoint from the stub.
Comments
I accidentally filed it 2x.
14-02-2020