Mon, 12 Jan 2015 09:55:20 +0100 8065894: CodeHeap::next_free should be renamed
zmajo [Mon, 12 Jan 2015 09:55:20 +0100] rev 28493
8065894: CodeHeap::next_free should be renamed Summary: Rename next_free() to next_used() Reviewed-by: thartmann, iveresov
Mon, 12 Jan 2015 11:14:49 +0100 8068724: ppc64: update assembler: SPR access, CR logic, HTM
mdoerr [Mon, 12 Jan 2015 11:14:49 +0100] rev 28492
8068724: ppc64: update assembler: SPR access, CR logic, HTM Summary: Fix bug in encoding of special purpose registers. Provide more convenient version of condition register logic instructions. Enhance support for hardware transactional memory. Reviewed-by: kvn, goetz
Fri, 09 Jan 2015 17:43:02 -0500 8068746: Exclude hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java from nightly runs
dlong [Fri, 09 Jan 2015 17:43:02 -0500] rev 28491
8068746: Exclude hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java from nightly runs Summary: add @ignore to PoolsIndependenceTest.java Reviewed-by: kvn
Fri, 09 Jan 2015 13:28:02 -0500 Merge
dlong [Fri, 09 Jan 2015 13:28:02 -0500] rev 28490
Merge
Fri, 09 Jan 2015 05:45:13 -0800 8068013: [TESTBUG] Aix support in hotspot jtreg tests
goetz [Fri, 09 Jan 2015 05:45:13 -0800] rev 28489
8068013: [TESTBUG] Aix support in hotspot jtreg tests Reviewed-by: ctornqvi, fzhinkin, farvidsson
Fri, 09 Jan 2015 09:06:24 +0000 Merge
anoll [Fri, 09 Jan 2015 09:06:24 +0000] rev 28488
Merge
Fri, 09 Jan 2015 09:52:00 +0100 8068661: Exclude compiler/whitebox/ForceNMethodSweepTest.java from nightly runs
anoll [Fri, 09 Jan 2015 09:52:00 +0100] rev 28487
8068661: Exclude compiler/whitebox/ForceNMethodSweepTest.java from nightly runs Summary: The test is unstable and is therefore removed from nightly testing Reviewed-by: kvn, drchase
Thu, 08 Jan 2015 11:00:38 +0100 8027626: assert(Opcode() != Op_If || outcnt() == 2) failed: bad if #1
roland [Thu, 08 Jan 2015 11:00:38 +0100] rev 28486
8027626: assert(Opcode() != Op_If || outcnt() == 2) failed: bad if #1 Summary: IGVN encounters IfNode with single projection when optimizing dying subgraph Reviewed-by: kvn
Thu, 15 Jan 2015 14:36:15 +0100 Merge
jwilhelm [Thu, 15 Jan 2015 14:36:15 +0100] rev 28485
Merge
Thu, 15 Jan 2015 11:10:03 +0100 8067368: TestConcMarkCycleWB.java crashed at G1CollectedHeap::heap()+0xb
sjohanss [Thu, 15 Jan 2015 11:10:03 +0100] rev 28484
8067368: TestConcMarkCycleWB.java crashed at G1CollectedHeap::heap()+0xb Summary: Added the test to needs_g1gc group in TEST.groups to avoid running when G1 is not available. Reviewed-by: jwilhelm, dholmes
Tue, 13 Jan 2015 11:04:53 +0100 8068739: G1CollectoryPolicy uses uninitialized field '_sigma' in the constructor
tschatzl [Tue, 13 Jan 2015 11:04:53 +0100] rev 28483
8068739: G1CollectoryPolicy uses uninitialized field '_sigma' in the constructor Summary: Change initialization order in constructor. Remove suppression for suppression of "'this': used in base member initializer list" warning. Reviewed-by: mgerdin, tschatzl, simonis Contributed-by: Johannes Scheerer <johannes.scheerer@sap.com>
Mon, 12 Jan 2015 15:24:29 +0100 8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
sjohanss [Mon, 12 Jan 2015 15:24:29 +0100] rev 28482
8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit Summary: Making sure committed memory is cleared when re-committed, even if using large pages. Reviewed-by: kbarrett, tschatzl
Mon, 12 Jan 2015 12:51:53 +0100 Merge
jwilhelm [Mon, 12 Jan 2015 12:51:53 +0100] rev 28481
Merge
Fri, 09 Jan 2015 11:33:48 -0500 8067306: Improve STATIC_ASSERT
kbarrett [Fri, 09 Jan 2015 11:33:48 -0500] rev 28480
8067306: Improve STATIC_ASSERT Summary: New improved implementation Reviewed-by: ehelin, stefank
Fri, 09 Jan 2015 08:38:23 +0100 8068653: TestSmalllHeap.java fails when the page size is 64k
brutisso [Fri, 09 Jan 2015 08:38:23 +0100] rev 28479
8068653: TestSmalllHeap.java fails when the page size is 64k Reviewed-by: tschatzl
Thu, 08 Jan 2015 14:13:03 +0100 8068037: Remove dead code in G1CollectedHeap
redestad [Thu, 08 Jan 2015 14:13:03 +0100] rev 28478
8068037: Remove dead code in G1CollectedHeap Reviewed-by: stefank, tschatzl
Tue, 13 Jan 2015 14:30:53 -0500 8068396: Rename assert() to vmassert()
kbarrett [Tue, 13 Jan 2015 14:30:53 -0500] rev 28477
8068396: Rename assert() to vmassert() Summary: Macro renaming, with temporary old name synonyms for compatibilty Reviewed-by: ehelin, dholmes, coleenp
Mon, 12 Jan 2015 11:37:58 -0800 8067187: -XX:MaxMetaspaceSize=20m -Xshare:dump caused JVM to crash
ccheung [Mon, 12 Jan 2015 11:37:58 -0800] rev 28476
8067187: -XX:MaxMetaspaceSize=20m -Xshare:dump caused JVM to crash Summary: added check for the MaxMetaspaceSize. If it is less than the estimated required size, print an error and exit. Reviewed-by: jiangli, mseledtsov, stefank
Mon, 12 Jan 2015 09:27:52 +0100 8068584: Compiler attach tests should be quarantined
mtobiass [Mon, 12 Jan 2015 09:27:52 +0100] rev 28475
8068584: Compiler attach tests should be quarantined Summary: Quarantine tests Reviewed-by: ctornqvi
Sat, 10 Jan 2015 12:35:44 -0800 Merge
minqi [Sat, 10 Jan 2015 12:35:44 -0800] rev 28474
Merge
Fri, 09 Jan 2015 08:34:32 -0800 8068733: [TESTBUG] runtime/Unsafe/Reallocate.java sometimes fails when running with -Xcomp
ctornqvi [Fri, 09 Jan 2015 08:34:32 -0800] rev 28473
8068733: [TESTBUG] runtime/Unsafe/Reallocate.java sometimes fails when running with -Xcomp Reviewed-by: coleenp, gtriantafill
Fri, 09 Jan 2015 09:26:58 +0100 8068505: interpreter profiling incorrect on PPC64
zmajo [Fri, 09 Jan 2015 09:26:58 +0100] rev 28472
8068505: interpreter profiling incorrect on PPC64 Reviewed-by: simonis, goetz
Thu, 08 Jan 2015 11:42:05 -0800 8060219: [TESTBUG] runtime/7194254/Test7194254.java fails to find jstack with modular image build
ctornqvi [Thu, 08 Jan 2015 11:42:05 -0800] rev 28471
8060219: [TESTBUG] runtime/7194254/Test7194254.java fails to find jstack with modular image build Reviewed-by: gtriantafill, lfoltan, hseigel
Thu, 08 Jan 2015 11:40:36 -0800 8058897: Unsafe.reallocateMemory() ignores -XX:MallocMaxTestWords setting
ctornqvi [Thu, 08 Jan 2015 11:40:36 -0800] rev 28470
8058897: Unsafe.reallocateMemory() ignores -XX:MallocMaxTestWords setting Reviewed-by: dcubed, dholmes
Tue, 06 Jan 2015 16:44:53 -0800 8068540: [TESTBUG] Exclude failing nightly tests
gtriantafill [Tue, 06 Jan 2015 16:44:53 -0800] rev 28469
8068540: [TESTBUG] Exclude failing nightly tests Reviewed-by: ctornqvi, coleenp
Wed, 07 Jan 2015 16:43:04 +0100 8067331: Zero: Atomic::xchg and Atomic::xchg_ptr need full memory barrier
sgehwolf [Wed, 07 Jan 2015 16:43:04 +0100] rev 28468
8067331: Zero: Atomic::xchg and Atomic::xchg_ptr need full memory barrier Reviewed-by: dholmes, coleenp
Fri, 23 Jan 2015 18:50:44 -0800 Added tag jdk9-b47 for changeset c54bf921b2ce
katleman [Fri, 23 Jan 2015 18:50:44 -0800] rev 28467
Added tag jdk9-b47 for changeset c54bf921b2ce
Sat, 24 Jan 2015 23:22:16 -0800 Merge
lana [Sat, 24 Jan 2015 23:22:16 -0800] rev 28466
Merge
Thu, 22 Jan 2015 13:40:29 -0800 8069414: Rename oracle.accessbridge to jdk.accessbridge
mchung [Thu, 22 Jan 2015 13:40:29 -0800] rev 28465
8069414: Rename oracle.accessbridge to jdk.accessbridge Reviewed-by: alanb, ptbrunet, erikj
Fri, 23 Jan 2015 18:50:43 -0800 Added tag jdk9-b47 for changeset 19cacc520105
katleman [Fri, 23 Jan 2015 18:50:43 -0800] rev 28464
Added tag jdk9-b47 for changeset 19cacc520105
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip