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
coleenp [Thu, 21 Feb 2019 09:21:21 -0500] rev 53874
8153413: Exceptions::_throw always logs exceptions, penalizing performance
Summary: construct exception string into Event message directly add if (log_is_enabled) for logging.
Reviewed-by: ysuenaga, dholmes
shade [Thu, 21 Feb 2019 15:52:42 +0100] rev 53873
8219524: Shenandoah misreports "committed" size in MemoryMXBean
Reviewed-by: rkennke, zgu
jwilhelm [Thu, 21 Feb 2019 14:16:44 +0100] rev 53872
Merge
jwilhelm [Thu, 21 Feb 2019 01:04:46 +0100] rev 53871
Added tag jdk-12+33 for changeset b67884871b5f
ysuenaga [Thu, 21 Feb 2019 21:02:39 +0900] rev 53870
8219414: SA: jhsdb jsnap throws UnmappedAddressException with core generated by gcore
Reviewed-by: cjplummer, jgeorge
gadams [Thu, 21 Feb 2019 05:06:41 -0500] rev 53869
8219388: Misleading log message "issuspended002a debuggee launched"
Reviewed-by: cjplummer, phh
rkennke [Thu, 21 Feb 2019 09:48:07 +0100] rev 53868
8219486: Missing reg_mask_init() breaks x86_32 build
Reviewed-by: vlivanov, dlong