commit | e5f917fd1cfcb33ba0bce1e7193421ca2de3b446 | [log] [tgz] |
---|---|---|
author | Shafi Ahmad <shshahma@openjdk.org> | Thu Apr 20 04:53:33 2017 -0400 |
committer | Shafi Ahmad <shshahma@openjdk.org> | Thu Apr 20 04:53:33 2017 -0400 |
tree | ea034415c645489ab5b0e3e7f83459b0485597f0 | |
parent | dba7df7c4687bc6ad6ab5e607716760823cbc4d5 [diff] |
8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field Added code to emit name and signature of duplicate field in java.lang.ClassFormatError exception message Reviewed-by: dholmes, coleenp