JDK-7034513 : enable fast accessors and empty methods for ZERO and -Xint
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs21
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: x86
  • Submitted: 2011-04-06
  • Updated: 2011-05-04
  • Resolved: 2011-04-24
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 7 Other
7Fixed hs21Fixed
Related Reports
Relates :  
Description
The fix for 6385687 unconditionally turned off UseFastEmptyMethods/UseFastAccessorMethods but they should be on for ZERO and -Xint mode.

Comments
EVALUATION 7034513: enable fast accessors and empty methods for ZERO and -Xint Reviewed-by: kvn, iveresov The fix for 6385687 unconditionally turned off UseFastEmptyMethods/UseFastAccessorMethods but they should be on for ZERO and -Xint mode. It was easier to revert the defaults to on and turn them off for when the compiler is being used.
07-04-2011

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/98c560260039
07-04-2011