파란하늘의 지식창고
JDK 16 New Features
Study/Java 2021. 3. 18. 13:44

JDK의 버전별 변경 사항은 이곳을 참고하세요. Spec Java SE 16 Platform JSR 391에 정의된 바와 같이 JSR 391 구현이 목표 실제 Spec은 Final Release Specification 문서를 참고해야 함 Final Release Specification Feature Summary 전체 JEP Feature 목록은 OpenJDK의 JDK16 문서로 확인할 수 있다. Component Feature infrastructure Migrate from Mercurial to Git infrastructure Migrate to GitHub hotspot / gc ZGC: Concurrent Thread-Stack Processing hotspot / runtime Elast..