提交 15c7d565 编写于 作者: A azvegint

7155963: Deadlock in SystemFlavorMap.getFlavorsForNative and SunToolkit.awtLock

Reviewed-by: ant, serb
上级 9ae3194c
/* /*
* Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -281,6 +281,11 @@ public final class XClipboard extends SunClipboard implements OwnershipListener ...@@ -281,6 +281,11 @@ public final class XClipboard extends SunClipboard implements OwnershipListener
} }
} }
checkChange(formats); XToolkit.awtUnlock();
try {
checkChange(formats);
} finally {
XToolkit.awtLock();
}
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册