JDK-8004250 : replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-11-30
  • Updated: 2013-04-30
  • Resolved: 2012-12-21
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 Other
8Fixed hs25Fixed
Related Reports
Relates :  
Relates :  
Description
It's confusing to have multiple functions that do the same thing.  And emit_long is not a good name.