Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[golo-dev] JDK 11 Early Access build 8 available


Hi Julien,

JDK 11 EA build 8, under both the GPL and Oracle EA licenses, is now available at http://jdk.java.net/11 .

Notable changes in JDK 11 EA builds since last email:
  • Build 8:
    • If you have a library that uses the Selector API heavily then now would be a good time to test it out. [1]
  • Build 7
    • The VM option "-XX:+AggressiveOpts" is deprecated in JDK 11 and will be removed in a future release.
  • Build 6:
    • JDK-8193033 : remove terminally deprecated sun.misc.Unsafe.defineClass. Users should use the public replacement `java.lang.invoke.MethodHandles.Lookup.defineClass` which was added in Java SE 9. [2] 


SURVEY: The HotSpot Serviceability Agent (SA) [3]
  • If you have used, or have (support) processes that utilize the Serviceability Agent or related APIs, then we would definitely appreciate if you would complete this survey: https://www.surveymonkey.com/r/CF3MYDL

Regards,
Rory

[1] http://mail.openjdk.java.net/pipermail/nio-dev/2018-April/004964.html
[2] https://docs.oracle.com/javase/9/docs/api/java/lang/invoke/MethodHandles.Lookup.html#defineClass-byte:A-
[3] http://mail.openjdk.java.net/pipermail/jdk-dev/2018-April/001052.html
-- 
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland 

Back to the top