Hi, AWT team. Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8023576 The fix is available at: http://cr.openjdk.java.net/~yan/8023576/webrev.00/
The problem: 1. test can not find Util.java during compilation. 2. jtreg thinks that test failed if System.exit was called. The fix: 1. added tags to test's header. 2. System.exit(0) was removed.
