New APIs in Java 22
Comparing Java 22 (22.0.2+9-tem) with Java 21 (21.0.5+11-LTS-tem).
Element | Modification |
---|---|
java.base |
|
java.io |
|
Console |
|
java.lang.foreign |
|
|
|
|
|
|
|
|
|
|
|
|
|
isTrivial() |
|
|
|
|
|
|
|
|
|
|
|
|
|
sequenceLayout(MemoryLayout) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getUtf8String(long) |
|
|
|
segmentOffset(MemorySegment) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setUtf8String(long, String) |
|
|
|
|
|
allocate(AddressLayout, MemorySegment) |
|
allocate(ValueLayout.OfByte, byte) |
|
allocate(ValueLayout.OfChar, char) |
|
allocate(ValueLayout.OfDouble, double) |
|
allocate(ValueLayout.OfFloat, float) |
|
allocate(ValueLayout.OfInt, int) |
|
allocate(ValueLayout.OfLong, long) |
|
allocate(ValueLayout.OfShort, short) |
|
allocateArray(MemoryLayout, long) |
|
allocateArray(ValueLayout.OfByte, byte...) |
|
allocateArray(ValueLayout.OfChar, char...) |
|
allocateArray(ValueLayout.OfDouble, double...) |
|
allocateArray(ValueLayout.OfFloat, float...) |
|
allocateArray(ValueLayout.OfInt, int...) |
|
allocateArray(ValueLayout.OfLong, long...) |
|
allocateArray(ValueLayout.OfShort, short...) |
|
allocateUtf8String(String) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
arrayElementVarHandle(int...) |
|
java.lang.invoke |
|
MethodHandles |
|
|
|
|
|
|
|
|
|
|
|
memorySegmentViewVarHandle(ValueLayout) |
|
|
|
java.lang.reflect |
|
ClassFileFormatVersion |
|
java.lang |
|
Character.UnicodeBlock |
|
Class |
|
isUnnamedClass() |
|
ModuleLayer.Controller |
|
|
|
Module |
|
|
|
Thread |
|
countStackFrames() |
|
StackWalker.Option |
|
java.net |
|
Inet4Address |
|
Inet6Address |
|
InetAddress |
|
java.nio.channels |
|
FileChannel |
|
|
|
java.nio.charset |
|
StandardCharsets |
|
java.nio.file |
|
Path |
|
java.security.interfaces |
|
|
|
DSAPrivateKey |
|
DSAPublicKey |
|
ECPrivateKey |
|
ECPublicKey |
|
EdECPrivateKey |
|
EdECPublicKey |
|
RSAPrivateKey |
|
RSAPublicKey |
|
XECPrivateKey |
|
XECPublicKey |
|
java.security |
|
|
|
|
|
java.text |
|
java.util.concurrent |
|
ForkJoinPool |
|
|
|
ForkJoinTask |
|
java.util.random |
|
RandomGenerator |
|
java.util.stream |
|
Stream |
|
javax.crypto.interfaces |
|
DHPrivateKey |
|
DHPublicKey |
|
java.compiler |
|
javax.lang.model.element |
|
RecordComponentElement |
|
TypeElement |
|
isUnnamed() |
|
VariableElement |
|
|
|
javax.lang.model.util |
|
ElementScanner6 |
|
Elements |
|
javax.lang.model |
|
SourceVersion |
|
java.desktop |
|
java.awt.peer |
|
WindowPeer |
|
javax.swing |
|
JFileChooser |
|
java.xml.crypto |
|
javax.xml.crypto.dsig |
|
SignatureMethod |
|
java.xml |
|
javax.xml.catalog |
|
CatalogManager |
|
GroupEntry.ResolveType |
This report is based on simple comparison of all public
and
protected
APIs of the java.*
and javax.*
packages of JDK builds 22.0.2+9-tem and
21.0.5+11-LTS-tem. It does not make statements about
compatibility.
For the latest Java versions the corresponding CSRs (Compatibility & Specification Review) are linked for a quick reference to find out about the reasoning of the change.