8075818: serviceability/threads/TestFalseDeadLock.java should be unquarantined
authorykantser
Wed, 25 Mar 2015 12:38:50 +0100
changeset 30115 313d2bd3f281
parent 30112 ea1dbf32c865
child 30116 f5a6b1ebdbe3
8075818: serviceability/threads/TestFalseDeadLock.java should be unquarantined Reviewed-by: jbachorik, sspitsyn
hotspot/test/serviceability/threads/TestFalseDeadLock.java
--- a/hotspot/test/serviceability/threads/TestFalseDeadLock.java	Tue Mar 24 16:21:28 2015 +0000
+++ b/hotspot/test/serviceability/threads/TestFalseDeadLock.java	Wed Mar 25 12:38:50 2015 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 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
@@ -28,7 +28,6 @@
 
 /*
  * @test
- * @ignore 8061157
  * @bug 8016304
  * @summary Make sure no deadlock is reported for this program which has no deadlocks.
  * @library /testlibrary