jmasa [Mon, 27 Oct 2014 16:39:29 +0000] rev 27441
Merge
jmasa [Mon, 27 Oct 2014 07:52:49 -0700] rev 27440
8059614: [TESTBUG] Test for UseNUMA enable UseNUMAInterleaving
Summary: Tests that UseNUMAInterleaving enabled for all collectors by ergonomics, on all platforms when UseNUMA feature is enabled.
Reviewed-by: jmasa, dfazunen
Contributed-by: andrey.x.zakharov@oracle.com
kbarrett [Thu, 23 Oct 2014 16:19:32 -0400] rev 27439
8061748: Remove check_ct_logs_at_safepoint()
Summary: Remove unused function and related closure class
Reviewed-by: jwilhelm, mgerdin
jwilhelm [Thu, 23 Oct 2014 17:36:30 +0200] rev 27438
Merge
ehelin [Thu, 23 Oct 2014 11:43:29 +0200] rev 27437
8061630: G1 iterates over JNIHandles two times
Reviewed-by: mgerdin, brutisso
amurillo [Thu, 30 Oct 2014 22:52:13 -0700] rev 27436
Merge
iveresov [Thu, 30 Oct 2014 09:50:16 -1000] rev 27435
Merge
thartmann [Thu, 30 Oct 2014 13:03:30 +0100] rev 27434
8061817: Whitebox.deoptimizeMethod() does not deoptimize all OSR versions of method
Summary: Fixed Whitebox.deoptimizeMethod() to deoptimize all OSR versions of the method.
Reviewed-by: kvn, iignatyev
anoll [Wed, 29 Oct 2014 15:42:48 +0100] rev 27433
8062284: Sweeper thread should not be visible when calling Thread.getAllStackTraces()
Summary: Make thread not visible when calling Thread.getAllStackTraces()
Reviewed-by: kvn, shade
neliasso [Tue, 28 Oct 2014 20:16:08 +0100] rev 27432
8061250: serviceability/dcmd/compiler/CompilerQueueTest.java failed
Summary: Fixed logging to avoid parsing mistake and added test case.
Reviewed-by: kvn, twisti
thartmann [Tue, 28 Oct 2014 16:44:39 +0100] rev 27431
8062250: [TESTBUG] compiler/codecache/CheckSegmentedCodeCache.java fails after CodeCacheMinimumFreeSpace removal
Summary: Adapted calculation of minimum code cache size after CodeCacheMinimumFreeSpace was removed by JDK-8046809.
Reviewed-by: kvn, anoll
thartmann [Tue, 28 Oct 2014 09:17:36 +0100] rev 27430
8061983: [TESTBUG] compiler/whitebox/MakeMethodNotCompilableTest.java fails with "must not be in queue"
Summary: Added a method checkNotCompiled(boolean isOsr) to either check if the method is OSR compiled or to check if it is non-OSR compiled.
Reviewed-by: kvn
iveresov [Mon, 27 Oct 2014 20:03:57 -1000] rev 27429
Merge
kvn [Tue, 05 Aug 2014 14:44:18 -0700] rev 27428
8049542: C2: assert(size_in_words <= (julong)max_jint) failed: no overflow
Summary: Added juint cast to avoid gcc problem we have on one of our platforms.
Reviewed-by: dholmes, roland