Thu, 15 Feb 2018 09:17:56 +0100 8197828: Null pointer dereference in MultiNode::proj_out_or_null
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
Wed, 14 Feb 2018 17:20:59 -0500 8193373: Cleanup ElfFile and family
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
Wed, 14 Feb 2018 16:42:00 +0100 8197945: Qurarantine failing condy tests
jwilhelm [Wed, 14 Feb 2018 16:42:00 +0100] rev 48974
8197945: Qurarantine failing condy tests Reviewed-by: coleenp, lfoltan, kbarrett
Wed, 14 Feb 2018 10:32:19 -0800 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
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
Wed, 14 Feb 2018 06:57:28 -0800 8197857: fieldDescriptor prints incorrect 32-bit representation of compressed oops
iklam [Wed, 14 Feb 2018 06:57:28 -0800] rev 48972
8197857: fieldDescriptor prints incorrect 32-bit representation of compressed oops Reviewed-by: coleenp
Wed, 14 Feb 2018 09:09:37 -0500 8197772: metaspace uses global operator new/delete for gtest testing
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
Wed, 14 Feb 2018 09:03:31 -0500 8197789: os::SuspendedThreadTask causes references to global operator delete
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
Wed, 14 Feb 2018 13:29:45 +0100 Merge
jwilhelm [Wed, 14 Feb 2018 13:29:45 +0100] rev 48969
Merge
Wed, 14 Feb 2018 08:23:53 +0100 8197608: MacroAssembler::unimplemented calls global operator new[]
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
Tue, 13 Feb 2018 23:38:34 +0100 Merge
jwilhelm [Tue, 13 Feb 2018 23:38:34 +0100] rev 48967
Merge
Tue, 13 Feb 2018 17:36:22 -0500 8197454: Need Access decorator for storing oop into uninitialized location
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
Tue, 13 Feb 2018 17:38:03 +0100 8196786: [PPC64+s390] ConstantDynamic support
mdoerr [Tue, 13 Feb 2018 17:38:03 +0100] rev 48965
8196786: [PPC64+s390] ConstantDynamic support Reviewed-by: psandoz, dsamersoff
Tue, 13 Feb 2018 16:57:01 +0100 8197563: assert(is_Loop()) crash in PhaseIdealLoop::try_move_store_before_loop()
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
Tue, 13 Feb 2018 16:13:20 +0100 7127700: G1: Replace G1PLAB with PLAB
tschatzl [Tue, 13 Feb 2018 16:13:20 +0100] rev 48963
7127700: G1: Replace G1PLAB with PLAB Reviewed-by: sjohanss, kbarrett
Tue, 13 Feb 2018 14:10:56 +0100 8194994: Remove redundant string streams used for logging
mlarsson [Tue, 13 Feb 2018 14:10:56 +0100] rev 48962
8194994: Remove redundant string streams used for logging Reviewed-by: rehn, iklam, coleenp
Wed, 10 Jan 2018 22:48:27 +0100 8195103: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
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
Mon, 12 Feb 2018 16:08:33 -0800 8196308: Update tests AllLineLocations and ClassesByName to use TestScaffold instead of JDIScaffold.
psomashe [Mon, 12 Feb 2018 16:08:33 -0800] rev 48960
8196308: Update tests AllLineLocations and ClassesByName to use TestScaffold instead of JDIScaffold. Summary: This is a subtask of JDK-4916621: update tests still using JDIScaffold to us TestScaffold instead. Reviewed-by: sspitsyn, gthornbr
Mon, 12 Feb 2018 14:28:04 -0500 8186211: Negative tests for CONSTANT_Dynamic
lfoltan [Mon, 12 Feb 2018 14:28:04 -0500] rev 48959
8186211: Negative tests for CONSTANT_Dynamic Summary: Additional negative tests for poorly formed CONSTANT_Dynamic_info constant pool structures. Reviewed-by: hseigel, psandoz
Mon, 12 Feb 2018 11:10:10 -0800 8193846: Obsolete the VM option UseUTCFileTimestamp
ccheung [Mon, 12 Feb 2018 11:10:10 -0800] rev 48958
8193846: Obsolete the VM option UseUTCFileTimestamp Summary: also set the "expires in" version to 12 Reviewed-by: iklam, dholmes
Fri, 09 Feb 2018 10:18:19 +0100 8197412: Enable docker container related tests for linux s390x
mbaesken [Fri, 09 Feb 2018 10:18:19 +0100] rev 48957
8197412: Enable docker container related tests for linux s390x Reviewed-by: goetz, dsamersoff
Mon, 12 Feb 2018 15:29:35 +0100 8197572: s390 build broken after 8165929
mdoerr [Mon, 12 Feb 2018 15:29:35 +0100] rev 48956
8197572: s390 build broken after 8165929 Reviewed-by: coleenp
Sun, 11 Feb 2018 03:12:15 -0500 8194691: Cleanup unnecessary casts in Atomic/OrderAccess uses
kbarrett [Sun, 11 Feb 2018 03:12:15 -0500] rev 48955
8194691: Cleanup unnecessary casts in Atomic/OrderAccess uses Summary: Removed unnecessary casts. Reviewed-by: coleenp, tschatzl
Sat, 10 Feb 2018 09:25:35 +0100 Merge
jwilhelm [Sat, 10 Feb 2018 09:25:35 +0100] rev 48954
Merge
Sat, 10 Feb 2018 09:48:51 +0000 8190428: Minimal Dynamic Constant support for AArch64
dsamersoff [Sat, 10 Feb 2018 09:48:51 +0000] rev 48953
8190428: Minimal Dynamic Constant support for AArch64 Summary: AArch64 specific code for 8186046 Reviewed-by: aph, psandoz
Fri, 09 Feb 2018 09:56:05 -0800 8193150: Create a jtreg version of the test from JDK-8187143.
psomashe [Fri, 09 Feb 2018 09:56:05 -0800] rev 48952
8193150: Create a jtreg version of the test from JDK-8187143. Summary: Create a new jtreg test based on the test attached to the bug and add it to the ProblemsList. Reviewed-by: sspitsyn, cjplummer
Fri, 09 Feb 2018 08:23:42 -0500 8165929: Constify arguments of Copy methods
coleenp [Fri, 09 Feb 2018 08:23:42 -0500] rev 48951
8165929: Constify arguments of Copy methods Reviewed-by: hseigel, kbarrett
Fri, 09 Feb 2018 13:09:55 +0100 8196602: Change HeapRegionClosure to comply to naming conventions
tschatzl [Fri, 09 Feb 2018 13:09:55 +0100] rev 48950
8196602: Change HeapRegionClosure to comply to naming conventions Reviewed-by: kbarrett, sjohanss
Fri, 09 Feb 2018 12:09:21 +0530 8175384: SA: clhsdb 'printall' throws ClassCastException while printing out the bytecodes
jgeorge [Fri, 09 Feb 2018 12:09:21 +0530] rev 48949
8175384: SA: clhsdb 'printall' throws ClassCastException while printing out the bytecodes Summary: While resolving the method invoked by invokevirtual, use java.lang.Object for arrays Reviewed-by: dholmes, sspitsyn
Sat, 24 Feb 2018 08:26:53 +0000 8196830: publicLookup().findVirtual should not return method handle to AccessibleObject.setAccessible
alanb [Sat, 24 Feb 2018 08:26:53 +0000] rev 48948
8196830: publicLookup().findVirtual should not return method handle to AccessibleObject.setAccessible Reviewed-by: mchung, psandoz
Fri, 23 Feb 2018 17:34:25 -0500 8198656: Update copyright to 2018
rriggs [Fri, 23 Feb 2018 17:34:25 -0500] rev 48947
8198656: Update copyright to 2018 Reviewed-by: joehw
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip