mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-05 07:31:25 +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