part fix for Bug 526038: [9] Update migration guide for Java 9
diff --git a/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_codeformatter.htm b/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_codeformatter.htm
index c2d5e85..aa268b5 100644
--- a/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_codeformatter.htm
+++ b/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_codeformatter.htm
@@ -3,7 +3,7 @@
 <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
   <head>
     <meta name="copyright" content=
-    "Copyright (c) IBM Corporation and others 2000, 2015. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
+    "Copyright (c) IBM Corporation and others 2000, 2017. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
     <meta http-equiv="Content-Type" content=
     "text/html; charset=utf-8" />
     <meta http-equiv="Content-Style-Type" content="text/css" />
@@ -137,6 +137,11 @@
         "../reference/api/org/eclipse/jdt/core/JavaCore.html#VERSION_1_8">
         JavaCore.VERSION_1_8</a></b>
       </li>
+	 <li>
+        <b><a href=
+        "../reference/api/org/eclipse/jdt/core/JavaCore.html#VERSION_1_8">
+        JavaCore.VERSION_9</a></b>
+      </li>
     </ul>
     <p>
       If you want to modify the default maps, it is recommended
diff --git a/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm b/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm
index 48a1dda..adfae57 100644
--- a/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm
+++ b/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm
@@ -257,7 +257,7 @@
 "../reference/api/org/eclipse/jdt/core/JavaCore.html#COMPILER_COMPLIANCE">COMPILER_COMPLIANCE</a></b>)</td>
 </tr>
 <tr valign="top">
-<td rowspan="6">Select the compliance level for the compiler, which will then behave according to
+<td rowspan="7">Select the compliance level for the compiler, which will then behave according to
 the said level of the reference specification.<br />
 The compliance, source and target levels must satisfy a set of constraints summarized in a <a href=
 "#compatibility"><b>compatibility table</b></a> below.</td>
diff --git a/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_search.htm b/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_search.htm
index 70f0b0d..2130320 100644
--- a/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_search.htm
+++ b/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_search.htm
@@ -58,6 +58,8 @@
 <li>Interface implementors</li>
 <li>Field references</li>
 <li>Field write accesses</li>
+<li>Module declarations</li>
+<li>Module references</li>
 
 <li>Field read accesses</li>
 <li>Method (and constructor) references</li>