dbuck [Wed, 05 Nov 2014 23:37:17 -0800] rev 27476
8058715: stability issues when being launched as an embedded JVM via JNI
Summary: Use mmap call without MAP_FIXED so we avoid corrupting already allocated memory
Reviewed-by: coleenp, dsimms
anoll [Thu, 06 Nov 2014 07:27:25 +0100] rev 27475
8062735: CodeCacheSweeperThread missing from SA
Summary: Make SA aware of the code cache sweeper thread
Reviewed-by: kvn, coleenp, sspitsyn
jiangli [Thu, 06 Nov 2014 01:31:31 +0000] rev 27474
Merge
cjplummer [Wed, 05 Nov 2014 13:00:59 -0800] rev 27473
8043770: File leak in MemNotifyThread::start() in hotspot.src.os.linux.vm.os_linux.cpp
Summary: Fixed by removing all code related to LowMemoryProtection, which removed offending code.
Reviewed-by: dholmes, minqi
coleenp [Thu, 06 Nov 2014 00:01:33 +0000] rev 27472
Merge
goetz [Wed, 29 Oct 2014 10:13:24 +0100] rev 27471
8062370: Various minor code improvements
Summary: A lot of fixes useful to improve the code quality.
Reviewed-by: coleenp, dholmes
gtriantafill [Wed, 05 Nov 2014 08:22:17 -0800] rev 27470
8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
Reviewed-by: ctornqvi, coleenp
ctornqvi [Wed, 05 Nov 2014 13:20:09 -0800] rev 27469
8058251: assert(_count > 0) failed: Negative counter when running runtime/NMT/MallocTrackingVerify.java
Summary: Fixed an issue when overflowing the MallocSite hash table bucket
Reviewed-by: coleenp, gtriantafill
ctornqvi [Wed, 05 Nov 2014 13:18:51 -0800] rev 27468
8061733: [TESTBUG] Exclude tests that have issues with Jigsaw M2 changes
Summary: [TESTBUG] Exclude tests that have issues with Jigsaw M2 changes
Reviewed-by: lfoltan, gtriantafill
ctornqvi [Mon, 03 Nov 2014 11:34:13 -0800] rev 27467
8059803: Update use of GetVersionEx to get correct Windows version in hs_err files
Summary: Update use of GetVersionEx to get correct Windows version in hs_err files
Reviewed-by: dcubed, gtriantafill
jbachorik [Mon, 03 Nov 2014 11:19:43 +0100] rev 27466
8061616: HotspotDiagnosticMXBean.getVMOption() throws IllegalArgumentException for flags of type double
Reviewed-by: mchung, sla
dcubed [Fri, 31 Oct 2014 18:18:58 +0000] rev 27465
Merge
dcubed [Fri, 31 Oct 2014 10:15:29 -0700] rev 27464
Merge
dbuck [Fri, 31 Oct 2014 09:37:17 -0700] rev 27463
8060169: Update the Crash Reporting URL in the Java crash log
Summary: Update the URL for HotSpot bug reports.
Reviewed-by: dcubed, rdurbin
vkempik [Tue, 28 Oct 2014 18:41:34 +0400] rev 27462
8059216: Make PrintGCApplicationStoppedTime print information about stopping threads
Reviewed-by: dholmes, brutisso
coleenp [Thu, 30 Oct 2014 18:38:42 -0400] rev 27461
8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop
Summary: Stop allocating compiler profiling metadata when metaspace is full.
Reviewed-by: kvn, anoll