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
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
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
amurillo [Tue, 20 Jan 2015 10:22:43 -0800] rev 28506
Merge
amurillo [Thu, 15 Jan 2015 19:23:48 -0800] rev 28505
Merge
dlong [Thu, 15 Jan 2015 16:51:09 -0500] rev 28504
Merge
kvn [Wed, 14 Jan 2015 16:00:51 -0800] rev 28503
8069021: Exclude compiler/codecache/stress tests from JPRT runs
Reviewed-by: iveresov
vlivanov [Wed, 14 Jan 2015 15:13:39 +0000] rev 28502
Merge
pchistyakov [Mon, 12 Jan 2015 18:58:49 +0300] rev 28501
8059551: JEP-JDK-8043304: Test task: stress tests
Reviewed-by: drchase, kvn, iignatyev
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
fzhinkin [Wed, 14 Jan 2015 09:54:45 +0300] rev 28499
8059342: Add test to cover JDK-8030976
Reviewed-by: kvn, iignatyev
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
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
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