Review request JDK-8015912: jdeps support to output in dot file format (original) (raw)

Paul Sandoz paul.sandoz at oracle.com
Wed Jun 12 11:19:06 UTC 2013


On Jun 12, 2013, at 1:16 PM, Alan Bateman <Alan.Bateman at oracle.com> wrote:

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 profiles = new TreeSet((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.

Drat, i thought there might be a restriction on such code due to that.

Paul.



More information about the core-libs-dev mailing list