Re: [10] RFR 8194662: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java

2018-01-07 Thread David Holmes
Looks good Amy! Thanks, David On 8/01/2018 12:41 PM, Amy Lu wrote: Please review the patch to problem list com/sun/jndi/ldap/LdapTimeoutTest.java This test fails frequently and should be problem listed before JDK-8151678 fixed. bug: https://bugs.openjdk.java.net/browse/JDK-8194662 webrev:

[10] RFR 8194662: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java

2018-01-07 Thread Amy Lu
Please review the patch to problem list com/sun/jndi/ldap/LdapTimeoutTest.java This test fails frequently and should be problem listed before JDK-8151678 fixed. bug: https://bugs.openjdk.java.net/browse/JDK-8194662 webrev: http://cr.openjdk.java.net/~amlu/8194662/webrev.00/ Thanks, Amy ---

Re: Runtime code generation and barriers in migrating away from JVM-interal APIs

2018-01-07 Thread Rafael Winterhalter
You are right Peter, that does work. I assumed that the module to which a package was opened automatically received the access rights for any lookup object, thanks for pointing it out to me. This makes my proposal of C obsolete. I hope that D and E are considered nevertheless! Also, thank you Vol

Re: Runtime code generation and barriers in migrating away from JVM-interal APIs

2018-01-07 Thread Peter Levart
Hi Rafael, On 01/07/18 13:10, Volker Simonis wrote: At a result, even with Java 9 being supported by many popular frameworks, a migration away from internal APIs has not yet been achieved. I would therefore like to suggest the following extensions: C) When a module opens a package, other module

Runtime code generation and barriers in migrating away from JVM-interal APIs

2018-01-07 Thread Volker Simonis
Hi Rafael, thanks for the nice write up and your IMO reasonable suggestions. I’m forwarding your mail to jdk-dev and core-libs-dev which are more appropriate for this topic (adoption-discuss is more about bundling and distros). Regards, Volker --- Weitergeleitete Nachricht -- Von: Rafa