JDK 21 |
---|
21 b16Fixed |
Blocks :
|
|
Relates :
|
The ClassFileParser has ad-hoc hash tables for checking for duplicate names for fields, methods and interfaces. This code should be refactored into one function and use the ResourceHashtable instead. Wait for JDK-8292818 first.
|