See discussion in https://github.com/openjdk/jdk/pull/26908
jfieldIDWorkaround uses Klass* extensively, but it seems like some of those can be changed to InstanceKlass* to avoid explicit calls to InstanceKlass::cast().
jfieldIDWorkaround uses Klass* extensively, but it seems like some of those can be changed to InstanceKlass* to avoid explicit calls to InstanceKlass::cast().
- relates to
-
JDK-8366024 Remove unnecessary InstanceKlass::cast()
-
- Resolved
-