This test has a typo in the "@run" tag, this caused to run some other test: * @run main/othervm -Djava.awt.headless=true GE_init4 it should be * @run main/othervm -Djava.awt.headless=true GE_init5 It also cannot be compiled because of the wrong import.
|