mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-26 10:58:58 +00:00
If method being parsed is named <clinit>, throw ClassFormatError if it is not void or has arguments, for class file version >= 51. Reviewed-by: acorn, lfoltan