Review request JDK-8015912: jdeps support to output in dot file format

Alan Bateman Alan.Bateman at oracle.com
Wed Jun 12 11:16:59 UTC 2013


On 12/06/2013 11:48, Paul Sandoz wrote:
> :
>
> You might be able to use a lambda expression when creating the comparator for the TreeSet:
>
>    Set<Profile>  profiles = new TreeSet<Profile>((p1, p2) ->  { ... });
>
> I realize that is just for debugging so it's not really important, but i have lambda goggles on so cannot help it :-)
>
That would be nice but as jdeps is in the langtools repository so I 
assume it is compiled by the boot JDK.

-Alan.



More information about the core-libs-dev mailing list