thartmann [Thu, 15 Feb 2018 09:17:56 +0100] rev 48976
8197828: Null pointer dereference in MultiNode::proj_out_or_null
Summary: Added a null check for the return value of AllocateNode::initialization().
Reviewed-by: kvn, shade, dlong
zgu [Wed, 14 Feb 2018 17:20:59 -0500] rev 48975
8193373: Cleanup ElfFile and family
Summary: Cleanup elf decoder and added test
Reviewed-by: minqi, coleenp
jwilhelm [Wed, 14 Feb 2018 16:42:00 +0100] rev 48974
8197945: Qurarantine failing condy tests
Reviewed-by: coleenp, lfoltan, kbarrett
ccheung [Wed, 14 Feb 2018 10:32:19 -0800] rev 48973
8196920: VerifierTest_1A.java and VerifierTest_1B.java fail: assert(receiver_klass->is_subtype_of(static_receiver_klass)) failed: actual receiver must be subclass of static receiver klass
Summary: add an unverifiable method to the test class
Reviewed-by: dholmes, iklam
iklam [Wed, 14 Feb 2018 06:57:28 -0800] rev 48972
8197857: fieldDescriptor prints incorrect 32-bit representation of compressed oops
Reviewed-by: coleenp
coleenp [Wed, 14 Feb 2018 09:09:37 -0500] rev 48971
8197772: metaspace uses global operator new/delete for gtest testing
Summary: Inherit ChunkManagerReturnTestImpl from CHeapObj
Reviewed-by: kbarrett, zgu
coleenp [Wed, 14 Feb 2018 09:03:31 -0500] rev 48970
8197789: os::SuspendedThreadTask causes references to global operator delete
Summary: make destructor non-virtual and protected
Reviewed-by: kbarrett
jwilhelm [Wed, 14 Feb 2018 13:29:45 +0100] rev 48969
Merge
thartmann [Wed, 14 Feb 2018 08:23:53 +0100] rev 48968
8197608: MacroAssembler::unimplemented calls global operator new[]
Summary: Removed C heap allocation of string buffers.
Reviewed-by: kvn, shade
jwilhelm [Tue, 13 Feb 2018 23:38:34 +0100] rev 48967
Merge
kbarrett [Tue, 13 Feb 2018 17:36:22 -0500] rev 48966
8197454: Need Access decorator for storing oop into uninitialized location
Summary: Repurpose ARRAYCOPY_DEST_NOT_INITIALIZED to AS_DEST_NOT_INITIALIZED.
Reviewed-by: eosterlund, coleenp
mdoerr [Tue, 13 Feb 2018 17:38:03 +0100] rev 48965
8196786: [PPC64+s390] ConstantDynamic support
Reviewed-by: psandoz, dsamersoff
roland [Tue, 13 Feb 2018 16:57:01 +0100] rev 48964
8197563: assert(is_Loop()) crash in PhaseIdealLoop::try_move_store_before_loop()
Summary: Don't move store out of the loop if head is not a LoopNode.
Reviewed-by: kvn, thartmann
tschatzl [Tue, 13 Feb 2018 16:13:20 +0100] rev 48963
7127700: G1: Replace G1PLAB with PLAB
Reviewed-by: sjohanss, kbarrett
mlarsson [Tue, 13 Feb 2018 14:10:56 +0100] rev 48962
8194994: Remove redundant string streams used for logging
Reviewed-by: rehn, iklam, coleenp
eosterlund [Wed, 10 Jan 2018 22:48:27 +0100] rev 48961
8195103: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
Reviewed-by: kbarrett, tschatzl