mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-11 03:04:04 +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