-
Enhancement
-
Resolution: Fixed
-
P4
-
15
-
b27
After the Sealed classes are introduced the jvmtiRedefineClasses.cpp has three functions that check the same:
check_nest_attributes
check_record_attributes
check_permitted_subclasses_attribute
We should refactor it to have just one implementation for this check.
check_nest_attributes
check_record_attributes
check_permitted_subclasses_attribute
We should refactor it to have just one implementation for this check.
- relates to
-
JDK-8245854 JVM TI Specification for sealed classes
- Resolved