-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b27
-
Verified
ClassFile API ClassModel::verify accepts ClassHierarchyResolver as an optional argument and does not respect ClassFile.ClassHierarchyResolverOption of the actual context.
Parsing, building and transformation take options from the actual ClassFile context and verification should follow the same API pattern.
Parsing, building and transformation take options from the actual ClassFile context and verification should follow the same API pattern.
- csr for
-
JDK-8321327 ClassFile API ClassModel::verify is inconsistent with the rest of the API
- Closed