-
Enhancement
-
Resolution: Fixed
-
P4
-
21.0.2, 22, 23
-
b09
This is follow-up for JDK-8317692
Heap walking functions use FilteredFieldStream from reflectionUtils.hpp which iterates fields in the reverse order and is known to be performance ineffective (seeJDK-8317692 for details).
FilteredFieldStream/FieldStream should be dropped to avoid usage in the future
Heap walking functions use FilteredFieldStream from reflectionUtils.hpp which iterates fields in the reverse order and is known to be performance ineffective (see
FilteredFieldStream/FieldStream should be dropped to avoid usage in the future
- is blocked by
-
JDK-8317636 Improve heap walking API tests to verify correctness of field indexes
-
- Resolved
-