ppunegov [Wed, 18 Feb 2015 16:59:56 +0300] rev 29335
8067012: Don't create MDO for constant getters
Summary: Add check if the method is constant getter
Reviewed-by: kvn, iveresov
ppunegov [Wed, 18 Feb 2015 16:19:48 +0300] rev 29334
8067157: Closed compiler tests should not be in hotspot/test/TEST.groups
Summary: Replace closed/compiler tests with sanity/ExecuteInternalVMTests.java to keep the hotspot_compiler_closed group
Reviewed-by: kvn, zmajo
iignatyev [Thu, 19 Feb 2015 23:49:22 +0300] rev 29333
8073499: quarantine compiler/tiered/LevelTransitionTest
Reviewed-by: kvn
jwilhelm [Thu, 05 Mar 2015 17:27:16 +0100] rev 29332
Merge
jwilhelm [Wed, 04 Mar 2015 02:23:38 +0100] rev 29331
8074319: barrier_set_cast defined via friend injection
Summary: Changed the in-class definition to a friend declaration and move the definition to namespace scope
Reviewed-by: jwilhelm, simonis
Contributed-by: kim.barrett@oracle.com
jwilhelm [Tue, 03 Mar 2015 19:21:45 +0100] rev 29330
Merge
jwilhelm [Mon, 02 Mar 2015 16:19:59 +0100] rev 29329
8071335: gc/TestSmallHeap.java throw OOM
Summary: To avoid OOME, do not run with -Xcomp
Reviewed-by: brutisso, tschatzl
tschatzl [Tue, 03 Mar 2015 13:25:23 +0000] rev 29328
Merge
tschatzl [Tue, 03 Mar 2015 12:38:42 +0100] rev 29327
8073466: Remove buffer retaining functionality and clean up in ParGCAllocBuffer
Reviewed-by: jmasa, kbarrett
david [Tue, 03 Mar 2015 12:19:35 +0100] rev 29326
8073464: GC workers do not have thread names
Reviewed-by: brutisso, tschatzl
kbarrett [Fri, 27 Feb 2015 19:52:48 -0500] rev 29325
8069016: Add BarrierSet downcast support
Summary: Add FakeRttiSupport utility and use to provide barrier_set_cast.
Reviewed-by: jmasa, sangheki
jwilhelm [Thu, 26 Feb 2015 21:00:03 +0100] rev 29324
8073883: serviceability/dcmd/gc/RunGCTest.java should not run with -XX:+ExplicitGCInvokesConcurrent
Summary: Don't run test with -XX:+ExplicitGCInvokesConcurrent
Reviewed-by: mgerdin
jwilhelm [Thu, 26 Feb 2015 17:02:48 +0100] rev 29323
8073950: Quarantine failing test: gc/TestSoftReferencesBehaviorOnOOME.java due to JDK-8073669
Summary: Quarantine gc/TestSoftReferencesBehaviorOnOOME.java
Reviewed-by: mgerdin, tschatzl
Contributed-by: andrey.x.zakharov@oracle.com
mgronlun [Tue, 03 Mar 2015 20:17:07 +0100] rev 29322
8073042: jcmd hangs until another jcmd is executed (which, in turn also hangs)
Reviewed-by: jbachorik, dsamersoff, farvidsson
dcubed [Mon, 02 Mar 2015 16:31:25 -0800] rev 29321
8072439: fix for 8047720 may need more work
Summary: Cleanup PeriodTask_lock usage. Also reviewed by varming@gmail.com.
Reviewed-by: dholmes, dcubed, mgronlun, coleenp
Contributed-by: varming@gmail.com, daniel.daugherty@oracle.com
ctornqvi [Mon, 02 Mar 2015 05:32:01 -0800] rev 29320
Merge