bulasevich [Fri, 22 Feb 2019 17:30:07 +0300] rev 53897
8217647: JFR: recordings on 32-bit systems unreadable
Reviewed-by: egahlin
Contributed-by: boris.ulasevich@bell-sw.com, markus.gronlund@oracle.com
pmuthuswamy [Fri, 22 Feb 2019 19:58:22 +0530] rev 53896
8219575: jdk/javadoc/tool/removeOldDoclet/RemoveOldDoclet test fails in mach5
Reviewed-by: hannesw
rehn [Fri, 22 Feb 2019 14:20:06 +0100] rev 53895
8219436: Safepoint logs correction and misc
Reviewed-by: mdoerr, coleenp
stefank [Thu, 21 Feb 2019 14:24:44 +0100] rev 53894
8219469: ZGC: Extract functions out from ZNMethodTable into new ZNMethod class
Reviewed-by: pliden
stefank [Wed, 20 Feb 2019 12:04:12 +0100] rev 53893
8219468: ZGC: Extract iteration functionality into a new ZNMethodTableIteration class
Reviewed-by: pliden
stefank [Wed, 20 Feb 2019 11:42:49 +0100] rev 53892
8219467: ZGC: Move ZNMethodData to its own file
Reviewed-by: pliden
stefank [Wed, 20 Feb 2019 11:39:36 +0100] rev 53891
8219466: ZGC: Extract allocation functionality into a new ZNMethodAllocator class
Reviewed-by: pliden
stefank [Wed, 20 Feb 2019 10:47:03 +0100] rev 53890
8219464: ZGC: Move nmethod oop properties from ZNMethodTableEntry to ZNMethodData
Reviewed-by: pliden
stefank [Thu, 21 Feb 2019 13:20:34 +0100] rev 53889
8219573: Add NMethodClosure
Reviewed-by: pliden, eosterlund
stefank [Wed, 20 Feb 2019 10:46:39 +0100] rev 53888
8219463: ZGC: Remove redundant ZNMethodTable::_iter_lock
Reviewed-by: pliden
stefank [Tue, 19 Feb 2019 13:47:45 +0100] rev 53887
8219462: ZGC: Use wait/notify in ZNMethodTable
Reviewed-by: pliden
redestad [Fri, 22 Feb 2019 09:23:37 +0100] rev 53886
8219247: Enable inlining of newly introduced PlatformMonitor methods
Reviewed-by: dholmes, rehn
pmuthuswamy [Fri, 22 Feb 2019 11:10:55 +0530] rev 53885
8215584: Remove support for the "old" doclet API in com/sun/javadoc
Reviewed-by: jjg, hannesw
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
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