Reviewed. I’ll take a look at 8175022 soon. -Chris.
> On 28 Apr 2017, at 20:18, joe darcy <[email protected]> wrote: > > Hello, > > The test > > jdk/modules/incubator/ImageModules.java > > has been seen to intermittently fail at a low frequency (JDK-8175022) and > should be marked accordingly. > > Please review the patch below. > > Thanks, > > -Joe > > diff -r 7c04ab31b4d6 test/jdk/modules/incubator/ImageModules.java > --- a/test/jdk/modules/incubator/ImageModules.java Wed Apr 26 09:37:23 > 2017 -0700 > +++ b/test/jdk/modules/incubator/ImageModules.java Fri Apr 28 12:17:08 > 2017 -0700 > @@ -1,5 +1,5 @@ > /* > - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. > + * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights > reserved. > * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. > * > * This code is free software; you can redistribute it and/or modify it > @@ -26,6 +26,7 @@ > * @bug 8170859 > * @summary Basic test for incubator modules in jmods and images > * @library /lib/testlibrary > + * @key intermittent > * @modules jdk.compiler jdk.jartool jdk.jlink > * @build CompilerUtils > * @run testng/othervm ImageModules >
