fzhinkin [Wed, 24 Dec 2014 19:32:13 +0300] rev 28389
8068183: Add isTieredSupported method to c.o.j.t.Platforms
Reviewed-by: kvn, iignatyev
eistepan [Tue, 23 Dec 2014 12:40:13 +0300] rev 28388
8066864: remove ctw-test from testlibrary/
Reviewed-by: kvn, iignatyev
tpivovarova [Tue, 16 Dec 2014 17:26:42 +0300] rev 28387
8067173: remove Utils::fileAsList
Reviewed-by: kvn, iignatyev
iignatyev [Tue, 23 Dec 2014 16:36:44 +0300] rev 28386
8066896: Update c.o.j.t.InfiniteLoop to skip zero timeout
Reviewed-by: kvn, iignatyev
Contributed-by: pavel.chistyakov@oracle.com
tpivovarova [Fri, 19 Dec 2014 14:12:22 +0300] rev 28385
8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build
Reviewed-by: kvn, fzhinkin, iignatyev
iignatyev [Sat, 13 Dec 2014 00:13:05 +0300] rev 28384
8059613: JEP-JDK-8043304: Test task: JMX- tests
Reviewed-by: thartmann, twisti
Contributed-by: dmitrij.pochepko@oracle.com
iignatyev [Sat, 13 Dec 2014 00:54:22 +0300] rev 28383
8066440: Various changes in testlibrary for JDK-8059613
Reviewed-by: thartmann, twisti
Contributed-by: dmitrij.pochepko@oracle.com
jwilhelm [Thu, 08 Jan 2015 15:44:46 +0100] rev 28382
Merge
brutisso [Wed, 07 Jan 2015 16:24:58 +0000] rev 28381
Merge
brutisso [Wed, 07 Jan 2015 15:02:00 +0100] rev 28380
8067868: Add GCOld as a JTreg test
Reviewed-by: kbarrett, dfazunen, ehelin
tschatzl [Wed, 07 Jan 2015 15:15:37 +0100] rev 28379
8048179: Early reclaim of large objects that are referenced by a few objects
Summary: Push the remembered sets of large objects with few referenced into the dirty card queue at the beginning of the evacuation so that they may end up with zero remembered set entries at the end of the collection, and are potentially reclaimed. Also improve timing measurements of the early reclaim mechanism, and shorten flag names.
Reviewed-by: brutisso, jmasa, dfazunen
brutisso [Wed, 07 Jan 2015 10:19:00 +0100] rev 28378
8067676: Add applicable closed gc jtreg tests to run in JPRT
Reviewed-by: ehelin
jwilhelm [Mon, 05 Jan 2015 15:00:30 +0100] rev 28377
Merge
jwilhelm [Mon, 22 Dec 2014 17:33:29 +0100] rev 28376
8067947: Regression test for JDK-6522873
Summary: Added a regression test that will fail if we allow extra characters after flag names
Reviewed-by: ctornqvi, tschatzl
tschatzl [Tue, 23 Dec 2014 15:48:32 +0100] rev 28375
8068018: Clean up friends of G1CollectedHeap
Summary: Remove unnecessary friend class declaration in the G1CollectedHeap class.
Reviewed-by: jwilhelm, jmasa
coleenp [Tue, 06 Jan 2015 19:30:28 -0500] rev 28374
8067836: The Universe::flush_foo methods belong in CodeCache.
Summary: Move this code to CodeCache.
Reviewed-by: kbarrett, kvn