Re: RFR: 8164858: Enable build-time use of java.lang.invoke resolve tracing

2016-08-31 Thread Vladimir Ivanov
Reviewed. Best regards, Vladimir Ivanov On 8/29/16 9:10 PM, Claes Redestad wrote: Hi, this patch adds generation of a trace of resolved java.lang.invoke classes when generating the classlist, and uses this trace as input when linking the runtime images. Bug: https://bugs.openjdk.java.net/brow

Re: RFR: 8164858: Enable build-time use of java.lang.invoke resolve tracing

2016-08-31 Thread Claes Redestad
Thanks! Can I get a review of the plugin changes? Mostly ensuring we generate methods in a deterministic order (and weed out duplicates early). /Claes On 2016-08-30 10:20, Erik Joelsson wrote: Build changes look good. /Erik On 2016-08-29 20:10, Claes Redestad wrote: Hi, this patch adds ge

Re: RFR: 8164858: Enable build-time use of java.lang.invoke resolve tracing

2016-08-30 Thread Erik Joelsson
Build changes look good. /Erik On 2016-08-29 20:10, Claes Redestad wrote: Hi, this patch adds generation of a trace of resolved java.lang.invoke classes when generating the classlist, and uses this trace as input when linking the runtime images. Bug: https://bugs.openjdk.java.net/browse/JDK-

RFR: 8164858: Enable build-time use of java.lang.invoke resolve tracing

2016-08-29 Thread Claes Redestad
Hi, this patch adds generation of a trace of resolved java.lang.invoke classes when generating the classlist, and uses this trace as input when linking the runtime images. Bug: https://bugs.openjdk.java.net/browse/JDK-8164858 Webrevs: http://cr.openjdk.java.net/~redestad/8164858/top.01/ http://