New APIs in Java 11
Comparing Java 11 (11.0.25+9-tem) with Java 9 (9.0.4-open).
Element | Modification |
---|---|
java.activation |
|
java.base |
|
java.io |
|
ByteArrayInputStream |
|
ByteArrayOutputStream |
|
FileInputStream |
|
|
|
FileOutputStream |
|
|
|
FileReader |
|
FileWriter |
|
InputStream |
|
OutputStream |
|
PrintStream |
|
PrintWriter |
|
Reader |
|
Writer |
|
java.lang.invoke |
|
|
|
|
|
MethodType |
|
java.lang.ref |
|
Reference |
|
java.lang.reflect |
|
MalformedParameterizedTypeException |
|
java.lang |
|
Character.UnicodeBlock |
|
Character |
|
Class |
|
FdLibm.Cbrt |
|
Cbrt() |
|
FdLibm.Hypot |
|
Hypot() |
|
FdLibm.Pow |
|
Pow() |
|
Runtime.Version |
|
|
|
|
|
|
|
Runtime |
|
getLocalizedInputStream(InputStream) |
|
getLocalizedOutputStream(OutputStream) |
|
runFinalizersOnExit(boolean) |
|
SecurityManager |
|
inCheck |
|
checkAwtEventQueueAccess() |
|
checkMemberAccess(Class, int) |
|
checkSystemClipboardAccess() |
|
checkTopLevelWindow(Object) |
|
classDepth(String) |
|
classLoaderDepth() |
|
currentClassLoader() |
|
currentLoadedClass() |
|
getInCheck() |
|
inClass(String) |
|
inClassLoader() |
|
|
|
|
|
String |
|
System |
|
runFinalizersOnExit(boolean) |
|
Thread |
|
destroy() |
|
stop(Throwable) |
|
Character.UnicodeScript |
|
CharSequence |
|
StackWalker.StackFrame |
|
java.net |
|
URLDecoder |
|
URLEncoder |
|
java.nio.channels |
|
Channels |
|
SelectionKey |
|
Selector |
|
java.nio.file |
|
FileStore |
|
Files |
|
Path |
|
java.nio |
|
ByteBuffer |
|
CharBuffer |
|
DoubleBuffer |
|
FloatBuffer |
|
IntBuffer |
|
LongBuffer |
|
ShortBuffer |
|
java.security.acl |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
java.security.interfaces |
|
RSAKey |
|
java.security.spec |
|
|
|
getName() |
|
MGF1ParameterSpec |
|
PSSParameterSpec |
|
RSAKeyGenParameterSpec |
|
RSAMultiPrimePrivateCrtKeySpec |
|
RSAPrivateCrtKeySpec |
|
RSAPrivateKeySpec |
|
RSAPublicKeySpec |
|
java.security |
|
|
|
|
|
|
|
|
|
java.time.chrono |
|
HijrahEra |
|
MinguoEra |
|
ThaiBuddhistEra |
|
java.time.format |
|
DateTimeFormatter |
|
java.util.concurrent.locks |
|
StampedLock |
|
java.util.concurrent |
|
FutureTask |
|
PriorityBlockingQueue |
|
|
|
|
|
|
|
|
|
TimeUnit |
|
java.util.function |
|
Predicate |
|
java.util.jar |
|
JarEntry |
|
JarFile |
|
|
|
|
|
|
|
java.util.regex |
|
Pattern |
|
java.util.spi |
|
LocaleNameProvider |
|
|
|
|
|
java.util.stream |
|
Collectors |
|
java.util.zip |
|
Deflater |
|
|
|
Inflater |
|
|
|
ZipFile |
|
|
|
java.util |
|
ArrayList |
|
|
|
|
|
DoubleSummaryStatistics |
|
Formatter |
|
IntSummaryStatistics |
|
LongSummaryStatistics |
|
OptionalDouble |
|
OptionalInt |
|
OptionalLong |
|
Optional |
|
PriorityQueue |
|
|
|
|
|
|
|
|
|
Properties |
|
Scanner |
|
SplittableRandom |
|
Collection |
|
List |
|
Map |
|
Set |
|
javax.crypto.spec |
|
javax.security.auth |
|
Policy |
|
java.compiler |
|
javax.lang.model.util |
|
TypeKindVisitor6 |
|
TypeKindVisitor9 |
|
javax.lang.model |
|
SourceVersion |
|
java.corba |
|
java.desktop |
|
java.awt.geom |
|
Path2D.Double |
|
Path2D.Float |
|
Path2D |
|
java.awt.peer |
|
RobotPeer |
|
dispose() |
|
|
|
java.awt |
|
|
|
|
|
|
|
Toolkit |
|
|
|
javax.print.attribute.standard |
|
javax.swing.plaf.basic |
|
BasicMenuUI |
|
|
|
BasicRadioButtonUI |
|
installListeners(AbstractButton) |
|
uninstallListeners(AbstractButton) |
|
javax.swing |
|
DefaultComboBoxModel |
|
DefaultListModel |
|
JPasswordField |
|
|
|
ButtonModel |
|
ListSelectionModel |
|
java.management.rmi |
|
javax.management.remote.rmi |
|
RMIConnectorServer |
|
|
|
|
|
|
|
java.management |
|
java.lang.management |
|
RuntimeMXBean |
|
ThreadMXBean |
|
java.sql |
|
javax.transaction.xa |
|
java.transaction |
|
java.xml.bind |
|
java.xml.crypto |
|
javax.xml.crypto.dsig |
|
DigestMethod |
|
SignatureMethod |
|
java.xml.ws.annotation |
|
java.xml.ws |
|
java.xml |
|
javax.xml.stream |
|
XMLInputFactory |
|
|
This report is based on simple comparison of all public
and
protected
APIs of the java.*
and javax.*
packages of JDK builds 11.0.25+9-tem and
9.0.4-open. 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.