Re: RFR: JDK-8239789 Follow-up on JVM feature rewrite

2020-02-25 Thread Magnus Ihse Bursie
On 2020-02-24 13:41, Per Liden wrote: You forgot to change "ZGC garbage collector" -> "Z garbage collector". That's very diligent of you. :-) However, I didn't forgot -- I published the webrev just before your comment about s/ZGC/Z/, and as I said, I will fix this before pushing (as I now have)

Re: RFR: JDK-8239789 Follow-up on JVM feature rewrite

2020-02-25 Thread Per Liden
On 2/25/20 9:43 AM, Magnus Ihse Bursie wrote: On 2020-02-24 13:41, Per Liden wrote: You forgot to change "ZGC garbage collector" -> "Z garbage collector". That's very diligent of you. :-) However, I didn't forgot -- I published the webrev just before your comment about s/ZGC/Z/, and as I said,

Re: RFR: JDK-8239789 Follow-up on JVM feature rewrite

2020-02-25 Thread Dalibor Topic
Some small suggestions: On 21.02.2020 16:05, Magnus Ihse Bursie wrote:   aot enable ahead of time compilation (AOT)   cds enable class data sharing (CDS)   compiler1   enable hotspot compiler C1   compiler2   enable hotspot comp

Re: RFR: JDK-8239789 Follow-up on JVM feature rewrite

2020-02-25 Thread Magnus Ihse Bursie
Hi Dalibor, I just pushed this. Are your suggestions important enough that I should open a separate bug? /Magnus > 25 feb. 2020 kl. 10:45 skrev Dalibor Topic : > > Some small suggestions: > >> On 21.02.2020 16:05, Magnus Ihse Bursie wrote: >> aot enable ahead of time co

Re: RFR: 8239563 - Reduce public exports in dynamic libraries built from static JDK libraries

2020-02-25 Thread David Holmes
Hi Bob, Adding build-dev. On 26/02/2020 6:37 am, Bob Vandette wrote: Please review this RFE that alters the visibility of JNI entrypoints to hidden when a shared library is created using static JDK libraries. RFE: https://bugs.openjdk.java.net/browse/JDK-8239563 WEBREV: http://cr.openjdk.