-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 21, 25
-
Component/s: hotspot
-
b19
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8372936 | 21.0.10 | Radim Vansa | P3 | Resolved | Fixed | b05 |
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
- backported by
-
JDK-8372936 Eliminate double iteration of stream in FieldDescriptor reinitialization
-
- Resolved
-
- relates to
-
JDK-8352075 Perf regression accessing fields
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk21u-dev/39fbe38e
-
Commit(master)
openjdk/jdk/f169fc5a
-
Review(master)
openjdk/jdk21u-dev/2010
-
Review(master)
openjdk/jdk/24290
(1 links to)