Review Request JDK-8176333: jdeps error message should include a proper MR jar file name

Lance @ Oracle lance.andersen at oracle.com
Wed Mar 8 02:03:11 UTC 2017


+1


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive
Burlington, MA 01803
Lance.Andersen at oracle.com
Sent from my iPad

> On Mar 7, 2017, at 8:45 PM, Mandy Chung <mandy.chung at oracle.com> wrote:
> 
> http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8176333/webrev.00/
> 
> This is a simple fix to jdeps to print the MR JAR file name in the error message.  The existing implementation icorrectly casts String[] as an Object that leads to print String[].toString() instead of the filename.
> 
> Mandy


More information about the core-libs-dev mailing list