JDK-8033805 : Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2014-02-06
  • Updated: 2014-11-05
  • Resolved: 2014-02-25
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 8 JDK 9
8u20Fixed 9 b04Fixed
Related Reports
Blocks :  
Relates :  
Description
Fast_Lock/Fast_Unlock code is duplicated in x86_64.ad and x86_32.ad. It should be moved into macroAssembler_x86.cpp to avoid duplication. Use #ifdef _LP64 if needed for parts of code.

Comments
nore-cleanup: code moved from one place to an other, no new code added.
13-03-2014