Re: RFR: JDK-8066474: Remove the lib/$ARCH directory from Linux and Solaris images

2016-11-18 Thread Magnus Ihse Bursie
On 2016-11-18 16:30, Erik Joelsson wrote: Hello, Please review this change which removes the $ARCH sub directory in the lib directory of the runtime images, which is an outstanding issue from the new runtime images. Most of the changes are in the build, but there are some in hotspot and launc

Re: RFR: JDK-8066474: Remove the lib/$ARCH directory from Linux and Solaris images

2016-11-18 Thread Vladimir Kozlov
Finally! :) Hotspot changes looks fine to me. But you missed hotspot/make/hotspot.script file. Our colleges in RH and SAP should test these changes on their platforms. Next step would be removal of client/server sub-directories on platforms where we have only Server JVM (64-bit JDK has only

Re: RFR: JDK-8066474: Remove the lib/$ARCH directory from Linux and Solaris images

2016-11-18 Thread Tim Bell
Erik: Please review this change which removes the $ARCH sub directory in the lib directory of the runtime images, which is an outstanding issue from the new runtime images. Most of the changes are in the build, but there are some in hotspot and launcher source. I have verified -testset hotspot a

RFR: JDK-8066474: Remove the lib/$ARCH directory from Linux and Solaris images

2016-11-18 Thread Erik Joelsson
Hello, Please review this change which removes the $ARCH sub directory in the lib directory of the runtime images, which is an outstanding issue from the new runtime images. Most of the changes are in the build, but there are some in hotspot and launcher source. I have verified -testset hotsp

Re: RFR: JDK-8169860 Clean up and unify the refactored Javadoc generation

2016-11-18 Thread Erik Joelsson
Looks good to me. /Erik On 2016-11-17 10:27, Magnus Ihse Bursie wrote: This is a follow-up to JDK-8168772 . In that bug, the goal was to just refactor the generation, and keep output identical, by whatever means neccessary. This bug takes t