8075820: java/lang/management/ThreadMXBean/FindDeadlocks.java should be unquarantined

Reviewed-by: jbachorik, sspitsyn
This commit is contained in:
Katja Kantserova 2015-03-25 12:39:48 +01:00
parent 4fd6cf3759
commit 2d4a9917d5
2 changed files with 2 additions and 8 deletions

View File

@ -136,13 +136,6 @@ java/lang/instrument/BootClassPath/BootClassPathTest.sh macosx-all
############################################################################
# jdk_management
# 8058492
java/lang/management/ThreadMXBean/FindDeadlocks.java generic-all
############################################################################
# jdk_jmx
# 8030957

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -25,6 +25,7 @@
/*
* @test
* @bug 5086470
* @key intermittent
* @summary Basic Test for the following methods:
* - ThreadMXBean.findDeadlockedThreads()
* - ThreadMXBean.findMonitorDeadlockedThreads()