8075818: serviceability/threads/TestFalseDeadLock.java should be unquarantined

Reviewed-by: jbachorik, sspitsyn
This commit is contained in:
Katja Kantserova 2015-03-25 12:38:50 +01:00
parent c5cefb4d20
commit e8495c6494

View File

@ -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 @@ import java.util.Random;
/*
* @test
* @ignore 8061157
* @bug 8016304
* @summary Make sure no deadlock is reported for this program which has no deadlocks.
* @library /testlibrary