Looks good to me. I'm not a reviewer though. Mikael
On 2015-01-08 13:45, Mattias Tobiasson wrote: > Thanks for the explanation. > I have moved the @ignore tags to directly before the first @run tag. > > webrev: http://cr.openjdk.java.net/~ykantser/8068584/webrev.01/ > <http://cr.openjdk.java.net/%7Eykantser/8068584/webrev.01/> > > Mattias > > > On 01/08/2015 11:21 AM, Mikael Auno wrote: >> 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 >