-
Enhancement
-
Resolution: Unresolved
-
P4
-
24
-
None
-
Cause Known
The VM's creation of Method and Constructor already has superclass handling for AccessibleObject. When Executable was introduced in release 8, the VM side was not changed for ease of work. The move of these common fields to Executable may make the code in Method and Constructor much cleaner. In this process, we can probably drop the unused `slot` field as well.
- csr for
-
JDK-8336657 Remove abstract modifier on some Executable methods
- Closed
- relates to
-
JDK-7007535 (reflect) Please generalize Constructor and Method
- Closed
- links to
-
Review(master) openjdk/jdk/20188