Re: RFR: JDK-8168108: lib/classlist should be packaged in java.base.jmod

2016-11-02 Thread Mandy Chung
> On Nov 2, 2016, at 9:55 AM, Erik Joelsson wrote: > > This patch changes how the dynamically generated lib/classlist is packaged. > We already create an interim-image from java.base and java.logging to > generate the classlist during the build. We then copy it into the jdk and jre > images u

RFR: JDK-8168108: lib/classlist should be packaged in java.base.jmod

2016-11-02 Thread Erik Joelsson
This patch changes how the dynamically generated lib/classlist is packaged. We already create an interim-image from java.base and java.logging to generate the classlist during the build. We then copy it into the jdk and jre images using makefile logic after jlinking those images. With this patc

Re: RFR: JDK-8063154: Checked in jvmti.h not in sync with generated jvmti.h

2016-11-02 Thread serguei.spit...@oracle.com
Hi Erik +1 to what Tim said. Thank you a lot for fixing this issue! Thanks, Serguei On 11/1/16 14:38, Tim Bell wrote: Erik: New webrev: http://cr.openjdk.java.net/~erikj/8063154/webrev.02/ I had not managed to revert all changes from another patch. /Erik On 2016-11-01 17:22, Erik Joelss

RE: Fix for JDK-8160146 : Resolve disabled GCC warning 'deprecated-declarations' for libawt_xawt

2016-11-02 Thread Ajit Ghaisas
Can I get another +1 for this fix? Regards, Ajit -Original Message- From: Erik Joelsson Sent: Thursday, October 27, 2016 3:30 PM To: Ajit Ghaisas; build-dev@openjdk.java.net; awt-...@openjdk.java.net Subject: Re: Fix for JDK-8160146 : Resolve disabled GCC warning 'deprecated-declaration