lana [Thu, 05 Mar 2015 15:21:35 -0800] rev 29215
Merge
aph [Tue, 03 Mar 2015 17:56:33 +0000] rev 29214
8074349: AARCH64: C2 generates poor code for some byte and character stores
Summary: Use iRegIorL2I as src input for char and byte stores.
Reviewed-by: kvn
amurillo [Tue, 03 Mar 2015 06:23:49 -0800] rev 29213
Merge
amurillo [Fri, 27 Feb 2015 07:34:26 -0800] rev 29212
Merge
jwilhelm [Thu, 26 Feb 2015 19:32:03 +0100] rev 29211
Merge
sjohanss [Thu, 11 Dec 2014 09:56:57 +0100] rev 29210
8062672: JVM crashes during GC on various asserts which checks that HeapWord ptr is an oop
Summary: Crashes were caused by not disabling UseMemSetInBOT as should be done on sparc. Added support for picking up blkinit as a platform feature if available on Linux sparc. This is needed to avoid enabling UseMemSetInBOT when running on this platform.
Reviewed-by: jwilhelm, brutisso
jwilhelm [Mon, 23 Feb 2015 18:40:04 +0100] rev 29209
Merge
stefank [Fri, 20 Feb 2015 13:54:42 +0100] rev 29208
8073543: Circular include dependency between psScavenge.inline.hpp and psPromotionManager.inline.hpp
Reviewed-by: brutisso, mgerdin
goetz [Fri, 20 Feb 2015 22:22:39 +0100] rev 29207
8071822: [TEST_BUG] Adapt collectorPolicy internal tests to support 64K pages
Summary: This fixes jtreg test ExecuteInternalVMTests.java for OSes with bigger default page sizes.
Reviewed-by: jmasa
stefank [Fri, 20 Feb 2015 17:08:48 +0000] rev 29206
Merge
stefank [Fri, 20 Feb 2015 15:47:22 +0000] rev 29205
Merge
stefank [Fri, 20 Feb 2015 15:23:01 +0100] rev 29204
8073554: Remove unnecessary includes of markSweep[.inline].hpp
Reviewed-by: tschatzl, coleenp
tschatzl [Fri, 20 Feb 2015 16:07:12 +0100] rev 29203
8058446: G1 Hot card cache should use ArrayAllocator to allocate the cache array
Summary: Allocate large hot card caches using OS functions instead of the C heap to avoid native memory exhaustion.
Reviewed-by: mgerdin, jwilhelm
mgerdin [Fri, 20 Feb 2015 12:43:46 +0100] rev 29202
8073532: jmap -heap fails after generation array removal
Summary: Fix field accessor code in the SA
Reviewed-by: jwilhelm, brutisso
stefank [Wed, 18 Feb 2015 10:28:27 +0100] rev 29201
8073389: Remove the include of resourceArea.hpp from classFileParser.hpp
Reviewed-by: coleenp, dholmes
jwilhelm [Fri, 22 Aug 2014 10:10:08 +0200] rev 29200
8061802: REDO - Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by: kbarrett, mgerdin
stefank [Wed, 18 Feb 2015 09:22:37 +0100] rev 29199
8073388: Get rid of the depenecy from handles.hpp to oop.inline.hpp
Reviewed-by: mgerdin, coleenp
ctornqvi [Mon, 23 Feb 2015 05:01:11 -0800] rev 29198
Merge
dholmes [Wed, 18 Feb 2015 22:19:47 -0500] rev 29197
8072055: Argument checking for SE Embedded and ARM should be moved out of arguments.cpp
Reviewed-by: bdelsart, dlong, hseigel, coleenp
erikj [Wed, 18 Feb 2015 11:25:34 +0100] rev 29196
8072904: building jdk9 with jdk9 boot jdk can cause failure or incorrect results
Reviewed-by: dholmes, dlong
adinn [Mon, 02 Mar 2015 10:31:52 -0800] rev 29195
8074119: [AARCH64] stage repo misses fixes from several Hotspot changes
Summary: add shared code changes from 8059606, 8069230, 8068976, 8068977, 8072911 and 8071805
Reviewed-by: aph, kvn
kvn [Mon, 02 Mar 2015 10:09:33 -0800] rev 29194
Merge
kvn [Thu, 26 Feb 2015 10:56:54 -0800] rev 29193
Merge
aph [Fri, 06 Feb 2015 10:36:46 -0800] rev 29192
8071947: AARCH64: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
Summary: Apply the fix for 8068655 to the AArch64 sources.
Reviewed-by: kvn
aph [Fri, 06 Feb 2015 10:21:46 -0800] rev 29191
8072698: Add AArch64 support to hsdis
Reviewed-by: kvn
aph [Thu, 05 Feb 2015 11:47:33 -0800] rev 29190
8072483: AARCH64: aarch64.ad uses the wrong operand class for some operations
Summary: Use iReg<X>NoSp registers operands where required.
Reviewed-by: kvn, adinn, enevill
enevill [Mon, 02 Feb 2015 11:29:37 -0800] rev 29189
8072129: [AARCH64] missing fix for 8066900
Summary: add 8066900 fix to arm64 code.
Reviewed-by: kvn
aph [Tue, 27 Jan 2015 20:49:11 +0100] rev 29188
8071688: AARCH64: SIGSEGV in MethodData::next_data(ProfileData*)
Summary: Apply the fix for 8039975 to the AArch64 sources.
Reviewed-by: kvn, roland
enevill [Mon, 26 Jan 2015 09:50:48 -0800] rev 29187
8071563: AARCH64 staging fail to build
Summary: Fixed build problem after merge 8064457 changes.
Reviewed-by: kvn, goetz
aph [Wed, 21 Jan 2015 14:38:48 -0800] rev 29186
8069593: Changes to JavaThread::_thread_state must use acquire and release
Reviewed-by: kvn, dlong
kvn [Tue, 20 Jan 2015 15:24:58 -0800] rev 29185
Merge
aph [Tue, 20 Jan 2015 12:47:43 -0800] rev 29184
8068053: AARCH64: C1 and C2 compilers
Summary: add src/cpu/aarch64/vm/* C1 and C2 files
Reviewed-by: kvn, roland