Re: [9] Review Request: 7179078 Remove @beaninfo processing from the makefiles

2016-03-29 Thread Erik Joelsson
Looks good, nice cleanup! /Erik On 2016-03-25 18:37, Sergey Bylokhov wrote: Hello, Please review the fix for jdk9. Before the JEP 256 [1], we generated beanInfo classes + copied some other resources during the build. After the jep was integrated these files became obsolete and can be removed

Re: [9] Review Request: 7179078 Remove @beaninfo processing from the makefiles

2016-03-29 Thread Alexander Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 25/03/16 21:37, Sergey Bylokhov wrote: Hello, Please review the fix for jdk9. Before the JEP 256 [1], we generated beanInfo classes + copied some other resources during the build. After the jep was integrated these files became obsolete and can

RFR: JDK-8152959: Build crashes in jdk9-hs-comp on Linux with gnumake 3.81

2016-03-29 Thread Erik Joelsson
Hello, The VarHandles change introduced a new gensrc step that crashes when using gnumake 3.81. Newer versions of make seem to handle the construct in that file. I have found a way to express the makefile, which is a bit more correct, and doesn't crash. The relevant part of the change is the

Re: RFR: JDK-8152959: Build crashes in jdk9-hs-comp on Linux with gnumake 3.81

2016-03-29 Thread Tim Bell
Erik: The VarHandles change introduced a new gensrc step that crashes when using gnumake 3.81. Newer versions of make seem to handle the construct in that file. I have found a way to express the makefile, which is a bit more correct, and doesn't crash. The relevant part of the change is the

Re: Provide zipped javadoc archive from make

2016-03-29 Thread Jiri Vanek
Hello Again! Sorry for delay in reply. There is webrev https://jvanek.fedorapeople.org/oracle/jdk8/webrevs/zip-javadocs/v1/ https://jvanek.fedorapeople.org/oracle/jdk8/webrevs/zip-javadocs/v1/webrev.zip with patch as was (moreover) agreed in this thread for *jdk8* As I was studying the makefi

Re: RFR: JDK-8152959: Build crashes in jdk9-hs-comp on Linux with gnumake 3.81

2016-03-29 Thread Chris Plummer
Hi Erik, I can confirm that this fixes the issue I was seeing. thanks, Chris On 3/29/16 6:14 AM, Erik Joelsson wrote: Hello, The VarHandles change introduced a new gensrc step that crashes when using gnumake 3.81. Newer versions of make seem to handle the construct in that file. I have fou