Looks fine to me. Thanks! Xuelei
On 1/29/2016 2:37 AM, joe darcy wrote: > Hello, > > The test > > javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java > > has been seen to fail intermittently (JDK-8049314). The test should be > marked accordingly. Please review the patch below which does this. > > Thanks, > > -Joe > > --- a/test/javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java Sat > Jan 16 10:44:40 2016 -0800 > +++ b/test/javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java Thu > Jan 28 10:36:49 2016 -0800 > @@ -1,5 +1,5 @@ > /* > - * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights > reserved. > + * Copyright (c) 2011, 2016, 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 > @@ -31,6 +31,7 @@ > * @bug 7105780 > * @summary Add SSLSocket client/SSLEngine server to templates directory. > * @run main/othervm SSLSocketSSLEngineTemplate > + * @key intermittent > */ > > /** >