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