# HG changeset patch # User ykantser # Date 1427283530 -3600 # Node ID 313d2bd3f281db24cbd4b7000fcf1b7b409295ea # Parent ea1dbf32c8659d37c9d52ce8c878592d55ab9349 8075818: serviceability/threads/TestFalseDeadLock.java should be unquarantined Reviewed-by: jbachorik, sspitsyn diff -r ea1dbf32c865 -r 313d2bd3f281 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