-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206790 | 12 | Mandy Chung | P3 | Resolved | Fixed | team |
JDK-8206567 | 11.0.1 | Mandy Chung | P3 | Resolved | Fixed | b01 |
Class::getPackageName was added in JDK 9 for fast runtime package check and avoid the overhead of constructing Package objects.
jdk.internal.reflect.ReflectionFactory and a couple other classes in JDK can be updated to use Class::getPackageName.
jdk.internal.reflect.ReflectionFactory and a couple other classes in JDK can be updated to use Class::getPackageName.
- backported by
-
JDK-8206567 Replace use of Class::getPackage with Class::getPackageName
-
- Resolved
-
-
JDK-8206790 Replace use of Class::getPackage with Class::getPackageName
-
- Resolved
-