> SunToolkit.java is trying to post an event on the TrayIcon appContext, but 
> the TrayIcon was already removed by the test, causing an error. The fix is to 
> make SunToolkit skip posting the event if appContext is null. The test is 
> also updated to remove applet usage and use PassFailJFrame instead.

Alisen Chung has updated the pull request with a new target base due to a merge 
or a rebase. The incremental webrev excludes the unrelated changes brought in 
by the merge/rebase. The pull request contains 10 additional commits since the 
last revision:

 - Merge branch 'master' of https://github.com/openjdk/jdk into 8316931
 - remove null check in SunToolkit, remove setting target to null in CTrayIcon
 - Merge branch 'master' of https://github.com/openjdk/jdk into 8316931
 - added suggested changes, moved test back into folder
 - added suggested changes, moved test back into folder
 - used jtreg.SkippedException, updated copyright years
 - removed extra newlines, moved test out of folder
 - spacing
 - updated test title, copyright year, removed redundant check
 - removed applet usage in test, fixed event posted on wrong app context bug

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/17329/files
  - new: https://git.openjdk.org/jdk/pull/17329/files/fed411c1..96e0590d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17329&range=07
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17329&range=06-07

  Stats: 18 lines in 2 files changed: 15 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/17329.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17329/head:pull/17329

PR: https://git.openjdk.org/jdk/pull/17329

Reply via email to