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