Re: RFR: 8151351: HotSpot build process should regard --with-native-debug-symbols.

2016-03-07 Thread Yasumasa Suenaga
Hi David, Does "new hotspot build" mean JEP 284? If it so and this issue does not occur on JEP 284, I will close this issue. Thanks, Yasumasa 2016/03/07 16:57 "David Holmes" : > Hi Yasumasa, > > On 7/03/2016 1:38 PM, Yasumasa Suenaga wrote: > > Hi all, > > > > When I build fastdebug JDK (--enab

Re: RFR: 8151351: HotSpot build process should regard --with-native-debug-symbols.

2016-03-07 Thread Erik Joelsson
Hello Yasumasa, Yes, it is indeed JEP 284 and I have verified that the new build there works as expected with the "internal" setting. If you like, you can take it for a spin yourself by cloning http://hg.openjdk.java.net/build-infra/jdk9. It should be in a pretty good shape right now on Linu

Re: RFR: 8151351: HotSpot build process should regard --with-native-debug-symbols.

2016-03-07 Thread Yasumasa Suenaga
Hi Erik, If you like, you can take it for a spin yourself by cloning http://hg.openjdk.java.net/build-infra/jdk9. It should be in a pretty good shape right now on Linux. Thanks! It looks good to me. BTW, Does build-infra use hotspot/make/linux/makefiles/vm.make ? vm.make have a bug in this

Re: RFR: 8151351: HotSpot build process should regard --with-native-debug-symbols.

2016-03-07 Thread Erik Joelsson
Hello Yasumasa, In build-infra, we still have the old Hotspot build present for reference in hotspot/make. The new build currently resides in hotspot/makefiles. Basically no files in hotspot/make are used by the new build. After we switch in JDK 9, we will have both build systems available fo

Re: RFR: 8151351: HotSpot build process should regard --with-native-debug-symbols.

2016-03-07 Thread Yasumasa Suenaga
Thanks Erik, I understood. I closed this issue with Won't Fix. Yasumasa On 2016/03/07 23:36, Erik Joelsson wrote: Hello Yasumasa, In build-infra, we still have the old Hotspot build present for reference in hotspot/make. The new build currently resides in hotspot/makefiles. Basically no fi

Re: [9-dev] RfR: JDK-8132743: Move netscape.javascript package from jdk.plugin to new module

2016-03-07 Thread Kevin Rushforth
Dave, Just to tie up the loose end about the default JSObject constructor: No it cannot be package private. JavaFX WebView extends this class. -- Kevin Alan Bateman wrote: On 05/03/2016 18:54, David DeHaven wrote: I've updated the webrev, hopefully one last time with feedback from Joe Da

Re: problems with freetype.dll, jdk 8 and windows

2016-03-07 Thread Hendrik Schreiber
>> >> Is there any other, easy recommended way how to deal with this on for 8u. >> I’d like to avoid having to deal at all with JDK9 at this point. Perhaps >> someone has a correctly built 32 bit dll lying around...? > > You can just clone jdk9 and use the --with-freetype-src to have the config

Re: problems with freetype.dll, jdk 8 and windows

2016-03-07 Thread Hendrik Schreiber
>> >> BTW—Something that puzzles me but probably has a straight forward >> explanation: Why is there no freetype.dll in the pre-built JDKs (either 8 or >> 9)? Shouldn’t that be in there somewhere? I was thinking that would be a >> great source for a correctly built binary lib.. > > If by "pre-

Re: problems with freetype.dll, jdk 8 and windows

2016-03-07 Thread Phil Race
On 03/07/2016 08:11 AM, Hendrik Schreiber wrote: - System Setup: freetype is listed as a requirement for Linux and Solaris. But not for Windows. I don't think that is completely accurate. There is some additional mention in Unix sections regarding what to install to make your life easier, but

Re: [9-dev] RfR: JDK-8132743: Move netscape.javascript package from jdk.plugin to new module

2016-03-07 Thread David DeHaven
>> I've updated the webrev, hopefully one last time with feedback from Joe >> Darcy. >> http://cr.openjdk.java.net/~ddehaven/8132743/webrev.2/ >> >> - Relocated package Javadoc to above the package declaration in >> package-info.java >> - Reworded the Javadoc on the default JSObject ctor >> >>

Re: problems with freetype.dll, jdk 8 and windows

2016-03-07 Thread Hendrik Schreiber
> On Mar 7, 2016, at 17:50, Phil Race wrote: > > On 03/07/2016 08:11 AM, Hendrik Schreiber wrote: >> - System Setup: freetype is listed as a requirement for Linux and Solaris. >> But not for Windows. > > I don't think that is completely accurate. What I meant to point out is, that the README