Java 15 正式发布,ZGC 最大可支持 16 TB 堆

9月15日,JDK 15 如期而至。

新版本体验地址:https://jdk.java.net/15

该版本更新的功能有:

  • 339: Edwards-Curve Digital Signature Algorithm (EdDSA)
  • 360: Sealed Classes (Preview)
  • 371: Hidden Classes
  • 372: Remove the Nashorn JavaScript Engine
  • 373: Reimplement the Legacy DatagramSocket API
  • 374: Disable and Deprecate Biased Locking
  • 375: Pattern Matching for instanceof (Second Preview)
  • 377: ZGC: A Scalable Low-Latency Garbage Collector
  • 378: Text Blocks
  • 379: Shenandoah: A Low-Pause-Time Garbage Collector
  • 381: Remove the Solaris and SPARC Ports
  • 383: Foreign-Memory Access API (Second Incubator)
  • 384: Records (Second Preview)
  • 385: Deprecate RMI Activation for Removal

更多详情,可查看官方发布地址:https://openjdk.java.net/projects/jdk/15/

你可能感兴趣的:(互联网资讯,java,jdk)