Hi All Please take a look at the fix at
http://cr.openjdk.java.net/~weijun/8005527/webrev.00/The test was tagged "manual" which is because I do run it manually and directly in a console window. Turns out this "manual" only means it is ignored by "jtreg -a" but still launch-able with plain "jtreg". Since the test needs user interactions on the console (not a GUI, which jtreg supports) and jtreg does not support it, the test must be tagged "@ignore" now.
Thanks Max