Hello,

please review my fix for the issue JDK-6726154: javadoc generated with incorrect version in comment

The problem is that in the build time we are using bootstrap JDK to run javadoc classes so it reads incorrect JDK version. In order to retain correct version i've changed makefiles/BuildLangtools.gmk to create resource bundle with the correct version information - the same way version is retained for javac or javap.

The fix can be found here: http://cr.openjdk.java.net/~kizune/6726154/webrev.00

Link to the bug description: https://bugs.openjdk.java.net/browse/JDK-6726154

/Alex

Reply via email to