-
Bug
-
Resolution: Fixed
-
P3
-
1.4.1
-
beta
-
generic
-
generic
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.
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.
- relates to
-
JDK-4679390 sun.misc.Unsafe needs to bind to new JVM native methods
-
- Resolved
-
-
JDK-4690509 Sybase Java Application startup time is SLOW in JDK 1.4 compared to JDK 1.3.1_02
-
- Closed
-
-
JDK-4616656 Need a more portable way to unsafely access fields in JDk 1.4
-
- Closed
-