On Tue, 2 May 2023 21:07:21 GMT, Alisen Chung <[email protected]> wrote:
>> Added DnD tests
>
> Alisen Chung has updated the pull request incrementally with one additional
> commit since the last revision:
>
> moved some function calls on EDT
test/jdk/java/awt/dnd/DroppingVMHangTest.java line 98:
> 96: } finally {
> 97: EventQueue.invokeAndWait(() -> {
> 98: if(test.frame != null) {
Suggestion:
if (test.frame != null) {
test/jdk/java/awt/dnd/InterJVMLinkTest.java line 85:
> 83: } finally {
> 84: EventQueue.invokeAndWait(() -> {
> 85: if(test.frame != null) {
Suggestion:
if (test.frame != null) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13759#discussion_r1185479410
PR Review Comment: https://git.openjdk.org/jdk/pull/13759#discussion_r1185479614