Tue, 19 Aug 2014 11:17:36 +0200 8049253: Better GC validation
brutisso [Tue, 19 Aug 2014 11:17:36 +0200] rev 28509
8049253: Better GC validation Summary: Also reviewed by: boris.molodenkov@oracle.com Reviewed-by: dcubed, minqi, mschoene Contributed-by: yasuenag@gmail.com, bengt.rutisson@oracle.com
Fri, 08 Aug 2014 13:23:30 -0700 8047130: Fewer escapes from escape analysis
iveresov [Fri, 08 Aug 2014 13:23:30 -0700] rev 28508
8047130: Fewer escapes from escape analysis Summary: Treat max_stack attribute as an int in bytecode escape analyzer Reviewed-by: kvn, twisti, ahgross
Thu, 31 Jul 2014 11:10:02 +0200 8048949: Requeue queue implementation
tschatzl [Thu, 31 Jul 2014 11:10:02 +0200] rev 28507
8048949: Requeue queue implementation Summary: Devirtualize flush and move calls. Reviewed-by: brutisso, tschatzl, mschoene Contributed-by: kim.barrett@oracle.com
Tue, 20 Jan 2015 10:22:43 -0800 Merge
amurillo [Tue, 20 Jan 2015 10:22:43 -0800] rev 28506
Merge
Thu, 15 Jan 2015 19:23:48 -0800 Merge
amurillo [Thu, 15 Jan 2015 19:23:48 -0800] rev 28505
Merge
Thu, 15 Jan 2015 16:51:09 -0500 Merge
dlong [Thu, 15 Jan 2015 16:51:09 -0500] rev 28504
Merge
Wed, 14 Jan 2015 16:00:51 -0800 8069021: Exclude compiler/codecache/stress tests from JPRT runs
kvn [Wed, 14 Jan 2015 16:00:51 -0800] rev 28503
8069021: Exclude compiler/codecache/stress tests from JPRT runs Reviewed-by: iveresov
Wed, 14 Jan 2015 15:13:39 +0000 Merge
vlivanov [Wed, 14 Jan 2015 15:13:39 +0000] rev 28502
Merge
Mon, 12 Jan 2015 18:58:49 +0300 8059551: JEP-JDK-8043304: Test task: stress tests
pchistyakov [Mon, 12 Jan 2015 18:58:49 +0300] rev 28501
8059551: JEP-JDK-8043304: Test task: stress tests Reviewed-by: drchase, kvn, iignatyev
Wed, 14 Jan 2015 09:54:08 +0300 8049355: compiler/rtm/locking/TestRTMLockingThreshold test may fail if transaction was aborted by interrupt
fzhinkin [Wed, 14 Jan 2015 09:54:08 +0300] rev 28500
8049355: compiler/rtm/locking/TestRTMLockingThreshold test may fail if transaction was aborted by interrupt Reviewed-by: kvn, iignatyev
Wed, 14 Jan 2015 09:54:45 +0300 8059342: Add test to cover JDK-8030976
fzhinkin [Wed, 14 Jan 2015 09:54:45 +0300] rev 28499
8059342: Add test to cover JDK-8030976 Reviewed-by: kvn, iignatyev
Wed, 14 Jan 2015 09:53:36 +0300 8068269: RTM tests that assert on non-zero lock statistics are too strict in RTMTotalCountIncrRate > 1 cases
fzhinkin [Wed, 14 Jan 2015 09:53:36 +0300] rev 28498
8068269: RTM tests that assert on non-zero lock statistics are too strict in RTMTotalCountIncrRate > 1 cases Reviewed-by: kvn, iignatyev
Mon, 12 Jan 2015 14:43:34 -0800 8067941: [TESTBUG] Fix tests for OS with 64K page size.
goetz [Mon, 12 Jan 2015 14:43:34 -0800] rev 28497
8067941: [TESTBUG] Fix tests for OS with 64K page size. Reviewed-by: kvn, tschatzl, ctornqvi
Tue, 13 Jan 2015 12:30:26 +0100 8027829: CompileCommand does not accept all JLS-conformant class/method names
neliasso [Tue, 13 Jan 2015 12:30:26 +0100] rev 28496
8027829: CompileCommand does not accept all JLS-conformant class/method names Summary: Fix parsing and updated comments Reviewed-by: kvn, vlivanov
Mon, 12 Jan 2015 15:50:30 +0000 Merge
roland [Mon, 12 Jan 2015 15:50:30 +0000] rev 28495
Merge
Wed, 07 Jan 2015 16:40:02 +0100 8063086: Math.pow yields different results upon repeated calls
roland [Wed, 07 Jan 2015 16:40:02 +0100] rev 28494
8063086: Math.pow yields different results upon repeated calls Summary: C2 treats x^2 as a special case and computes x * x while the interpreter and c1 don't have special case code for X^2. Reviewed-by: kvn
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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip