<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Please take a review at the fix below:<div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><b class="">diff --git a/src/java.base/share/classes/java/security/DrbgParameters.java b/src/java.base/share/classes/java/security/DrbgParameters.java</b></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(195, 55, 32);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><b class="">--- a/src/java.base/share/classes/java/security/DrbgParameters.java</b></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(52, 188, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><b class="">+++ b/src/java.base/share/classes/java/security/DrbgParameters.java</b></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(213, 59, 211);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">@@ -1,5 +1,5 @@</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> /*</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(195, 55, 32);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">- * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(52, 188, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">+ * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> *</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> * This code is free software; you can redistribute it and/or modify it</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(213, 59, 211);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">@@ -226,9 +226,9 @@</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> * Calling {@link SecureRandom#generateSeed(int)} will directly read</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> * from this system default entropy source.</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> * <p></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(195, 55, 32);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">- * This implementation has passed all tests included in the 20151104 version of</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(195, 55, 32);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">- * <a href="<a href="http://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip" class="">http://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip</a>"></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(195, 55, 32);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">- * The DRBG Test Vectors</a>.</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(52, 188, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">+ * This implementation has passed the test vectors (published on 2015-11-04) in</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(52, 188, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">+ * <a href="<a href="https://csrc.nist.gov/Projects/Cryptographic-Algorithm-Validation-Program/Random-Number-Generators" class="">https://csrc.nist.gov/Projects/Cryptographic-Algorithm-Validation-Program/Random-Number-Generators</a>"></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(52, 188, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">+ * Cryptographic Algorithm Validation Program</a>.</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> *</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> * @since 9</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> */</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div></div></div></div></div><div class="">Note that the link does not point to a zip file now. It might be a little rude to link to a 13MB zip file, and a description page is better. The page is quite concise and has a section named "Test Vectors" containing the link to the zip file. The zip file has actually no version info but the content shows the data was generated on 2015-11-04. I'd like to keep the date info in case the test vectors are updated some day.</div><div class=""><br class=""></div><div class="">BTW, the zip file itself is exactly the same as before so there is no need to re-test.</div><div class=""><br class=""></div><div class="">Thanks</div><div class="">Max</div><div class=""><br class=""></div></body></html>