JDK-4693297 : Performance regression in sun.misc.Unsafe 64-bit restructuring
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.4.1
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2002-05-29
  • Updated: 2012-10-08
  • Resolved: 2002-05-30
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.
Other
1.4.1 betaFixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The fixes for 4679390 and 4616656 included a respecification of
Unsafe.staticFieldBase(Class) in terms of Unsafe.staticFieldBase(Field). This
accidentally introduced a performance regression in the reflection
implementation (sun.reflect.UnsafeFieldAccessorImpl), which uses the first
variant but which could just as easily use the second.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: hopper-beta FIXED IN: hopper-beta INTEGRATED IN: hopper-beta
14-06-2004

EVALUATION This is a one-line fix and has been approved for 1.4.1. ###@###.### 2002-05-29
29-05-2002