-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 21, 25
-
Component/s: hotspot
-
b19
This is a partial fix for performance regression covered in JDK-8352075
Since FieldDescriptor::reinitialize() looks up FieldInfo calling InstanceKlass::field(int). AfterJDK-8292818 this requires an iteration through all class fields while the information is in many cases readily available.
Since FieldDescriptor::reinitialize() looks up FieldInfo calling InstanceKlass::field(int). After
- relates to
-
JDK-8352075 Perf regression accessing fields
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/f169fc5a
-
Review(master)
openjdk/jdk21u-dev/2010
-
Review(master)
openjdk/jdk/24290