Hello All,
Please review the following fix in JDK9 : Bug : https://bugs.openjdk.java.net/browse/JDK-8173064 Webrev : http://cr.openjdk.java.net/~jdv/8173064/webrev.00/ Html : http://cr.openjdk.java.net/~jdv/8173064/package.html Issue : There was extra <body> tag present in package.html which will cause problems in html documentation. Solution : Removed the extra <body> tag. Thanks, Jay