iklam [Thu, 21 Feb 2019 17:07:35 -0800] rev 53884
8218751: Do not store original classfiles inside the CDS archive
Summary: remove the OD shared region and decode classfiles on the fly
Reviewed-by: jiangli, ccheung, sspitsyn, redestad
jjg [Thu, 21 Feb 2019 17:50:27 -0800] rev 53883
8219558: jdk/javadoc tests fail with missing headings: h1
Reviewed-by: darcy
mikael [Thu, 21 Feb 2019 16:56:06 -0800] rev 53882
8214777: Avoid some GCC 8.X strncpy() errors in HotSpot
Reviewed-by: kbarrett, rehn
jjg [Thu, 21 Feb 2019 15:17:42 -0800] rev 53881
8216170: java.lang.IllegalArgumentException: directories not supported
Reviewed-by: hannesw
jjg [Thu, 21 Feb 2019 15:05:47 -0800] rev 53880
8219497: Unused parameter in HtmlDocletWriter::printHtmlDocument
Reviewed-by: hannesw
jjg [Thu, 21 Feb 2019 14:03:57 -0800] rev 53879
8215307: Pages do not have <h1>
Reviewed-by: hannesw
darcy [Thu, 21 Feb 2019 10:29:16 -0800] rev 53878
8219254: Update explicit uses of latest source/target in langtools tests to a property
8219256: Update javac diags tests to use properties
Reviewed-by: jjg, jlahoda, darcy, iignatyev
Contributed-by: joe.darcy@oracle.com, jonathan.gibbons@oracle.com
naoto [Thu, 21 Feb 2019 10:26:56 -0800] rev 53877
8218960: CONFIG level logging statements printed in CLDRCalendarDataProviderImpl.java even when default log Level is INFO
Reviewed-by: nishjain, rriggs
dfuchs [Thu, 21 Feb 2019 16:57:47 +0000] rev 53876
8216363: NullPointerException in java.util.logging.Handler#isLoggable
Summary: The implementation is changed to match the spec: isLoggable(null) returns false.
Reviewed-by: mchung, lancea
roland [Mon, 18 Feb 2019 17:41:31 +0100] rev 53875
8219335: "failed: unexpected type" assert failure in ConnectionGraph::split_unique_types() with unsafe accesses
Reviewed-by: thartmann, kvn