mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-27 12:52:31 +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