-
Enhancement
-
Resolution: Fixed
-
P4
-
21, 22
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8318551 | 21.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b05 |
Some platforms put the fast locking implementation in the C2_MacroAssembler class, while others have it in the .ad files. I'd like to propose that we unify this a bit and move the code out of the .ad files.
The benefit is consistency between the platforms but also that it is easier to work with the C++ code when it is in plain C++ files and not in the .ad files.
This change affects AArch64 and RISC-V
The benefit is consistency between the platforms but also that it is easier to work with the C++ code when it is in plain C++ files and not in the .ad files.
This change affects AArch64 and RISC-V