JDK-8201394 : Update java.se module summary to reflect removal of java.se.ee module
  • Type: Bug
  • Component: core-libs
  • Affected Version: 11
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2018-04-10
  • Updated: 2018-08-11
  • Resolved: 2018-08-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12
11 b26Fixed 12Fixed
Related Reports
CSR :  
Relates :  
Description
Now that the java.se.ee module has been removed, we should update the summary of the java.se module to reflect the fact that it is teh embodiment of the SE API:

 diff -r 755e1b55a4df src/java.se/share/classes/module-info.java
--- a/src/java.se/share/classes/module-info.java        Wed Apr 04 14:09:31 2018 -0700
+++ b/src/java.se/share/classes/module-info.java        Tue Apr 10 13:37:06 2018 -0700
@@ -24,7 +24,7 @@
  */

 /**
- * Defines the core Java SE API.
+ * Defines the API of the Java SE Platform.