New API since JDK 11

Show API added in:

Contents

  • New Modules
    Module
    Added in
    Description
    16
    Defines the Java Packaging tool, jpackage.
    14
    Defines JDK-specific file mapping modes.
  • New Packages
    Package
    Added in
    Description
    12
    Classes and interfaces to represent nominal descriptors for run-time entities such as classes or method handles, and classfile entities such as constant pool entries or invokedynamic call sites.
    19
    Provides low-level access to memory and functions outside the Java runtime.
    14
    The java.lang.runtime package provides low-level runtime support for the Java language.
    17
    This package contains classes and interfaces that support a generic API for random number generation.
    14
    JDK-specific map modes for use with FileChannel::map.