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