On 2015-01-08 11:04, Mattias Tobiasson wrote: > Hi, > Could I please have a review of this bug quarantine. > > bug: https://bugs.openjdk.java.net/browse/JDK-8068584 > webrev: http://cr.openjdk.java.net/~ykantser/8068584/webrev.00/ > > Thanks, > Mattias >
Mattias, In the two **/Launcher.java tests, you must place @ignore after the @library line, otherwise there will be a "Parse Exception: `@library' must appear before first `@run'". (The error message is, to say the least, a bit unintuitive until you figure out that "@ignore" is just an alias for "@run ignore".) Mikael