[13]: RFR: 8174268: Declare a public field in JapaneseEra for the era starting May 2019

2019-03-31 Thread naoto . sato
Hello, Please review the fix to the following issue: https://bugs.openjdk.java.net/browse/JDK-8174268 The CSR and the proposed changeset are located at: https://bugs.openjdk.java.net/browse/JDK-8193826 http://cr.openjdk.java.net/~naoto/8174268/webrev.02/ This is the other part of change of

[13] RFR: 8205432: Replace the placeholder Japanese era name

2019-03-31 Thread naoto . sato
Hello, Please review the fix to the following issue: https://bugs.openjdk.java.net/browse/JDK-8205432 The CSR and the proposed changeset are located at: https://bugs.openjdk.java.net/browse/JDK-8218207 http://cr.openjdk.java.net/~naoto/8205432/webrev.03/ The fix is simply to replace all the

Re: RFR: 8221477: Inject os/cpu-specific constants into Unsafe from JVM

2019-03-31 Thread David Holmes
Hi Andrew, On 29/03/2019 8:40 pm, Andrew Dinn wrote: Hi David, Thanks very much for reviewing this patch. On 29/03/2019 01:25, David Holmes wrote: This seems fine in general but I have a few queries on some details: src/hotspot/share/classfile/javaClasses.hpp     f(java_lang_Thread) \ +  

Re: RFR 8213031: (zipfs) Add support for POSIX file permissions

2019-03-31 Thread Alan Bateman
On 20/03/2019 16:25, Langer, Christoph wrote: Hi Alan, I now found time to get back to the POSIX file permissions in zipfs. The goal would be to get it done for JDK13  : Here is an updated webrev: http://cr.openjdk.java.net/~clanger/webrevs/8213031.8/ What's next? I skimmed through the