<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix"><tt>Looks good.</tt><tt><br>
<br>
Thank you for the quick fix.</tt><tt><br>
<br>
</tt><tt>Thanks,</tt><tt><br>
</tt><tt>Amy</tt><br>
<br>
On 11/14/19 1:26 AM, Lance Andersen wrote:<br>
</div>
<blockquote type="cite"
cite="mid:3C62B9B5-62B6-4A44-9183-C9A3752815CB@oracle.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
HI
<div class=""><br class="">
</div>
<div class="">Please review this test fix which I must have
accidentally rolled back in intellij and did not catch. Â I have
run mach5 tests and it is passing (and running ;-) )</div>
<div class=""><br class="">
</div>
<div class="">———————————</div>
<div class="">
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; background-color: rgb(255, 255, 255);"
class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">$ hg diff</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; background-color: rgb(255, 255, 255);"
class=""><span style="font-variant-ligatures:
no-common-ligatures" class=""><b class="">diff -r
57ad70bcf06c test/jdk/jdk/nio/zipfs/CRCWriteTest.java</b></span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; color: rgb(195, 55, 32); background-color:
rgb(255, 255, 255);" class=""><span
style="font-variant-ligatures: no-common-ligatures" class=""><b
class="">--- a/test/jdk/jdk/nio/zipfs/CRCWriteTest.javaÂ
Wed Nov 13 11:27:50 2019 +0000</b></span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; color: rgb(52, 188, 38); background-color:
rgb(255, 255, 255);" class=""><span
style="font-variant-ligatures: no-common-ligatures" class=""><b
class="">+++ b/test/jdk/jdk/nio/zipfs/CRCWriteTest.javaÂ
Wed Nov 13 12:24:01 2019 -0500</b></span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; color: rgb(213, 59, 211);
background-color: rgb(255, 255, 255);" class=""><span
style="font-variant-ligatures: no-common-ligatures" class="">@@
-57,10 +57,10 @@</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; background-color: rgb(255, 255, 255);"
class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Â Â Â * can be used
successfully with the OutputStream write methods</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; background-color: rgb(255, 255, 255);"
class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Â Â Â */</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; background-color: rgb(255, 255, 255);"
class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Â Â Â @Test</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; color: rgb(195, 55, 32); background-color:
rgb(255, 255, 255);" class=""><span
style="font-variant-ligatures: no-common-ligatures" class="">-Â
 private void zipFsOsDeflatedWriteTest() throws Exception {</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; color: rgb(52, 188, 38); background-color:
rgb(255, 255, 255);" class=""><span
style="font-variant-ligatures: no-common-ligatures" class="">+Â
 public void zipFsOsDeflatedWriteTest() throws Exception {</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; background-color: rgb(255, 255, 255);"
class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Â Â Â Â Â
Files.deleteIfExists(JAR_FILE);</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; background-color: rgb(255, 255, 255);"
class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Â Â Â Â Â String[] msg =
{"Hello ", "Tennis Anyone", "!!!!"};</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; color: rgb(195, 55, 32); background-color:
rgb(255, 255, 255);" class=""><span
style="font-variant-ligatures: no-common-ligatures" class="">-Â
   Entry e0 = Entry.of("Entry-0", ZipEntry.DEFLATED,
Arrays.toString(msg));</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; color: rgb(52, 188, 38); background-color:
rgb(255, 255, 255);" class=""><span
style="font-variant-ligatures: no-common-ligatures" class="">+Â
   Entry e0 = Entry.of("Entry-0", ZipEntry.DEFLATED,
String.join("",msg));</span></div>
<p style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; background-color: rgb(255, 255, 255);
min-height: 13px;" class=""><span
style="font-variant-ligatures: no-common-ligatures" class="">Â </span><br
class="webkit-block-placeholder">
</p>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; background-color: rgb(255, 255, 255);"
class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Â Â Â Â Â try (FileSystem zipfs
= FileSystems.newFileSystem(JAR_FILE,</span></div>
<div style="margin: 0px; font-size: 11px; line-height: normal;
font-family: Menlo; background-color: rgb(255, 255, 255);"
class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Â Â Â Â Â Â Â Â Â
Map.of("create", "true"))) {</span></div>
</div>
<div class=""><span style="font-variant-ligatures:
no-common-ligatures" class=""><br class="">
</span></div>
<div class="">———————————————</div>
<div class=""><br class="">
</div>
<div class="">Best</div>
<div class="">Lance<br class="">
<div class="">
<div class=""><span class="Apple-style-span"
style="border-collapse: separate; border-spacing: 0px;"><span
class="Apple-style-span" style="color: rgb(102, 102,
102); font-family: Verdana, Arial, Helvetica,
sans-serif; font-size: small; "><a
href="http://oracle.com/us/design/oracle-email-sig-198324.gif"
class="" moz-do-not-send="true"><span><img
apple-inline="yes"
id="5E9F8A52-725E-426D-94A5-7BE9C05E61D2"
src="cid:part1.646D5CFF.265F48D6@oracle.com"
class=""></span></a>
<div style="color: rgb(0, 0, 0); font-family: Helvetica;
font-size: medium; font-style: normal; font-variant:
normal; font-weight: normal; letter-spacing: normal;
line-height: normal; orphans: 2; text-align:
-webkit-auto; text-indent: 0px; text-transform: none;
white-space: normal; widows: 2; word-spacing: 0px;
-webkit-text-size-adjust: auto;
-webkit-text-stroke-width: 0px; " class=""><a
href="http://oracle.com/us/design/oracle-email-sig-198324.gif"
class="" moz-do-not-send="true"><span
class="Apple-style-span" style="border-collapse:
separate; border-spacing: 0px; "><span
class="Apple-style-span" style="color: rgb(102,
102, 102); font-family: Verdana, Arial,
Helvetica, sans-serif; font-size: small; "></span></span></a><a
href="http://oracle.com/us/design/oracle-email-sig-198324.gif" class=""
moz-do-not-send="true"><span
class="Apple-style-span" style="border-collapse:
separate; color: rgb(0, 0, 0); font-family:
Helvetica; border-spacing: 0px;
-webkit-text-decorations-in-effect: none; "><span
class="Apple-style-span" style="color: rgb(102,
102, 102); font-family: Verdana, Arial,
Helvetica, sans-serif; font-size: small; "><span
class="Apple-style-span"
style="border-collapse: separate; color:
rgb(0, 0, 0); font-family: Helvetica;
border-spacing: 0px;
-webkit-text-decorations-in-effect: none; "></span></span></span></a><a
href="http://oracle.com/us/design/oracle-email-sig-198324.gif" class=""
moz-do-not-send="true"><br class="">
</a><span style="color: rgb(102, 102, 102);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small; " class="">Lance Andersen|
Principal Member of Technical Staff |
+1.781.442.2037</span><br style="color: rgb(102,
102, 102); font-family: Verdana, Arial, Helvetica,
sans-serif; font-size: small; " class="">
<font style="font-family: Verdana, Arial, Helvetica,
sans-serif; font-size: small; " class=""
color="#FF0000">Oracle</font><span style="color:
rgb(102, 102, 102); font-family: Verdana, Arial,
Helvetica, sans-serif; font-size: small; " class="">Â Java
Engineering </span><br style="color: rgb(102, 102,
102); font-family: Verdana, Arial, Helvetica,
sans-serif; font-size: small; " class="">
<span style="color: rgb(102, 102, 102); font-family:
Verdana, Arial, Helvetica, sans-serif; font-size:
small; " class="">1 Network Drive </span><br
style="color: rgb(102, 102, 102); font-family:
Verdana, Arial, Helvetica, sans-serif; font-size:
small; " class="">
<span style="color: rgb(102, 102, 102); font-family:
Verdana, Arial, Helvetica, sans-serif; font-size:
small; " class="">Burlington, MA 01803</span><br
style="color: rgb(102, 102, 102); font-family:
Verdana, Arial, Helvetica, sans-serif; font-size:
small; " class="">
<a href="mailto:Lance.Andersen@oracle.com"
style="font-family: Verdana, Arial, Helvetica,
sans-serif; font-size: small; " class=""
moz-do-not-send="true">Lance.Andersen@oracle.com</a></div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica;
font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: normal;
orphans: 2; text-align: -webkit-auto; text-indent:
0px; text-transform: none; white-space: normal;
widows: 2; word-spacing: 0px;
-webkit-text-size-adjust: auto;
-webkit-text-stroke-width: 0px; " class=""><br
class="">
</div>
<br class="Apple-interchange-newline">
</span></span></div>
</div>
<br class="">
</div>
</blockquote>
<br>
</body>
</html>