Thanks, pushed.
Dmitry
On 3/5/20 10:39 PM, Andrew Hughes wrote:
On 05/03/2020 16:57, Dmitry Cherepanov wrote:
JBS: https://bugs.openjdk.java.net/browse/JDK-8240621
Webrev:
http://cr.openjdk.java.net/~dcherepanov/openjdk7u/8240621/webrev.v1/
Please review a patch that replaces the use of java.time.Instant API
with java.util.Calendar API.
Thanks,
Dmitry
Ah, thanks. I usually do a manual compile of the Windows classes to
catch things like this, but must have missed that there were
Windows-specific files in this patch.
Fix looks good and matches what I did elsewhere in that patch.
Thanks,