jcbeyler [Fri, 16 Nov 2018 19:27:21 -0800] rev 52597
8212931: HeapMonitorStatIntervalTest.java fails due average calculation
Summary: Added a method to get the actual size
Reviewed-by: amenkov, sspitsyn
ccheung [Fri, 16 Nov 2018 16:10:25 -0800] rev 52596
8201375: Add the AllowArchivingWithJavaAgent diagnostic vm option to allow the use of the -javaagent option during CDS dumping
Summary: Allow Java agent during CDS dumping if the AllowArchivingWithJavaAgent dignostic option is specified.
Reviewed-by: iklam, jiangli, sspitsyn, dcubed
redestad [Fri, 16 Nov 2018 23:39:51 +0100] rev 52595
8061281: Microbenchmark suite build support, directory layout and sample benchmarks
8061282: Migrate jmh-jdk-microbenchmarks into the JDK
Reviewed-by: ecaspole, mchung, erikj, ihse
Contributed-by: magnus.ihse.bursie@oracle.com, erik.joelsson@oracle.com, claes.redestad@oracle.com, sfriberg@kth.se
jiangli [Fri, 16 Nov 2018 13:23:50 -0500] rev 52594
8213898: CDS dumping of springboot asserts in G1ArchiveAllocator::alloc_new_region
Summary: HeapRegionManager::find_highest_free needs to check if the region obtained from the HeapRegionManager::_regions is available.
Reviewed-by: tschatzl, sjohanss
erikj [Fri, 16 Nov 2018 09:49:05 -0800] rev 52593
8214003: Limit default test jobs based on memory size
Reviewed-by: shade, tbell
dlong [Fri, 16 Nov 2018 09:35:39 -0800] rev 52592
8213959: add org.graalvm.compiler.replacements.test.StringCompressInflateTest to graal problem list
Reviewed-by: thartmann, kvn
bulasevich [Fri, 16 Nov 2018 19:30:11 +0300] rev 52591
8213947: ARM32: failed check_simd should set UsePopCountInstruction to false
Reviewed-by: kvn
bulasevich [Fri, 16 Nov 2018 19:29:40 +0300] rev 52590
8213794: ARM32: disable TypeProfiling, CriticalJNINatives, Serviceablity tests for ARM32
Reviewed-by: dholmes
bulasevich [Fri, 16 Nov 2018 19:29:20 +0300] rev 52589
8213410: UseCompressedOops requirement check fails fails on 32-bit system
Reviewed-by: dholmes
erikj [Fri, 16 Nov 2018 08:25:46 -0800] rev 52588
8213906: Update arm devkits with libXrandr headers
Reviewed-by: tbell, prr
coleenp [Fri, 16 Nov 2018 10:54:04 -0500] rev 52587
8213092: Add more runtime locks for concurrent class unloading
Summary: Add locks for calling CLDG::purge concurrently as well and for calling SystemDictionary::do_unloading concurrently.
Reviewed-by: eosterlund, hseigel
coleenp [Fri, 16 Nov 2018 07:30:40 -0500] rev 52586
8213751: ClassLoaderDataGraph::cld_do() should sometimes require CLDG_lock
Summary: Add version of loaded_cld_do for runtime calls.
Reviewed-by: eosterlund, rehn
mbaesken [Thu, 15 Nov 2018 17:08:59 +0100] rev 52585
8211326: add OS user related information to hs_err file
Reviewed-by: dholmes, stuefe
dzhou [Thu, 15 Nov 2018 21:53:30 -0800] rev 52584
8210408: Refactor java.util.ResourceBundle:i18n shell tests to plain java tests
Reviewed-by: naoto
jcm [Thu, 15 Nov 2018 21:26:35 -0800] rev 52583
8212779: ADL Parser does not check allocation return values in all cases
Summary: made to fail gracefully in case of malloc failure.
Reviewed-by: kvn
kbarrett [Thu, 15 Nov 2018 19:59:10 -0500] rev 52582
8213352: Separate BufferNode allocation from PtrQueueSet
Summary: Move free-list management and allocation to new class.
Reviewed-by: tschatzl, sjohanss