iignatyev [Sat, 08 Nov 2014 16:00:27 +0300] rev 27640
8062011: JT_HS/compiler/7068051 uses jre/lib/javaws.jar
Reviewed-by: kvn, iignatyev
Contributed-by: tatiana.pivovarova@oracle.com
drchase [Fri, 07 Nov 2014 13:58:52 -0500] rev 27639
Merge
mdoerr [Wed, 05 Nov 2014 16:28:11 +0100] rev 27638
8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant
Reviewed-by: dholmes, kvn
zmajo [Thu, 06 Nov 2014 09:40:58 +0100] rev 27637
8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc)
Summary: In Parse::array_store_check(), add control edge FROM IfTrue branch of runtime type check of the destination array TO loading _element_klass from destination array.
Reviewed-by: kvn, roland, anoll
jwilhelm [Thu, 13 Nov 2014 12:29:09 +0100] rev 27636
Merge
kbarrett [Mon, 27 Oct 2014 17:24:10 -0400] rev 27635
8062206: Remove unusable G1RSLogCheckCardTable command line argument
Summary: Remove dependent assertion and remove develop option
Reviewed-by: jwilhelm, mgerdin, tschatzl
mlarsson [Mon, 10 Nov 2014 12:13:46 +0100] rev 27634
8064348: Add TraceEvent::is_enabled() for embedded/minimal builds
Reviewed-by: ehelin, sla
jcoomes [Fri, 07 Nov 2014 15:34:33 -0800] rev 27633
8060467: CMS: small OldPLABSize and -XX:-ResizePLAB cause assert(ResizePLAB || n_blks == OldPLABSize) failed: Error
Reviewed-by: tschatzl, jmasa, kbarrett
mgerdin [Mon, 03 Nov 2014 11:08:03 +0100] rev 27632
8061964: Insufficient compiler barriers for GCC in OrderAccess functions
Summary: Fix OrderAccess functions to emit memory clobbering inline assembly to attempt to stop copiler reordering.
Reviewed-by: dcubed, dholmes, bdelsart
jwilhelm [Wed, 05 Nov 2014 15:50:14 +0100] rev 27631
8062836: BACKOUT - Parallelize clearing the next mark bitmap
Summary: Backing out due to non-trivial issues found in nightly testing
Reviewed-by: mgerdin, mlarsson
ehelin [Wed, 05 Nov 2014 16:39:10 +0100] rev 27630
8061467: Bad page size passed to setup_large_pages() on Solaris
Reviewed-by: tschatzl, mgerdin
brutisso [Wed, 05 Nov 2014 10:12:51 +0100] rev 27629
8061449: G1: FreeRegionList_test() fails with G1 after the JDK-8058534 fix to HeapRegion::orig_end()
Reviewed-by: mgerdin, tschatzl, stefank
jwilhelm [Mon, 03 Nov 2014 15:53:48 +0100] rev 27628
Merge
mlarsson [Mon, 03 Nov 2014 12:49:21 +0100] rev 27627
8049341: Parallelize clearing the next mark bitmap
Reviewed-by: mgerdin, tschatzl
mlarsson [Mon, 03 Nov 2014 11:29:00 +0100] rev 27626
8054491: Remove wrong assert and refactor code in G1CollectorPolicy::record_concurrent_mark_end
Reviewed-by: tschatzl, brutisso