OpenJDK / bsd-port / jdk9 / jdk
changeset 11140:2acf664610e0
8044591: [TESTBUG] com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationp[Content]Test.java fail when -XX:+ExplicitGCInvokesConcurrent
Reviewed-by: sla, fparain
author | ykantser |
---|---|
date | Wed, 03 Dec 2014 11:56:02 +0100 |
parents | 59f5ad46377d |
children | fae1869f4389 |
files | test/ProblemList.txt test/com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationContentTest.java test/com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationTest.java |
diffstat | 3 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/test/ProblemList.txt Tue Dec 02 16:21:33 2014 +0100 +++ b/test/ProblemList.txt Wed Dec 03 11:56:02 2014 +0100 @@ -135,10 +135,6 @@ # jdk_management -# 8044591 -com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationContentTest.java generic-all -com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationTest.java generic-all - # 8058492 java/lang/management/ThreadMXBean/FindDeadlocks.java generic-all
--- a/test/com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationContentTest.java Tue Dec 02 16:21:33 2014 +0100 +++ b/test/com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationContentTest.java Wed Dec 03 11:56:02 2014 +0100 @@ -26,6 +26,7 @@ * @bug 7036199 * @summary Check that GarbageCollectionNotification contents are reasonable * @author Frederic Parain + * @requires vm.opt.ExplicitGCInvokesConcurrent == null | vm.opt.ExplicitGCInvokesConcurrent == false * @run main/othervm GarbageCollectionNotificationContentTest */
--- a/test/com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationTest.java Tue Dec 02 16:21:33 2014 +0100 +++ b/test/com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationTest.java Wed Dec 03 11:56:02 2014 +0100 @@ -26,6 +26,7 @@ * @bug 7036199 * @summary Check that GarbageCollection notification are thrown by every GarbageCollectorMXBean * @author Frederic Parain + * @requires vm.opt.ExplicitGCInvokesConcurrent == null | vm.opt.ExplicitGCInvokesConcurrent == false * @run main/othervm GarbageCollectionNotificationTest */