[9] RFR(S) 8175052: [AOT] jaotc does not accept file name with .class

Igor Veresov igor.veresov at oracle.com
Sat Feb 18 04:36:43 UTC 2017


Looks good.

igor

> On Feb 17, 2017, at 2:01 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
> 
> https://bugs.openjdk.java.net/browse/JDK-8175052
> 
> http://cr.openjdk.java.net/~kvn/8175052/webrev/
> 
> After 8169588 change jaotc stop accepting file.class names. Add back such ability.
> Print stack trace for "not found" error only with --info flag.
> Also changed error message to be less confusing. Instead of:
> 
> Error: Failed to find: unknown:my.class
> Error: Failed to find: classname:my.class
> 
> output:
> Error: Failed to find file: my.class
> 
> when --class-name flag is used:
> Error: Failed to find class file: my.class
> 
> Thanks,
> Vladimir



More information about the hotspot-compiler-dev mailing list