RFR: 8039305: [javadoc] broken link in jdk/api/javadoc/taglet/com/sun/tools/doclets/Taglet.html

2016-08-01 Thread Kumar Srinivasan
Hello, Please review: http://cr.openjdk.java.net/~ksrini/8039305/webrev.00/ Fix for: https://bugs.openjdk.java.net/browse/JDK-8159305 This was reported as a broken link, but the fix is to make the Taglet API bundle "whole", in that, keep all the supporting files needed by the API bundle, and n

Re: make target for javadoc for a module?

2016-08-01 Thread Erik Joelsson
Hello Max, The "clean-java.security.sasl-docs" is actually a mistake and AFAIK does not do anything useful. The javadoc building is not modularized (yet) so the build cannot run javadoc only for a particular module. The most fine granular you can get currently is docs-javadoc which builds all

Re: PING: [8u112] Request for review & approval for CR8151841: Build needs additional flags to compile with GCC 6

2016-08-01 Thread Erik Joelsson
Looks good now, thanks! Sorry for not answering earlier. I just got back from vacation. /Erik On 2016-07-15 17:22, Andrew Hughes wrote: Ping? - Original Message - - Original Message - Hello, It looks like TOOLCHAIN_CXX_COMPILER_CHECK_ARGUMENTS is always returning yes and TO

Re: Enable hotspot builds for 4.x Linux kernels.

2016-08-01 Thread Erik Joelsson
It seems you are trying to build jdk8 instead of jdk8u. The jdk8/jdk8 forest represents the source at the point when jdk8 was released. All updates are done in jdk8u/jdk8u, where this fix is present. /Erik On 2016-07-11 10:10, Jeremy Whiting wrote: Hi, Last week I started the process to bui