<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <tt>Please review the patch to fix the typo in @modules for test</tt><tt><br>
    </tt><tt>javax/net/ssl/ciphersuites/ECCurvesconstraints.java</tt><tt><br>
    </tt><tt><br>
    </tt><tt>bug: <a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8183531">https://bugs.openjdk.java.net/browse/JDK-8183531</a></tt><tt><br>
    </tt><tt>webrev: <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~amlu/8183531/webrev.00/">http://cr.openjdk.java.net/~amlu/8183531/webrev.00/</a></tt><tt><br>
    </tt><tt><br>
    </tt><tt>Thanks,</tt><tt><br>
    </tt><tt>Amy<br>
    </tt><br>
    <pre style="color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-wrap: break-word; white-space: pre-wrap;">--- old/test/javax/net/ssl/ciphersuites/ECCurvesconstraints.java   2017-07-04 15:47:20.000000000 +0800
+++ new/test/javax/net/ssl/ciphersuites/ECCurvesconstraints.java        2017-07-04 15:47:20.000000000 +0800
@@ -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
@@ -32,7 +32,7 @@
  * @test
  * @bug 8148516
  * @summary Improve the default strength of EC in JDK
- * @modules jdk.crypyo.ec
+ * @modules jdk.crypto.ec
  * @run main/othervm ECCurvesconstraints PKIX
  * @run main/othervm ECCurvesconstraints SunX509
  */</pre>
  </body>
</html>