fbpx
Wikipedia

Java version history

The Java language has undergone several changes since JDK 1.0 as well as numerous additions of classes and packages to the standard library. Since J2SE 1.4, the evolution of the Java language has been governed by the Java Community Process (JCP), which uses Java Specification Requests (JSRs) to propose and specify additions and changes to the Java platform. The language is specified by the Java Language Specification (JLS); changes to the JLS are managed under JSR 901. In September 2017, Mark Reinhold, chief Architect of the Java Platform, proposed to change the release train to "one feature release every six months" rather than the then-current two-year schedule.[1][2] This proposal took effect for all following versions, and is still the current release schedule.

In addition to the language changes, other changes have been made to the Java Class Library over the years, which has grown from a few hundred classes in JDK 1.0 to over three thousand in J2SE 5. Entire new APIs, such as Swing and Java2D, have been introduced, and many of the original JDK 1.0 classes and methods have been deprecated, and very few APIs have been removed (at least one, for threading, in Java 22[3]). Some programs allow the conversion of Java programs from one version of the Java platform to an older one (for example Java 5.0 backported to 1.4) (see Java backporting tools).

Regarding Oracle Java SE Support Roadmap,[4] version 22 is the latest one, and versions 21, 17, 11 and 8 are the currently supported long-term support (LTS) versions, where Oracle Customers will receive Oracle Premier Support. Oracle continues to release no-cost public Java 8 updates for development[4] and personal use indefinitely. Oracle also continues to release no-cost public Java 17 LTS updates for all users, including commercial and production use until September 2024.[5]

In the case of OpenJDK, both commercial long-term support and free software updates are available from multiple organizations in the broader community.[6]

Java 22 was released on March 19, 2024.

Release table edit

Version Class File Format Version[7] Release date End of Public Updates (Free) End of Extended Support (Paid)
Old version, no longer maintained: JDK 1.0 45 23rd January 1996 May 1996
Old version, no longer maintained: JDK 1.1 45 18th February 1997 October 2002
Old version, no longer maintained: J2SE 1.2 46 4th December 1998 November 2003
Old version, no longer maintained: J2SE 1.3 47 8th May 2000 March 2006
Old version, no longer maintained: J2SE 1.4 48 13th February 2002 October 2008
Old version, no longer maintained: J2SE 5.0 49 30th September 2004 October 2009
Old version, no longer maintained: Java SE 6 50 11th December 2006 April 2013 December 2016 for Red Hat[8]
October 2018 for Oracle[9]
March 2026 for BellSoft Liberica[10]
December 2027 for Azul[11]
Old version, no longer maintained: Java SE 7 51 28th July 2011 July 2015 June 2020 for Red Hat[8]
July 2022 for Oracle[12]
March 2026 for BellSoft Liberica[10]
December 2027 for Azul[11]
Older version, yet still maintained: Java SE 8 (LTS) 52 18th March 2014 April 2019 for Oracle
November 2026 for Eclipse Temurin[13]
November 2026 for Red Hat[8]
July 2027 for Amazon Corretto[14]
December 2030 for Azul[11]
March 2031 for BellSoft Liberica[10]
December 2030 for Oracle[4]
Old version, no longer maintained: Java SE 9 53 21st September 2017 March 2018
Old version, no longer maintained: Java SE 10 54 20th March 2018 September 2018
Older version, yet still maintained: Java SE 11 (LTS) 55 25th September 2018 April 2019 for Oracle
October 2024 for Red Hat[8]
March 2027 for BellSoft Liberica[10]
October 2027 for Eclipse Temurin[13]
October 2027 for Amazon Corretto[14]
January 2032 for Azul[11]
January 2032 for Oracle[4]
Old version, no longer maintained: Java SE 12 56 19th March 2019 September 2019
Old version, no longer maintained: Java SE 13 57 17th September 2019 March 2020
Old version, no longer maintained: Java SE 14 58 17th March 2020 September 2020
Old version, no longer maintained: Java SE 15 59 16th September 2020 March 2021
Old version, no longer maintained: Java SE 16 60 16th March 2021 September 2021
Older version, yet still maintained: Java SE 17 (LTS) 61 14th September 2021 September 2024 for Oracle[4]
October 2027 for Eclipse Temurin[13]
October 2027 for Red Hat[8]
October 2029 for Amazon Corretto[14]
September 2029 for Azul[11]
March 2030 for BellSoft Liberica[10]
September 2029 for Oracle[4]
Old version, no longer maintained: Java SE 18 62 22nd March 2022 September 2022
Old version, no longer maintained: Java SE 19 63 20th September 2022 March 2023
Old version, no longer maintained: Java SE 20 64 21st March 2023 September 2023
Older version, yet still maintained: Java SE 21 (LTS) 65 19th September 2023 September 2026 for Oracle[4]
December 2029 for Red Hat[8]
December 2029 for Eclipse Temurin[13]
October 2030 for Amazon Corretto[14]
September 2031 for Azul[11]
March 2032 for BellSoft Liberica[10]
September 2031 for Oracle[4]
Current stable version: Java SE 22 66 19th March 2024 September 2024
Future release: Java SE 23 67 September 2024 March 2025
Future release: Java SE 24 68 March 2025 September 2025
Future release: Java SE 25 (LTS) 69 September 2025 September 2028 for Oracle[4] September 2033 for Oracle[4]
Legend:
Old version
Older version, still maintained
Latest version
Latest preview version
Future release

JDK 1.0 edit

JDK 1.0
ReleasedJanuary 23, 1996
(28 years ago)
 (1996-01-23)

The first version was released on January 23, 1996.[15][16] The first stable version, JDK 1.0.2, is called Java 1.[16]

JDK 1.1 edit

JDK 1.1
ReleasedFebruary 19, 1997
(27 years ago)
 (1997-02-19)

Major additions in the release on February 19, 1997 included:[17]

J2SE 1.2 edit

J2SE 1.2
CodenamePlayground
ReleasedDecember 8, 1998
(25 years ago)
 (1998-12-08)

The release on December 8, 1998 and subsequent releases through J2SE 5.0 were rebranded retrospectively Java 2 and the version name "J2SE" (Java 2 Platform, Standard Edition) replaced JDK to distinguish the base platform from J2EE (Java 2 Platform, Enterprise Edition) and J2ME (Java 2 Platform, Micro Edition). This was a very significant release of Java as it tripled the size of the Java platform to 1520 classes in 59 packages. Major additions included:[19]

J2SE 1.3 edit

J2SE 1.3
CodenameKestrel
ReleasedMay 8, 2000
(23 years ago)
 (2000-05-08)

The most notable changes in the May 8, 2000 release were:[20][21]

Java 1.3 is the last release of Java to officially support Microsoft Windows 95.[22]

J2SE 1.4 edit

J2SE 1.4
CodenameMerlin
ReleasedFebruary 6, 2002
(22 years ago)
 (2002-02-06)
Support ended
PublicOctober 2008 (2008-10)
PaidFebruary 2013 (2013-02)

The February 6, 2002 release was the first release of the Java platform developed under the Java Community Process as JSR 59. Major changes included:[23][24]

  • Language changes
    • assert keyword (specified in )
  • Library improvements
    • Regular expressions modeled after Perl regular expressions
    • Exception chaining allows an exception to encapsulate original lower-level exception
    • Internet Protocol version 6 (IPv6) support
    • Non-blocking I/O (named NIO) (specified in JSR 51)
    • Logging API (specified in JSR 47)
    • Image I/O API for reading and writing images in formats like JPEG and PNG
    • Integrated XML parser and XSLT processor (JAXP) (specified in JSR 5 and JSR 63)
    • Integrated security and cryptography extensions (JCE, JSSE, JAAS)
    • Java Web Start included (Java Web Start was first released in March 2001 for J2SE 1.3) (specified in JSR 56)
    • Preferences API (java.util.prefs)

Public support and security updates for Java 1.4 ended in October 2008. Paid security updates for Oracle customers ended in February 2013.[25]

Java SE 5 edit

Java SE 5
CodenameTiger
ReleasedSeptember 30, 2004
(19 years ago)
 (2004-09-30)
Support ended
PublicNovember 2009 (2009-11)
PaidApril 2015 (2015-04)

The release on September 30, 2004 was originally numbered 1.5, which is still used as the internal version number. The number was changed to "better reflect the level of maturity, stability, scalability and security of the J2SE".[26] This version was developed under JSR 176.

Java SE 5 entered its end-of-public-updates period on April 8, 2008; updates are no longer available to the public as of November 3, 2009. Updates were available to paid Oracle customers until May 2015.[4]

Tiger added a number of significant new language features:[27][28]

  • Generics: provides compile-time (static) type safety for collections and eliminates the need for most typecasts (type conversion) (specified by JSR 14)
  • Metadata: also called annotations; allows language constructs such as classes and methods to be tagged with additional data, which can then be processed by metadata-aware utilities (specified by JSR 175)
  • Autoboxing/unboxing: automatic conversions between primitive types (such as int) and primitive wrapper classes (such as Integer) (specified by JSR 201)
  • Enumerations: the enum keyword creates a typesafe, ordered list of values (such as Day.MONDAY, Day.TUESDAY, etc.); previously this could only be achieved by non-typesafe constant integers or manually constructed classes (typesafe enum pattern) (specified by JSR 201)
  • Varargs: the last parameter of a method can now be declared using a type name followed by three dots (e.g. void drawtext(String... lines)); in the calling code any number of parameters of that type can be used and they are then placed in an array to be passed to the method, or alternatively the calling code can pass an array of that type
  • Enhanced for each loop: the for loop syntax is extended with special syntax for iterating over each member of either an array or any Iterable, such as the standard Collection classes (specified by JSR 201)
  • Improved semantics of execution for multi-threaded Java programs; the new Java memory model addresses issues of complexity, effectiveness, and performance of previous specifications[29]
  • Static imports

There were also the following improvements to the standard libraries:

  • Automatic stub generation for RMI objects
  • Swing: New skinnable look and feel, called synth
  • The concurrency utilities in package java.util.concurrent[30]
  • Scanner class for parsing data from various input streams and buffers

Java 5 is the last release of Java to officially support Microsoft Windows 98 and Windows ME,[31] while Windows Vista was the newest version of Windows that Java SE 5 was supported on prior to Java 5 going end-of-life in October of 2009.[25]

Java 5 Update 5 (1.5.0_05) is the last release of Java to work on Windows 95 (with Internet Explorer 5.5 installed) and Windows NT 4.0.[32]

Java 5 was first available on Apple Mac OS X 10.4 (Tiger)[33] and was the default version of Java installed on Apple Mac OS X 10.5 (Leopard).

Public support and security updates for Java 1.5 ended in November 2009. Paid security updates for Oracle customers ended in April 2015.

Versioning change edit

This version introduced a new versioning system for the Java language, although the old versioning system continued to be used for developer libraries:

Both version numbers "1.5.0" and "5.0" are used to identify this release of the Java 2 Platform Standard Edition. Version "5.0" is the product version, while "1.5.0" is the developer version. The number "5.0" is used to better reflect the level of maturity, stability, scalability and security of the J2SE.

— "Version 1.5.0 or 5.0?", Java release notes[34]

This correspondence continued through later releases (Java 6 = JDK 1.6, Java 7 = JDK 1.7, and so on).

Java SE 6 edit

Java SE 6
CodenameMustang
ReleasedNovember 11, 2006
(17 years ago)
 (2006-11-11)
Support ended
PublicFebruary 2013 (2013-02)

As of the version released on December 11, 2006, Sun replaced the name "J2SE" with Java SE and dropped the ".0" from the version number.[35] Internal numbering for developers remains 1.6.0.[36]

This version was developed under JSR 270.

During the development phase, new builds including enhancements and bug fixes were released approximately weekly. Beta versions were released in February and June 2006, leading up to a final release that occurred on December 11, 2006.

Major changes included in this version:[37][38]

  • Support for older Win9x versions dropped; unofficially, Java 6 Update 7 was the last release of Java shown to work on these versions of Windows.[citation needed] This is believed[by whom?] to be due to the major changes in Update 10.
  • Scripting Language Support (JSR 223): Generic API for tight integration with scripting languages, and built-in Mozilla JavaScript Rhino integration.
  • Dramatic performance improvements for the core platform,[39][40] and Swing.
  • Improved Web Service support through JAX-WS (JSR 224).
  • JDBC 4.0 support (JSR 221).
  • Java Compiler API (JSR 199): an API allowing a Java program to select and invoke a Java Compiler programmatically.
  • Upgrade of JAXB to version 2.0: Including integration of a StAX parser.
  • Support for pluggable annotations (JSR 269).[41]
  • Many GUI improvements, such as integration of SwingWorker in the API, table sorting and filtering, and true Swing double-buffering (eliminating the gray-area effect).
  • JVM improvements include: synchronization and compiler performance optimizations, new algorithms and upgrades to existing garbage collection algorithms, and application start-up performance.

Java 6 can be installed to Mac OS X 10.5 (Leopard) running on 64-bit (Core 2 Duo and higher) processor machines.[42] Java 6 is also supported by both 32-bit and 64-bit machines running Mac OS X 10.6 (Snow Leopard).

Java 6 reached the end of its supported life in February 2013, at which time all public updates, including security updates, were scheduled to be stopped.[43][44] Oracle released two more updates to Java 6 in March and April 2013, which patched some security vulnerabilities.[45][46]

Java 6 updates edit

After Java 6 release, Sun, and later Oracle, released several updates which, while not changing any public API, enhanced end-user usability or fixed bugs.[47]

Table of Java 6 updates
Release Release date Highlights
Java SE 6 2006-12-23 This release adds many enhancements in the fields of Web services, scripting, databases, pluggable annotations, and security, as well as quality, compatibility, and stability. JConsole is now officially supported. Java DB support has been added.
Java SE 6 Update 1[citation needed] 2007-05-07
Java SE 6 Update 2[citation needed] 2007-07-03
Java SE 6 Update 3[citation needed] 2007-10-03
Java SE 6 Update 4[citation needed] 2008-01-14 HotSpot VM 10
Java SE 6 Update 5[citation needed] 2008-03-05 Several security flaws were eliminated. New root certificates from AOL, DigiCert, and TrustCenter are now included.
Java SE 6 Update 6[citation needed] 2008-04-16 A workaround for the infamous Xlib/XCB locking assertion issue was introduced. A memory leak when using Kerberos authentication with LoginContext was fixed. Several other bugs were fixed.
Java SE 6 Update 7[citation needed] Unofficially, Java SE 6 Update 7 (1.6.0.7) is the last version of Java that was shown to be working on the Win9x family of operating systems[citation needed]
Java SE 6 Update 10[citation needed] 2008-10-15 HotSpot VM 11. Major changes for this update include:
  • Java Deployment Toolkit, a set of JavaScript functions to ease the deployment of applets and Java Web Start applications.[48]
  • Java Kernel, a small installer including only the most commonly used JRE classes. Other packages are downloaded when needed.
  • Enhanced updater.
  • Enhanced versioning and pack200 support: server-side support is no longer required.[48]
  • Java Quick Starter, to improve cold start-up time.
  • Improved performance of Java2D graphics primitives on Windows, using Direct3D and hardware acceleration.
  • A new Swing look and feel called Nimbus and based on synth.[49]
  • Next-Generation Java Plug-In: applets now run in a separate process and support many features of Web Start applications.[48]
Java SE 6 Update 11[50] [citation needed] 2008-12-03 13 security fixes[citation needed]
Java SE 6 Update 12[citation needed] 2008-12-12 No security fixes; 64-bit Java plug-in (for 64-bit web browsers only); Windows Server 2008 support; performance improvements of graphics and JavaFX applications
Java SE 6 Update 13[citation needed] 2009-03-24 7 security fixes, JNDI store and retrieve Java objects in LDAP slightly modified, JMX Change (createMBeanunregisterMBean), 4 new root certificates added
Java SE 6 Update 14[citation needed] 2009-05-28 HotSpot VM 14. This release includes extensive performance updates to the JIT compiler, compressed pointers for 64-bit machines, as well as support for the G1 (Garbage First) low-pause garbage collector.[51][52]

The -XX:+DoEscapeAnalysis option directs the HotSpot JIT compiler to use escape analysis to determine whether local objects can be allocated on the stack instead of the heap.[citation needed]

Some developers have noticed an issue introduced in this release which causes debuggers to miss breakpoints seemingly randomly.[53] Sun has a corresponding bug, which is tracking the issue. The workaround applies to the Client and Server VMs.[54] Using the -XX:+UseParallelGC option will prevent the failure. Another workaround is to roll back to update 13, or to upgrade to update 16.

Java SE 6 Update 15[citation needed] 2009-08-04 Introduced patch-in-place functionality
Java SE 6 Update 16[citation needed] 2009-08-11 Fixed the issue introduced in update 14 which caused debuggers to miss breakpoints
Java SE 6 Update 17[citation needed] 2009-11-04 Security fixes; two new root certificates
Java SE 6 Update 18[citation needed] 2010-01-13 No security fixes; Hotspot VM 16; support for Ubuntu 8.04 LTS Desktop Edition, SLES 11, Windows 7, Red Hat Enterprise Linux 5.3, Firefox 3.6, VisualVM 1.2; updated Java DB; many performance improvements
Java SE 6 Update 19[citation needed] 2010-03-30 Security fixes; root certificate changes: seven new, three removed, five replaced with stronger signature algorithms; interim fix for TLS renegotiation attack
Java SE 6 Update 20[citation needed] 2010-04-15 2 security fixes
Java SE 6 Update 21[citation needed] 2010-07-07 No security fixes; Hotspot VM 17; support for Red Hat Enterprise Linux 5.4 and 5.5, Oracle Enterprise Linux 4.8, 5.4, 5.5; Google Chrome 4 support; support for Customized Loading Progress Indicators; VisualVM 1.2.2
Java SE 6 Update 22[citation needed] 2010-10-12 29 security fixes; RFC 5746 support
Java SE 6 Update 23[citation needed] 2010-12-08 No security fixes; Hotspot VM 19; better support for right-to-left languages
Java SE 6 Update 24[citation needed] 2011-02-15 21 security fixes; updated Java DB
Java SE 6 Update 25[citation needed] 2011-03-21 No security fixes; Hotspot VM 20; support for Internet Explorer 9, Firefox 4 and Chrome 10; improved BigDecimal; includes "tiered" compilation in the Server VM that enables it to start quickly as does the Client VM, while achieving better peak performance (this feature is enabled by specifying -server and -XX:+TieredCompilation command options)
Java SE 6 Update 26[citation needed] 2011-06-07 17 new security fixes;[55] last version compatible with Windows Vista SP1
Java SE 6 Update 27[citation needed] 2011-08-16 No security fixes; certification for Firefox 5
Java SE 6 Update 29[citation needed] 2011-10-18 20 security fixes, various bug fixes[56]
Java SE 6 Update 30[citation needed] 2011-12-12 No security fixes; fix for SSL regression in Update 29; support for Red Hat Enterprise Linux 6
Java SE 6 Update 31[citation needed] 2012-02-14 14 security fixes and one bug fix; last version work reliably for Windows 2000[57]
Java SE 6 Update 32[citation needed] 2012-04-26 No security fixes, various bug fixes
Java SE 6 Update 33[citation needed] 2012-06-12 14 security fixes, improved VM configuration file loading
Java SE 6 Update 34[citation needed] 2012-08-14 No security fixes, various bug fixes
Java SE 6 Update 35[citation needed] 2012-08-30 Contains a security-in-depth fix[58]
Java SE 6 Update 37[citation needed] 2012-10-16 30 security fixes
Java SE 6 Update 38[citation needed] 2012-12-11 Various bug fixes[citation needed]
Java SE 6 Update 39[citation needed] 2013-02-01 50 security fixes
Java SE 6 Update 41[citation needed] 2013-02-19 5 security fixes
Java SE 6 Update 43[citation needed] 2013-03-04 2 security fixes
Java SE 6 Update 45[citation needed] 2013-04-16 42 security fixes;[59] other changes; final public update.[60]
Java SE 6 Update 51 2013-06-18 Not available publicly, only available through the Java SE Support program and in Apple Update for OS X Snow Leopard, Lion & Mountain Lion; up to 40 security fixes[61]
Java SE 6 Update 65 2013-10-15 Not available publicly, only available through the Java SE Support program and in Apple Update for OS X Snow Leopard, Lion & Mountain Lion; at least 11 critical security fixes[62]
Java SE 6 Update 71 2014-01-14 Not available for public download; 33 fixes[citation needed]
Java SE 6 Update 75 2014-04-15 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster no. #54; 25 security fixes[63]
Java SE 6 Update 81 2014-07-15 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 11 security fixes[64]
Java SE 6 Update 85 2014-10-16 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 18 security fixes[65]
Java SE 6 Update 91 2015-01-21 Linux x64 and Windows i586 versions are available as the Java SE 6 Reference Implementation.[66] Other versions are only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 15 security fixes[67]
Java SE 6 Update 95 2015-04-14 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 14 security fixes[68]
Java SE 6 Update 101 2015-07-15 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 18 security fixes[69] Certification for IE 10 and 11 was introduced in 1.6.0_101
Java SE 6 Update 105 2015-10-20 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 17 security fixes[70]
Java SE 6 Update 111 2016-01-20 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 13 security fixes[71]
Java SE 6 Update 113 2016-02-05 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 1 security fix[72]
Java SE 6 Update 115 2016-04-21 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 8 security fixes[73]
Java SE 6 Update 121 2016-07-19 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 15 security fixes[74]
Java SE 6 Update 131 2016-10-18 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 13 security fixes[75]
Java SE 6 Update 141 2017-01-17 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 17 security fixes[76]
Java SE 6 Update 151 2017-04-18 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 10 security fixes[77]
Java SE 6 Update 161 2017-07-18 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 5 security fixes[78]
Java SE 6 Update 171 2017-10-20 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 7 security fixes[79]
Java SE 6 Update 181 2018-01-16 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 12 security fixes[80]
Java SE 6 Update 191 2018-04-17 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 7 security fixes[81]
Java SE 6 Update 201 2018-07-17 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 3 security fixes[82]
Java SE 6 Update 211 2018-10-18 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 8 security fixes[83]

Java SE 7 edit

Java SE 7
CodenameDolphin[84]
ReleasedJuly 28, 2011
(12 years ago)
 (2011-07-28)
Support ended
PublicApril 2015 (2015-04)
PaidJune 2022 (2022-06)

Java 7 was a major update that launched on July 7, 2011[85] and was made available for developers on July 28, 2011.[86] The development period was organized into thirteen milestones; on June 6, 2011, the last of the thirteen milestones was finished.[86][87] On average, 8 builds (which generally included enhancements and bug fixes) were released per milestone. The feature list at the OpenJDK 7 project lists many of the changes.

Additions in Java 7 include:[88]

  • Strings in switch[93]
  • Automatic resource management in try-statement aka try-with-resources statement[94]
  • Improved type inference for generic instance creation, aka the diamond operator <>[95]
  • Simplified varargs method declaration[96]
  • Binary integer literals[97]
  • Allowing underscores in numeric literals[98]
  • Catching multiple exception types and rethrowing exceptions with improved type checking[99]
  • Concurrency utilities under JSR 166[100]
  • New file I/O library (defined by JSR 203) adding support for multiple file systems, file metadata and symbolic links. The new packages are java.nio.file, java.nio.file.attribute and java.nio.file.spi[101][102]
  • Timsort is used to sort collections and arrays of objects instead of merge sort
  • Library-level support for elliptic curve cryptography algorithms
  • An XRender pipeline for Java 2D, which improves handling of features specific to modern GPUs
  • New platform APIs for the graphics features originally implemented in version 6u10 as unsupported APIs[103]
  • Enhanced library-level support for new network protocols, including SCTP and Sockets Direct Protocol
  • Upstream updates to XML and Unicode
  • Java deployment rule sets[104]

Lambda (Java's implementation of lambda functions), Jigsaw (Java's implementation of modules), and part of Coin were dropped from Java 7, and released as part of Java 8 (except for Jigsaw, which was released in Java 9).[105][106]

Java 7 was the default version to download on java.com from April 2012 until Java 8 was released.[107]

Java 7 updates edit

Oracle issued public updates to the Java 7 family on a quarterly basis[108] until April 2015 when the product reached the end of its public availability.[109] Further updates for JDK 7, which continued until July 2022, are only made available to customers with a support contract.[110]

Table of Java 7 updates
Release Release date Highlights
Java SE 7[111] 2011-07-28 Initial release; HotSpot VM 21
Java SE 7 Update 1[citation needed] 2011-10-18 20 security fixes, other bug fixes
Java SE 7 Update 2[citation needed] 2011-12-12 No security fixes; HotSpot VM 22; reliability and performance improvements; support for Solaris 11 and Firefox 5 and later; JavaFX included with Java SE JDK, improvements for web-deployed applications
Java SE 7 Update 3[citation needed] 2012-02-14 14 security fixes[112]
Java SE 7 Update 4[citation needed] 2012-04-26 No security updates; HotSpot VM 23; JDK Support for Mac OS X
Java SE 7 Update 5[citation needed] 2012-06-12 14 security fixes[113]
Java SE 7 Update 6[citation needed] 2012-08-14 JavaFX and Java Access Bridge included in Java SE JDK and JRE installation, JavaFX support for touch-enabled monitors and touch pads, JavaFX support for Linux, JDK and JRE Support for Mac OS X, JDK for Linux on ARM[114]
Java SE 7 Update 7[citation needed] 2012-08-30 4 security fixes[58]
Java SE 7 Update 9[citation needed] 2012-10-16 30 security vulnerabilities fixes[115]
Java SE 7 Update 10[citation needed] 2012-12-11 New security features, such as the ability to disable any Java application from running in the browser and new dialogs to warn you when the JRE is insecure, and bug fixes
Java SE 7 Update 11[citation needed] 2013-01-13 Olson Data 2012i; bugfix for problems with registration of plugin on systems with Stand-alone version of JavaFX Installed, security fixes for CVE-2013-0422;[116] the default security level for Java applets and web start applications has been increased from "Medium" to "High"
Java SE 7 Update 13[117] [citation needed] 2013-02-01 50 security fixes
Java SE 7 Update 15[citation needed] 2013-02-19 5 security fixes
Java SE 7 Update 17[citation needed] 2013-03-04 2 security fixes
Java SE 7 Update 21[citation needed] 2013-04-16 Multiple changes including 42 security fixes, a new Server JRE that does not include the plug-in, and the JDK for Linux on ARM
Java SE 7 Update 25[citation needed] 2013-06-18 Multiple changes including 40 security fixes[61][118]
Java SE 7 Update 40[citation needed] 2013-09-10 621 bug fixes,[119] New security features, hardfloat ARM, Java Mission Control 5.2 and Retina Display support[120]
Java SE 7 Update 45[citation needed] 2013-10-15 51 security fixes;[62] protections against unauthorized redistribution of Java applications; restore security prompts; JAXP changes; TimeZone.setDefault change
Java SE 7 Update 51[citation needed] 2014-01-14 36 security fixes; block JAVA applets without manifest (like Remote console – Java Applet – IBM IMM card, HP iLO card) even if warning dialog is with sentence "will be blocked in next version",[121][122] 17 bug fixes
Java SE 7 Update 55[citation needed] 2014-04-15 37 security fixes,[63] 19 bug fixes[123]
Java SE 7 Update 60[citation needed] 2014-05-28 Java Mission Control 5.3,[124] 130 bug fixes[125]
Java SE 7 Update 65[citation needed] 2014-07-15 18 bug fixes[citation needed]
Java SE 7 Update 67[citation needed] 2014-08-04 1 bug fix
Java SE 7 Update 71[citation needed] 2014-10-14 16 bug fixes[citation needed]
Java SE 7 Update 72[citation needed] 2014-10-14 Same release date with Update 71 as a corresponding Patch Set Update (PSU) for Java SE 7,[126] 36 bug fixes[citation needed]
Java SE 7 Update 75[citation needed] 2015-01-20 12 bug fixes,[citation needed] SSLv3 disabled by default
Java SE 7 Update 76[citation needed] 2015-01-20 Same release date with Update 75 as a corresponding Patch Set Update (PSU) for Java SE 7,[126] 97 bug fixes[citation needed]
Java SE 7 Update 79[citation needed] 2015-04-14 21 security fixes, 6 bug fixes,[citation needed]
Java SE 7 Update 80[citation needed] 2015-04-14 Last public release of Java 7; same release date with Update 79 as a corresponding Patch Set Update (PSU) for Java SE 7, 104 bug fixes[citation needed]
Java SE 7 Update 85 2015-07-15 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 25 security fixes[127]
Java SE 7 Update 91 2015-10-20 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 20 security fixes[128]
Java SE 7 Update 95 2016-01-19 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 8 security fixes[129]
Java SE 7 Update 97 2016-02-05 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 1 security fix[72]
Java SE 7 Update 99 2016-03-23 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 1 security fix[130]
Java SE 7 Update 101 2016-04-18 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 22 security fixes[131]
Java SE 7 Update 111 2016-07-19 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 36 security fixes[74]
Java SE 7 Update 121 2016-10-18 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 32 security fixes[75]
Java SE 7 Update 131 2017-01-17 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 34 security fixes[76]
Java SE 7 Update 141 2017-04-18 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 8 security fixes[132]
Java SE 7 Update 151 2017-07-18 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 4 security fixes[78]
Java SE 7 Update 161 2017-10-20 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 4 security fixes[79]
Java SE 7 Update 171 2018-01-16 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 51 security fixes[80]
Java SE 7 Update 181 2018-04-17 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 12 security fixes[81]
Java SE 7 Update 191 2018-07-17 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 9 security fixes[82]
Java SE 7 Update 201 2018-10-18 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 13 security fixes[83]
Java SE 7 Update 211 2019-01-15 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 5 security fixes[133]
Java SE 7 Update 221 2019-04-16 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 5 security fixes[134]
Java SE 7 Update 231 2019-07-16 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 6 security fixes[135]
Java SE 7 Update 241 2019-10-15 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 15 security fixes[136]
Java SE 7 Update 251 2020-01-14 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 12 security fixes[137]
Java SE 7 Update 261 2020-04-14 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 15 security fixes[138]
Java SE 7 Update 271 2020-07-14 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 11 security fixes[139]
Java SE 7 Update 281 2020-10-20 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 8 security fixes[140]
Java SE 7 Update 291 2021-01-19 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 1 security fixes[141]
Java SE 7 Update 301 2021-04-12 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 11 security fixes[142]
Java SE 7 Update 311 2021-07-20 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 24 bug fixes[143]
Java SE 7 Update 321 2021-10-19 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 16 bug fixes[144]
Java SE 7 Update 331 2022-01-18 Not available publicly, only available through the Java SE Support program and in Solaris 10's Recommended Patchset Cluster; 18 bug fixes[145]

Java SE 8 edit

Java SE 8
LTS version
ReleasedMarch 18, 2014
(10 years ago)
 (2014-03-18)
# of JEPs8

Java 8 was released on March 18, 2014,[146][147] and included some features that were planned for Java 7 but later deferred.[148]

Work on features was organized in terms of JDK Enhancement Proposals (JEPs).[149]

  • JSR 335, JEP 126: Language-level support for lambda expressions (officially, lambda expressions; unofficially, closures) under Project Lambda[150] and default methods (virtual extension methods)[151][152][153] which can be used to add methods to interfaces without breaking existing implementations. There was an ongoing debate in the Java community on whether to add support for lambda expressions.[154][155] Sun later declared that lambda expressions would be included in Java and asked for community input to refine the feature.[156] Supporting lambda expressions also enables functional-style operations on streams of elements, such as MapReduce-inspired transformations on collections. Default methods can be used by an author of an API to add new methods to an interface without breaking the old code using it. Although it was not their primary intent,[151] default methods can also be used for multiple inheritance of behavior (but not state).
  • JEP 174: Project Nashorn, a JavaScript runtime which can run JavaScript code embedded within applications
  • JEP 104: Annotation on Java types
  • Unsigned integer arithmetic[157]
  • JEP 120: Repeating annotations
  • JEP 150: Date and time API
  • JEP 178: Statically-linked JNI libraries
  • JEP 153: Launch JavaFX applications (direct launching of JavaFX application JARs)
  • JEP 122: Remove the permanent generation

Java 8 is not supported on Windows XP[158] but as of JDK 8 update 25, it can still be installed and run under Windows XP.[159] Previous updates of JDK 8 could be run under XP by downloading archived zip format file and unzipping it for the executable.The last version of Java 8 could run on XP is update 251. But its components compatibility starts to break on unsupported OS in early build during Java 8 updates development.[citation needed]

From October 2014, Java 8 was the default version to download (and then again the download replacing Java 9) from the official website.[160] "Oracle will continue to provide Public Updates and auto updates of Java SE 8, Indefinitely for Personal Users".[161]

Java 8 updates edit

Table of Java 8 updates
Release Release date Highlights
Java SE 8 2014-03-18 Initial release
Java SE 8 Update 5[162] 2014-04-15 Using "*" in Caller-Allowable-Codebase attribute; 11 bug fixes
Java SE 8 Update 11[163] 2014-07-15 Java Dependency Analysis Tool (jdeps); Java Control Panel option to disable sponsors; JAR file attribute – Entry-Point; JAXP processing limit property – maxElementDepth; 18 security bug fixes,[164] 15 bug fixes
Java SE 8 Update 20[165] 2014-08-19 669 bug fixes,[166] JMC 5.4, String deduplication (disabled by default)
Java SE 8 Update 25[167] 2014-10-14 10 bug fixes
Java SE 8 Update 31[168] 2015-01-19 26 bug fixes; SSLv3 (disabled by default)
Java SE 8 Update 40[169] 2015-03-03 645 bug fixes,[170] Added the notion of "memory pressure" to help indicate how much of system's memory is still available (low pressure = high memory, high pressure = low memory)
Java SE 8 Update 45[171] 2015-04-14 13 bug fixes
Java SE 8 Update 51[172] 2015-07-14 Added support for native sandbox on Windows platforms (disabled by default); also, 25 security fixes, 14 bug fixes
Java SE 8 Update 60[173] 2015-08-18 480 bug fixes[174]
Java SE 8 Update 65[175] 2015-10-20 25 security fixes, 3 bug fixes
Java SE 8 Update 66[176] 2015-11-16 15 bug fixes
Java SE 8 Update 71[177] 2016-01-19 8 security fixes, 5 bug fixes[178]
Java SE 8 Update 72[179] 2016-01-19 8 security fixes, 5 bug fixes, several enhancements
Java SE 8 Update 73[180] 2016-02-03 1 security fix
Java SE 8 Update 74[181] 2016-02-03 1 security fix
Java SE 8 Update 77[182] 2016-03-23 1 security fix
Java SE 8 Update 91[183] 2016-04-19 9 security fixes, 4 bug fixes and enhancements
Java SE 8 Update 92[184] 2016-04-19 Security and bug fixes from 8u91, plus 76 additional bug fixes; the ExitOnOutOfMemoryError and CrashOnOutOfMemoryError flags have been introduced
Java SE 8 Update 101[185] 2016-07-19 Security and bug fixes from 8u92, plus 9 additional bug fixes
Java SE 8 Update 102[186] 2016-07-19 Security and bug fixes from 8u101, plus 118 additional bug fixes
Java SE 8 Update 111[187] 2016-10-18 7 Security fixes and 9 bug fixes
Java SE 8 Update 112[188] 2016-10-18 Additional features and 139 bug fixes over 8u111
Java SE 8 Update 121[189] 2017-01-17 3 additional features, 5 changes, and 11 bug fixes over 8u112.
Java SE 8 Update 131[190] 2017-04-18 4 changes and 42 bug fixes (2 notable).
Java SE 8 Update 141[191] 2017-07-18 Additional feature, 3 changes and 12 bug fixes.
Java SE 8 Update 144[192] 2017-07-26 32 Security fixes and bug fixes from 8u141.
Java SE 8 Update 151[193] 2017-10-17 22 Security fixes, 2 notes, 1 certificate revocation, 1 new feature, 6 changes and 24 bug fixes from 8u144.
Java SE 8 Update 152[194] 2017-10-17 Security fixes, 1 new feature, 1 change and 238 bug fixes from 8u151 (1 notable).
Java SE 8 Update 161[195] 2018-01-16 21 Security fixes, 3 new features, 9 changes and 1 bug fix from 8u152.
Java SE 8 Update 162[196] 2018-01-16 Security fixes, 63 bug fixes.
Java SE 8 Update 171[197] 2018-04-17 Security fixes, bug fixes.
Java SE 8 Update 172[198] 2018-04-17 Security fixes, bug fixes.
Java SE 8 Update 181[199] 2018-07-17 Security fixes, bug fixes.
Java SE 8 Update 191[200] 2018-10-16 New features, changes, bug fixes, security fixes.
Java SE 8 Update 192[201] 2018-10-16 New features, changes, bug fixes.
Java SE 8 Update 201[202] 2019-01-15 New features, changes, bug fixes.
Java SE 8 Update 202[203] 2019-01-15 New features, changes, bug fixes.
Java SE 8 Update 211[204] 2019-04-16 New features, changes, bug fixes. License Update.
Java SE 8 Update 212[205] 2019-04-16 New features (e.g. 5 currency symbols, including for Bitcoin and "New Japanese Era Name Reiwa"[205]), changes, bug fixes. License Update.
Java SE 8 Update 221[206] 2019-07-16 New features, changes, bug fixes.
Java SE 8 Update 231[207] 2019-10-15 New features, changes, bug fixes and 18 security fixes.
Java SE 8 Update 241[208] 2020-01-14 New features, changes, bug fixes.
Java SE 8 Update 251[209] 2020-04-14 New features, changes, bug fixes. The last version that was shown to be working on Windows XP unofficially.
Java SE 8 Update 261[210] 2020-07-14 New features, changes, 133 bug fixes.[211]
Java SE 8 Update 271[212] 2020-10-20 New features, changes, 65 bug fixes.[213]
Java SE 8 Update 281[214] 2021-01-19 New features, changes, 33 bug fixes.[215]
Java SE 8 Update 291[216] 2021-04-20 New features, changes, 28 bug fixes.[217]
Java SE 8 Update 301[218] 2021-07-20 New features, changes, 90 bug fixes.[219]
Java SE 8 Update 311[220] 2021-10-19 New features, changes, 52 bug fixes.[221]
Java SE 8 Update 321[222] 2022-01-18 New features, changes, 62 bug fixes.[223]
Java SE 8 Update 331[224] 2022-04-19 New features, changes, 37 bug fixes.[225]
Java SE 8 Update 333[226] 2022-05-02 Patch w/1 change and 2 bug fixes.[227]
Java SE 8 Update 341[228] 2022-07-19 New features, changes, 42 bug fixes.[229]
Java SE 8 Update 351[230] 2022-10-18 New features, changes, 95 bug fixes.[231]
Java SE 8 Update 361[232] 2023-01-17 New features, changes, bug fixes.
Java SE 8 Update 371[233] 2023-04-18
Java SE 8 Update 381[234] 2023-07-18 Security Patches
Java SE 8 Update 391[235] 2023-10-17
Java SE 8 Update 401[236] 2024-01-16
Java SE 8 Update 411[237] 2024-04-16 Update time zone data to IANA TZ Data 2024a, new features, changes, updates to third-party libraries, 37 bug fixes.[237]

Java SE 9 edit

Java SE 9
ReleasedSeptember 21, 2017
(6 years ago)
 (2017-09-21)
# of JEPs9
Support ended
PublicMarch 2018 (2018-03)

Java SE 9 was made available on September 21, 2017[238] due to controversial acceptance of the current implementation of Project Jigsaw by Java Executive Committee[239] which led Oracle to fix some open issues and concerns and to refine some critical technical questions. In the last days of June 2017, Java Community Process expressed nearly unanimous consensus on the proposed Module System scheme.[240]

  • JSR 376: Modularization of the JDK under Project Jigsaw (Java Platform Module System)[106]
  • JavaDB was removed from JDK[241]
  • JEP 193: Variable handles, define a standard means to invoke the equivalents of various java.util.concurrent.atomic and sun.misc.Unsafe operations
  • JEP 213: Milling Project Coin, allow @SafeVarargs on private instance methods; Allow effectively-final variables to be used as resources in the try-with-resources statement; Allow diamond with anonymous classes if the argument type of the inferred type is denotable; Complete the removal, begun in Java SE 8, of underscore from the set of legal identifier names; Support for private methods in interfaces
  • JEP 222: jshell: The Java Shell (Read-Eval-Print Loop): JShell is a REPL command-line interface for the Java language.[242]
  • JEP 254: Compact Strings
  • JEP 263: HiDPI graphics: automatic scaling and sizing
  • JEP 266: More concurrency updates, it includes a Java implementation of Reactive Streams,[243] including a new Flow class[244] that included the interfaces previously provided by Reactive Streams[245]
  • JEP 268: XML catalogs
  • JEP 282: jlink: The Java Linker, create a tool that can assemble and optimize a set of modules and their dependencies into a custom run-time image. It effectively allows to produce a fully usable executable including the JVM to run it
  • JEP 295: Ahead-of-Time Compilation, ahead-of-time compilation provided by GraalVM

The first Java 9 release candidate was released on August 9, 2017.[246] The first stable release of Java 9 was on September 21, 2017.[247]

History edit

At JavaOne 2011, Oracle discussed features they hoped to release for Java 9 in 2016.[248] Java 9 should include better support for multi-gigabyte heaps, better native code integration, a different default garbage collector (G1, for "shorter response times")[249] and a self-tuning JVM.[250] In early 2016, the release of Java 9 was rescheduled for March 2017[251] and later again postponed four more months to July 2017.[252]

Java 9 updates edit

Table of Java 9 updates
Release Release date Highlights
Java SE 9[253] 2017-09-21 Initial release
Java SE 9.0.1[254] 2017-10-17 New features
  • Add Additional IDL Stub Type Checks to org.omg.CORBA.ORB::string_to_object Method (other-libs/corba)

Known issues

  • TLS does not work by default on OpenJDK 9 (security-libs/java.security)

Changes

  • Remove revoked Swisscom root certificate "swisscomrootevca2" (security-libs/java.security)
  • Refactor existing providers to refer to the same constants for default values for key length (security-libs/java.security)
  • Collections use serialization filter to limit array sizes (security-libs/java.security)
  • Add warnings to keytool when using JKS and JCEKS (security-libs/java.security)

Other notes

  • Default timeouts have changed for FTP URL handler (core-libs/java.net)

Bug fixes

Java SE 9.0.4[256] 2018-01-16 New features
  • Open source the root certificates in Oracle's Java SE Root CA program (security-libs/javax.net.ssl)
  • Added TLS session hash and extended master secret extension support (security-libs/javax.net.ssl)
  • Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for TLS (security-libs/javax.net.ssl)
  • Add additional IDL stub type checks to org.omg.CORBA.ORBstring_to_object method (other-libs/corba)

Changes

  • RSA public key validation (security-libs/javax.crypto)
  • Provider default key size is updated (security-libs/javax.crypto)
  • Stricter key generation (security-libs/javax.crypto)
  • Disable exportable cipher suites (security-libs/javax.net.ssl)
  • JMX Connections need deserialization filters (core-svc/javax.management)
  • JDK Transform, Validation and XPath use the system-default parser (xml/jaxp)

Bug fixes

  • JNLP files won't launch from IE11 on Windows 10 Creators Update (deploy/webstart)
  • 11 bug fixes[257]

Java SE 10 edit

Java SE 10
ReleasedMarch 20, 2018
(6 years ago)
 (2018-03-20)
# of JEPs12
Support ended
PublicSeptember 2018 (2018-09)

OpenJDK 10 was released on March 20, 2018, with twelve new features confirmed.[258] Among these features were:

  • JEP 286: Local-Variable Type Inference
  • JEP 296: Consolidate the JDK Forest into a Single Repository
  • JEP 304: Garbage-Collector Interface
  • JEP 307: Parallel Full GC for G1
  • JEP 310: Application Class-Data Sharing
  • JEP 312: Thread-Local Handshakes
  • JEP 313: Remove the Native-Header Generation Tool (javah)
  • JEP 314: Additional Unicode Language-Tag Extensions
  • JEP 316: Heap Allocation on Alternative Memory Devices
  • JEP 317: Experimental Java-Based JIT Compiler
  • JEP 319: Root Certificates
  • JEP 322: Time-Based Release Versioning

The first of these JEP 286 Local-Variable Type Inference, allows the var keyword to be used for local variables with the actual type calculated by the compiler. So we can do:

var list = new ArrayList<String>(); // infers ArrayList<String> var stream = list.stream(); // infers Stream<String> 

Java 10 updates edit

Table of Java 10 updates
Release Release date Highlights
Java SE 10[259] 2018-03-20 Initial release
Java SE 10.0.1[260] 2018-04-17 New features
  • Enhanced KeyStore Mechanisms (security-libs/javax.crypto)

Changes

  • XML Signatures Signed with EC Keys Less Than 224 Bits Disabled (security-libs/javax.xml.crypto)
  • 3DES Cipher Suites Disabled (security-libs/javax.net.ssl)

Other notes

  • CipherOutputStream Usage (security-libs/javax.crypto)

Bug fixes

Java SE 10.0.2[262] 2018-07-17 Changes
  • filterArguments runs multiple filters in the wrong order (core-libs/java.lang.invoke)
  • Improve LDAP support (core-libs/javax.naming)
  • Better stack walking (core-libs/java.io:serialization)

Bug fixes

  • JVM Crash during G1 GC (hotspot/gc)
  • 7 bug fixes[263]

Java SE 11 edit

Java SE 11
LTS version
ReleasedSeptember 25, 2018
(5 years ago)
 (2018-09-25)
# of JEPs17
Removal(s)
NotableJava applets, Java Web Start, JavaFX, JavaEE, and CORBA modules

JDK 11 was released on September 25, 2018 and the version is currently open for bug fixes. It offers LTS, or Long-Term Support. Among others, Java 11 includes a number of new features, such as:[264]

  • JEP 181: Nest-Based Access Control
  • JEP 309: Dynamic Class-File Constants
  • JEP 315: Improve Aarch64 Intrinsics
  • JEP 318: Epsilon: A No-Op Garbage Collector
  • JEP 320: Remove the Java EE and CORBA Modules
  • JEP 321: HTTP Client (Standard)
  • JEP 323: Local-Variable Syntax for Lambda Parameters
  • JEP 324: Key Agreement with Curve25519 and Curve448
  • JEP 327: Unicode 10
  • JEP 328: Flight Recorder
  • JEP 329: ChaCha20 and Poly1305 Cryptographic Algorithms
  • JEP 330: Launch Single-File Source-Code Programs
  • JEP 331: Low-Overhead Heap Profiling
  • JEP 332: Transport Layer Security (TLS) 1.3
  • JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
  • JEP 335: Deprecate the Nashorn JavaScript Engine
  • JEP 336: Deprecate the Pack200 Tools and API

A number of features from previous releases were dropped; in particular, Java applets and Java Web Start are no longer available. JavaFX, Java EE and CORBA modules have been removed from JDK.[265]

Java 11 updates edit

Table of Java 11 updates
Release Release date Highlights
Java SE 11[266] 2018-09-25 Initial release
Java SE 11.0.1[267] 2018-10-16 Changes
  • Added Additional TeliaSonera Root Certificate (security-libs/java.security)
  • Improve LDAP support (core-libs/javax.naming)
  • Changed Central File System Location for usagetracker.properties File (core-svc)
  • Problem looking up Client Certificates in keystore (security-libs/javax.net.ssl)
  • Disabled All DES TLS Cipher Suites (security-libs/javax.net.ssl)
  • Improved Cipher Inputs (security-libs/javax.crypto)

Bug fixes

  • LDAPS Communication Failure (core-libs/javax.naming)
  • Better HTTP Redirection Support (core-libs/java.net)
  • 5 bug fixes[268]
Java SE 11.0.2[269] 2019-01-15 Known issues
  • GTK+ 3.20 and Later Unsupported by Swing (client-libs)

Changes

  • TLS anon and NULL Cipher Suites are Disabled (security-libs/javax.net.ssl)
  • Linux Native Code Checks (hotspot/runtime)
  • Enable Java Access Bridge Check Box Option in Control Panel Is Not Available with JDK 11 Installer (security-libs/javax.net.ssl)

Bug fixes

Java SE 11.0.3[271] 2019-04-16 New features
  • Square Character Support for Japanese New Era (core-libs/java.util:i18n)

Known issues

  • Java Access Bridge Installation Workaround (install)

Changes

  • Added GlobalSign R6 Root Certificate (security-libs/java.security)
  • Distrust TLS Server Certificates Anchored by Symantec Root CAs (security-libs/javax.net.ssl)
  • New Japanese Era Name Reiwa (core-libs/java.time)
  • Support New Japanese Era in java.time.chrono.JapaneseEra (core-libs/java.time)

Bug fixes

Java SE 11.0.4[273] 2019-07-16 New features
  • HotSpot Windows OS Detection Correctly Identifies Windows Server 2019 (hotspot/runtime)

Removed features and options

  • Removal of Two DocuSign Root CA Certificates (security-libs/java.security)
  • Removal of Two Comodo Root CA Certificates (security-libs/java.security)
  • Removal of T-Systems Deutsche Telekom Root CA 2 Certificate (security-libs/java.security)
  • Removal of GTE CyberTrust Global Root (security-libs/java.security)

Other notes

  • com.sun.org.apache.xml.internal.security.ignoreLineBreaks System Property (security-libs/javax.xml.crypto)
  • System Property to Switch Between Implementations of ECC (security-libs/javax.crypto)

Bug fixes

Java SE 11.0.5[275] 2019-10-15 New features
  • New Java Flight Recorder (JFR) Security Events (security-libs/java.security)

Other notes

  • Using the JDK or JRE on macOS Catalina (10.15) (docs)
  • Remove Obsolete NIST EC Curves from the Default TLS Algorithms (security-libs/javax.net.ssl)
  • Use SunJCE Mac in SecretKeyFactory PBKDF2 Implementation (security-libs/javax.crypto)
  • Java Access Bridge Installation Workaround (install)
  • Updated XML Signature Implementation to Apache Santuario 2.1.3 (security-libs/javax.xml.crypto)
  • System Property jdk.security.useLegacyECC is Turned Off by Default (security-libs/javax.crypto)
  • Changed Properties.loadFromXML to Comply with Specification (core-libs/java.util)
  • Runtime.exec and ProcessBuilder Argument Restrictions (core-libs/java.lang)
  • Windows 2019 Core Server Is Not Supported (client-libs/2d)

Bug fixes

Java SE 11.0.6[277] 2020-01-14 New features
  • Allow SASL Mechanisms to Be Restricted (security-libs/javax.security)
  • SunPKCS11 Provider Upgraded with Support for PKCS#11 v2.40 (security-libs/javax.crypto:pkcs11)

Other notes

  • Improve Registry Support (core-libs/java.rmi)
  • New Checks on Trust Anchor Certificates (security-libs/java.security)
  • Exact Match Required for Trusted TLS Server Certificate (security-libs/java.security)
  • Added LuxTrust Global Root 2 Certificate (install/security-libs/java.security)
  • Added 4 Amazon Root CA Certificates (security-libs/java.security)
  • Turn off AOT by Default and Change Related Flags to Experimental (hotspot/compiler)
  • Epsilon GC handled checked array stores incorrectly (hotspot/gc)

Bug fixes

  • Memory Growth Issue in SunPKCS11 Fixed (security-libs/javax.crypto:pkcs11)
  • Better Serial Filter Handling (core-libs/java.io:serialization)
  • 123 bug fixes[278]
Java SE 11.0.7[279] 2020-04-14 New features
  • Support for MS Cryptography Next Generation (CNG) (security-libs/javax.crypto)

Bug fixes

Java SE 11.0.8[281] 2020-07-14 New features
  • New System Properties to Configure the TLS Signature Schemes (security-libs/javax.net.ssl)
  • Apache Santuario Library Updated to Version 2.1.4 (security-libs/javax.xml.crypto)
  • Toolchain Upgrade to Xcode 10.1 (infrastructure)
  • Oracle JDK Installer for Windows Provides Executables (javac, etc) in a Path Reachable From Any Command Prompt (install/install)

Removed features and options

  • Removal of Comodo Root CA Certificate (security-libs/java.security)
  • Removal of DocuSign Root CA Certificate (security-libs/java.security)

Other notes

  • Improved Serialization Handling (security-libs/javax.net.ssl)
  • Better Listing of Arrays (security-libs/javax.net.ssl)
  • Default SSLEngine Should Create in Server Role (security-libs/javax.net.sslc)
  • OperatingSystemMXBean Methods Inside a Container Return Container Specific Data (core-svc/java.lang.management)
  • Default SSL Session Cache Size Updated to 20480 (security-libs)
  • Deprecated NSWindowStyleMaskTexturedBackground (client-libs/javax.swing)

Bug fixes

Java SE 11.0.9[283] 2020-10-20 New features
  • Weak Named Curves in TLS, CertPath, and Signed JAR Disabled by Default (security-libs/java.security)
  • Support for Kerberos Cross-Realm Referrals (RFC 6806) (security-libs/org.ietf.jgss:krb5)
  • Improve Certificate Chain Handling (security-libs/javax.net.ssl)
  • Tools Warn If Weak Algorithms Are Used (security-libs/java.security)
  • Support for canonicalize in krb5.conf (security-libs/org.ietf.jgss:krb5)

Other notes

  • Added Property to Control LDAP Authentication Mechanisms Allowed to Authenticate Over Clear Connections (core-libs/javax.naming)
  • Added 3 SSL Corporation Root CA Certificates (security-libs/java.security)
  • Added Entrust Root Certification Authority - G4 certificate (security-libs/java.security)
  • Localized Time Zone Name Inconsistency Between English and Other Locales (core-libs/java.util:i18n)
  • Enhanced Support of Proxy Class (core-libs/java.io:serialization)

Bug fixes

Java SE 11.0.10[285] 2021-01-19 New features
  • -groupname Option Added to keytool Key Pair Generation (security-libs/java.security)
  • Support for certificate_authorities Extension (security-libs/javax.net.ssl)
  • POSIX_SPAWN Option on Linux (core-libs/java.lang)
  • Support for X25519 and X448 in TLS (security-libs/javax.net.ssl)
  • jarsigner Preserves POSIX File Permission and symlink Attributes (security-libs/java.security)

Other notes

  • Oracle JDK11u for Solaris Now Requires harfbuzz to be Installed (client-libs/2d)
  • JDK time-zone data upgraded to tzdata2020d (core-libs/java.time)
  • JDK time-zone data upgraded to tzdata2020c (core-libs/java.time)
  • US/Pacific-New Zone Name Removed as Part of tzdata2020b (core-libs/java.time)

Bug fixes

Java SE 11.0.11[287] 2021-04-20 New features
  • jdeps --print-module-deps Reports Transitive Dependences (tools)

Other notes

  • New System and Security Properties to Control Reconstruction of Remote Objects by JDK's Built-in JNDI RMI and LDAP Implementations (core-libs/javax.naming)
  • Added 2 HARICA Root CA Certificates (security-libs/java.security)
  • Disable TLS 1.0 and 1.1 (security-libs/javax.net.ssl)
  • Modified the MS950 charset Encoder's Conversion Table (core-libs/java.nio.charsets)
  • Less Ambiguous Processing of ProcessBuilder Quotes on Windows > (core-libs/java.lang)

Bug fixes

Java SE 11.0.12[289] 2021-07-20 New features
  • Support cross-realm MSSFU (security-libs/org.ietf.jgss:krb5)
  • Customizing PKCS12 keystore Generation (security-libs/java.security)

Removed features and options

  • Removed Root Certificates with 1024-bit Keys (security-libs/java.security)
  • Removed Telia Company's Sonera Class2 CA Certificate (security-libs/java.security)

Other notes

  • Updated List of Capabilities Provided by JDK RPMs (install/install)
  • ADDLOCAL=ToolsFeature,SourceFeature Argument No Longer Needed For Windows JDK Installer (install/install)
  • Upgraded the Default PKCS12 Encryption and MAC Algorithms (security-libs/java.security)
  • Disable SHA-1 JARs (security-libs/java.security)
  • Improve Encoding of TLS Application-Layer Protocol Negotiation (ALPN) Values (security-libs/javax.net.ssl)
  • URL FTP Protocol Handler: IPv4 Address Validation in Passive Mode (core-libs/java.net)

Bug fixes

Java SE 11.0.13[291] 2021-10-19 New features
  • Context-specific Deserialization Filters (core-libs/java.io:serialization)

Removed features and options

  • Removed IdenTrust Root Certificate (security-libs/java.security)
  • Remove the Experimental AOT and JIT Compiler in OracleJDK 11u (hotspot/compiler)

Other notes

  • Release Doesn't Correctly Recognize Windows 11 (core-libs/java.lang)
  • Change to Package Names in Linux RPM/DEB Installers (install)
  • Updated the Default Enabled Cipher Suites Preference (security-libs/javax.net.ssl)
  • System Property to Control Reconstruction of Reference Address Objects by JDK's Built-in JNDI LDAP Implementation (core-libs/javax.naming)
  • Release Doesn't Correctly Recognize Windows Server 2022 (hotspot/runtime)
  • Updated keytool to Create AKID From SKID of Issuing Certificate as Specified by RFC 5280 (security-libs/java.security)
  • SunPKCS11 Initialization With NSS When External FIPS Modules Are in Security Modules Database (security-libs/javax.crypto:pkcs11)

Bug fixes

Java SE 11.0.14[293] 2022-01-18 New features
  • New SunPKCS11 Configuration Properties (security-libs/javax.crypto:pkcs11)
  • Configurable Extensions With System Properties (security-libs/javax.net.ssl)

Removed features and options

  • Removed Google's GlobalSign Root Certificate (security-libs/java.security)

Other notes

  • Zip File System Provider Throws ZipException When Entry Name Element Contains "." or ".." (core-libs/java.nio)
  • Update Timezone Data to 2021c (core-libs/java.time)
  • LDAP Channel Binding Support for Java GSS/Kerberos (core-libs/javax.naming)
  • SocketExceptions Are Not Wrapped Into SSLExceptions in SSLSocketImpl (security-libs/javax.net.ssl)
  • OperatingSystemMXBean.getProcessCpuLoad Is Now Container Aware (hotspot/runtime)

Bug fixes

Java SE 11.0.15[295] 2022-04-19 New features
  • SunPKCS11 Provider Supports ChaCha20-Poly1305 Cipher and ChaCha20 KeyGenerator if Supported by PKCS11 Library (security-libs/javax.crypto:pkcs11)
  • ChaCha20 and Poly1305 TLS Cipher Suites (security-libs/javax.net.ssl)
  • New XML Processing Limits (xml/jaxp)

Other notes

  • Only Expose Certificates With Proper Trust Settings as Trusted Certificate Entries in macOS KeychainStore (security-libs/java.security)
  • Parsing of URL Strings in Built-in JNDI Providers Is More Strict (core-libs/javax.naming)

Bug fixes

Java SE 11.0.16[297] 2022-07-19 New features
  • HTTPS Channel Binding Support for Java GSS/Kerberos (core-libs/java.net)

Other notes

  • Update java.net.InetAddress to Detect Ambiguous IPv4 Address Literals (core-libs/java.net)
  • JDK Bundle Extensions Truncated When Downloading Using Firefox 102 (core-libs/java.io:serialization)
  • Vector Should Throw ClassNotFoundException for a Missing Class of an Element (core-libs/java.io:serialization)
  • Default JDK Compressor Will Be Closed when IOException Is Encountered (core-libs/java.util.jar)

Bug fixes

Java SE 11.0.16.1[299] 2022-08-18 Changes
  • C2 Compilation Errors Unpredictably Crashes JVM (hotspot/compiler)
Java SE 11.0.17[300] 2022-10-18 New features
  • Upgrade the Default PKCS12 MAC Algorithm (security-libs/java.security)
  • JDK Flight Recorder Event for Deserialization (core-libs/java.io:serialization)

Other notes

  • Disabled SHA-1 Signed JARs (security-libs/java.security)
  • Deprecate 3DES and RC4 in Kerberos (security-libs/org.ietf.jgss:krb5)
  • Make HttpURLConnection Default Keep Alive Timeout Configurable (core-libs/java.net)
  • CPU Shares Ignored When Computing Active Processor Count (hotspot/runtime)
  • Update Timezone Data to 2022c (core-libs/java.time)
  • New System Property to Limit the Number of Open Connections to com.sun.net.httpserver.HttpServer (core-libs/java.net)

Bug fixes

Java SE 11.0.18[302] 2023-01-17 New features
  • DTLS Resumption Uses HelloVerifyRequest Messages (security-libs/javax.net.ssl)
  • Support for RSASSA-PSS in OCSP Response (security-libs/java.security)

Known issues

  • Installation of Oracle Linux Specific x64 JDK RPMs Pulls in i686 Dependencies (install/install)

Other notes

  • FXML JavaScript Engine Disabled by Default (javafx/fxml)
  • Translated resource bundles for German (globalization)
  • RPM JDK Installer Changes (install/install)
  • Disable Side-by-Side Installations of Multiple JDK Updates in Windows JDK Installers (install/install)
  • All JDK Update Releases Are Installed Into the Same Directory on macOS (install/install)
  • Incorrect Handling of Quoted Arguments in ProcessBuilder (core-libs/java.lang)
  • New Implementation Note for LoginModule on Removing Null from a Principals or Credentials set (security-libs/javax.security)
  • Toolchain Upgrade to Visual Studio 2022 (infrastructure)
  • Change in SSLEngine.closeInbound() Behavior (security-libs/javax.net.ssl)

Bug fixes

Java SE 11.0.19[304] 2023-04-18 New features
  • Added a Default Native GSS-API Library on Windows (security-libs/org.ietf.jgss)

Other notes

  • System Property to Handle HTML ObjectView Creation (client-libs/javax.swing)
  • Added Certigna(Dhimyotis) Root CA Certificate (security-libs/java.security)
  • Removed SSLv2Hello and SSLv3 From Default Enabled TLS Protocols (security-libs/javax.net.ssl)
  • File::listRoots Changed to Return All Available Drives on Windows (core-libs/java.io)
  • Crypto-J Exception for Diffie-Hellman and DSA AlgorithmParameters Requests (security-libs/java.security)

Bug fixes

Java SE 11.0.20[306] 2023-07-18 New features
  • Allow Additional Characters for GB18030-2022 Support (core-libs/java.lang)
  • Support for GB18030-2022 (core-libs/java.nio.charsets)
  • Update the Javadoc in the Character Class to State Support for GB 18030-2022 Implementation Level 2 (core-libs/java.lang)
  • Windows KeyStore Updated to Include Access to the Local Machine Location (security-libs/java.security)
  • New JFR Event: jdk.InitialSecurityProperty (security-libs/java.security)
  • New JFR Event: jdk.SecurityProviderService (security-libs/java.security)
  • JDK Now Accepts RSA Keys in PKCS#1 Format (security-libs/javax.crypto)

Known issues

  • Problem Upgrading JDK on Windows if System User Is Using Shared Files (install)

Other notes

  • System Property to Turn off JDK-8251329 Restrictions (core-libs/java.nio)
  • Missing /usr/java/default Symlink on Linux Restored (install/install)
  • Installation of JDK RPM Corrupts Alternatives (install/install)
  • Added TWCA Root CA Certificate (security-libs/java.security)
  • Added 4 GTS Root CA Certificates (security-libs/java.security)
  • Added Microsoft Corporation's 2 TLS Root CA Certificates (security-libs/java.security)
  • System Property for Java SE Specification Maintenance Version (core-libs/java.lang)
  • GregorianCalender.computeTime() JVM Crash (hotspot/compiler)
  • ASLR Support for CDS Archive (hotspot/runtime)
  • Throw Error If Default java.security File Fails to Load (security-libs/java.security)
  • New System Property to Control the Maximum Size of Signature Files (security-libs/java.security)
  • Improved ZIP64 Extra Field Validation (core-libs/java.util.jar)

Bug fixes

Java SE 11.0.21[308] 2023-10-17 New features
  • -XshowSettings:locale Output Now Includes Tzdata Version (tools/launcher)

Removed features and options

  • Removed SECOM Trust System's RootCA1 Root Certificate (security-libs/java.security)

Other notes

  • Added Certigna Root CA Certificate (security-libs/java.security)
  • Debian JDK Installer Changes (install/install)
  • Ignore Allow and Disallow Options for java.security.manager System Property (security-libs/java.security)
  • The Default TLS Diffie-Hellman Group Size Has Been Increased from 1024-bit to 2048-bit (security-libs/javax.net.ssl)
  • Use Server Cipher Suites Preference by Default (security-libs/javax.net.ssl)

Bug fixes

Java SE 11.0.22[310] 2024-01-16 New features
  • New System Property to Toggle XML Signature Secure Validation Mode (security-libs/javax.xml.crypto)

Known issues

  • Potential Performance Regression Due to Limited Range Check Elimination (hotspot/compiler)

Other notes

  • Add Process-Memory Information to hs-err and VM.info (hotspot/runtime)
  • Increase Default Value of the System Property jdk.jar.maxSignatureFileSize (security-libs/java.security)
  • Added Four Root Certificates from DigiCert, Inc. (security-libs/java.security)
  • Added Three Root Certificates from eMudhra Technologies Limited (security-libs/java.security)
  • Added Telia Root CA v2 Certificate (security-libs/java.security)
  • Added ISRG Root X2 CA Certificate from Let's Encrypt (security-libs/java.security)
  • Call X509KeyManager.chooseClientAlias Once for All Key Types (security-libs/javax.net.ssl)
  • Add Process-Memory Information to hs-err and VM.info (hotspot/runtime)

Bug fixes

Java SE 12 edit

Java SE 12
ReleasedMarch 19, 2019
(5 years ago)
 (2019-03-19)
# of JEPs8
Addition(s)
Preview(s)Enhanced switch statements
Support ended
PublicSeptember 2019 (2019-09)

JDK 12 was released on March 19, 2019. Among others, Java 12 includes a number of new features, such as:[312]

  • JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
  • JEP 230: Microbenchmark Suite
  • JEP 325: Switch Expressions (Preview)
  • JEP 334: JVM Constants API
  • JEP 340: One AArch64 Port, Not Two
  • JEP 341: Default CDS Archives
  • JEP 344: Abortable Mixed Collections for G1
  • JEP 346: Promptly Return Unused Committed Memory from G1

The preview feature JEP 325 extends the switch statement so it can also be used as an expression, and adds a new form of case label where the right hand side is an expression. No break statement is needed. For complex expressions a yield statement can be used. This becomes standard in Java SE 14.

int ndays = switch(month) {  case JAN, MAR, MAY, JUL, AUG, OCT, DEC -> 31;  case APR, JUN, SEP, NOV -> 30;  case FEB -> {  if (year % 400 == 0) yield 29;  else if (year % 100 == 0) yield 28;  else if (year % 4 == 0) yield 29;  else yield 28; } }; 

Java 12 updates edit

Table of Java 12 updates
Release Release date Highlights
Java SE 12[313] 2019-03-19 Initial release
Java SE 12.0.1[314] 2019-04-16 Known issues
  • Java Access Bridge Installation Workaround (install)

Changes

  • Added GlobalSign R6 Root Certificate (security-libs/java.security)
  • New Japanese Era Name Reiwa (core-libs/java.time)

Bug fixes

Java SE 12.0.2[316] 2019-07-16 Removed features and options
  • Removal of Two DocuSign Root CA Certificates (security-libs/java.security)
  • Removal of Two Comodo Root CA Certificates (security-libs/java.security)
  • Removal of T-Systems Deutsche Telekom Root CA 2 Certificate (security-libs/java.security)

Other notes

  • Java Access Bridge Installation Workaround (install)

Java SE 13 edit

Java SE 13
ReleasedSeptember 17, 2019
(4 years ago)
 (2019-09-17)
# of JEPs5
Addition(s)
Preview(s)Enhanced switch statements, text blocks
Support ended
PublicMarch 2023 (2023-03)[317]

JDK 13 was released on September 17, 2019. Java 13 includes the following new features, as well as "hundreds of smaller enhancements and thousands of bug fixes".[318]

  • JEP 350: Dynamic CDS Archives
  • JEP 351: ZGC: Uncommit Unused Memory
  • JEP 353: Reimplement the Legacy Socket API
  • JEP 354: Switch Expressions (Preview)
  • JEP 355: Text Blocks (Preview)

JEP 355 Text Blocks allows multiline string literals:

String html = """   <html lang="en">   <body>   <p>Hello, world</p>   </body>   </html>   """; 

Java 13 updates edit

Table of Java 13 updates
Release Release date Highlights
Java SE 13[319] 2019-09-17 Initial release
Java SE 13.0.1[320] 2019-10-15 Other notes
  • Using the JDK or JRE on macOS Catalina (10.15) (docs)
  • Remove Obsolete NIST EC Curves from the Default TLS Algorithms (security-libs/javax.net.ssl)
  • Text Visibility Issues in macOS Dark Mode (client-libs)
  • Runtime.exec and ProcessBuilder Argument Restrictions (core-libs/java.lang)
Java SE 13.0.2[321] 2020-01-14 Other notes
  • New Checks on Trust Anchor Certificates (security-libs/java.security)
  • Exact Match Required for Trusted TLS Server Certificate (security-libs/java.security)
  • Added LuxTrust Global Root 2 Certificate (security-libs/java.security)
  • Added 4 Amazon Root CA Certificates (security-libs/java.security)
  • Improve Registry Support (core-libs/java.rmi)

Bug fixes

  • Better Serial Filter Handling (core-libs/java.io:serialization)
  • 29 bug fixes[322]

Java SE 14 edit

Java SE 14
ReleasedMarch 17, 2020
(4 years ago)
 (2020-03-17)
# of JEPs16
Addition(s)
NotableHelpful NullPointerExceptions, enhanced switch statements
Preview(s)Pattern matching for instanceof, records, text blocks
Incubatingjpackager, Foreign memory access
Removal(s)
NotableRemove Concurrent Mark Sweep garbage collector
Support ended
PublicSeptember 2020 (2020-09)

JDK 14 was released on March 17, 2020. Java 14 includes the following new features, as well as "hundreds of smaller enhancements and thousands of bug fixes".[323]

  • JEP 305: Pattern Matching for instanceof (Preview)
  • JEP 343: Packaging Tool (Incubator)
  • JEP 345: NUMA-Aware Memory Allocation for G1
  • JEP 349: JFR Event Streaming
  • JEP 352: Non-Volatile Mapped Byte Buffers
  • JEP 358: Helpful NullPointerExceptions
  • JEP 359: Records (Preview)
  • JEP 361: Switch Expressions (Standard)
  • JEP 362: Deprecate the Solaris and SPARC Ports
  • JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
  • JEP 364: ZGC on macOS
  • JEP 365: ZGC on Windows
  • JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination
  • JEP 367: Remove the Pack200 Tools and API
  • JEP 368: Text Blocks (Second Preview)
  • JEP 370: Foreign-Memory Access API (Incubator)

JEP 305, Pattern Matching for instanceof simplifies the common case of an instanceof test being immediately followed by cast, replacing

if (obj instanceof String) {  String s = (String)obj;  System.out.println(s.length()); } 

with

if (obj instanceof String s) {  System.out.println(s.length()); } 

JEP 359 Records allows easy creation of simple immutable Tuple-like classes.[324]

record Point(int x, int y) { } Point p = new Point(3, 4); System.out.println(p.x()); 

Java 14 updates edit

Table of Java 14 updates
Release Release date Highlights
Java SE 14[325] 2020-03-17 Initial release
Java SE 14.0.1[326] 2020-04-14 Bug fixes
Java SE 14.0.2[328] 2020-07-14 Removed features and options
  • Removal of Comodo Root CA Certificate (security-libs/java.security)
  • Removal of DocuSign Root CA Certificate (security-libs/java.security)

Other notes

  • Better Listing of Arrays (core-libs/java.util:collections)
  • Default SSLEngine Should Create in Server Role (security-libs/javax.net.ssl)
  • Improved Serialization Handling (core-libs/java.io:serialization)

Bug fixes

Java SE 15 edit

Java SE 15
ReleasedSeptember 15, 2020
(3 years ago)
 (2020-09-15)
# of JEPs14
Addition(s)
NotableHidden classes, ZGC (garbage collector), Shenandoah (garbage collector), text blocks
Preview(s)Sealed classes, pattern matching of instanceof, records
IncubatingForeign-memory access
Removal(s)
NotableJavaScript engine, Solaris and SPARC ports
Support ended
PublicMarch 2023 (2023-03)[317]

JDK 15 was released on September 15, 2020. Java 15 adds e.g. support for multi-line string literals (aka Text Blocks). The Shenandoah and Z garbage collectors (latter sometimes abbreviated ZGC) are now ready for use in production (i.e. no longer marked experimental). Support for Oracle's Solaris operating system (and SPARC CPUs) is dropped (while still available in e.g. Java 11). The Nashorn JavaScript Engine is removed. Also removed some root CA certificates.

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

JEP 360 Sealed Classes adds sealed classes and interfaces that restrict which other classes or interfaces may extend or implement them. Only those classes specified in a permits clause may extend the class or interface.

package com.example.geometry; public abstract sealed class Shape  permits Circle, Rectangle, Square {...} 

Together with records, sealed classes are sum types. They work well with other recent features like records, switch expressions, and pattern matching for instance-of. They all form part of a system for "Pattern matching in Java" first discussed by Gavin Bierman and Brian Goetz, in September 2018.[330]

Java 15 updates edit

Table of Java 15 updates
Release Release date Highlights
Java SE 15[331] 2020-09-15 Initial release
Java SE 15.0.1[332] 2020-10-20 New features
  • Improve Certificate Chain Handling (security-libs/javax.net.ssl)

Other notes

  • Added Property to Control LDAP Authentication Mechanisms Allowed to Authenticate Over Clear Connections (core-libs/javax.naming)
  • Added 3 SSL Corporation Root CA Certificates (security-libs/java.security)
  • Added Entrust Root Certification Authority - G4 certificate (security-libs/java.security)
  • Enhanced Support of Proxy Class (core-libs/java.io:serialization)

Bug fixes

Java SE 15.0.2[334] 2021-01-19 Other notes
  • JDK time-zone data upgraded to tzdata2020d (core-libs/java.time)
  • JDK time-zone data upgraded to tzdata2020c (core-libs/java.time)
  • US/Pacific-New Zone Name Removed as Part of tzdata2020b (core-libs/java.time)

Bug fixes

Java SE 16 edit

Java SE 16
ReleasedMarch 16, 2021
(3 years ago)
 (2021-03-16)
# of JEPs17
Addition(s)
NotableWindows/AArch64 Port, jpackager, pattern matching for instanceof, records
Preview(s)Sealed classes
IncubatingForeign linker, Foreign-memory access
Support ended
PublicSeptember 2021 (2021-09)

JDK 16 was released on March 16, 2021. Java 16 removes Ahead-of-Time compilation (and Graal JIT) options.[336] The Java implementation itself was and is still written in C++, while as of Java 16, more recent C++14 (but still not e.g. C++17 or C++20) is allowed. The code was also moved to GitHub, dropping Mercurial as the source control system.

  • JEP 338: Vector API (Incubator)
  • JEP 347: Enable C++14 Language Features
  • JEP 357: Migrate from Mercurial to Git
  • JEP 369: Migrate to GitHub
  • JEP 376: ZGC: Concurrent Thread-Stack Processing
  • JEP 380: Unix-Domain Socket Channels
  • JEP 386: Alpine Linux Port – not yet stable
  • JEP 387: Elastic Metaspace
  • JEP 388: Windows/AArch64 Port
  • JEP 389: Foreign Linker API (Incubator)
  • JEP 390: Warnings for Value-Based Classes
  • JEP 392: Packaging Tool
  • JEP 393: Foreign-Memory Access API (Third Incubator)
  • JEP 394: Pattern Matching for instanceof
  • JEP 395: Records
  • JEP 396: Strongly Encapsulate JDK Internals by Default
  • JEP 397: Sealed Classes (Second Preview)

Java 16 updates edit

Table of Java 16 updates
Release Release date Highlights
Java SE 16[337] 2021-03-16 Initial release
Java SE 16.0.1[338] 2021-04-20 Other notes
  • New System and Security Properties to Control Reconstruction of Remote Objects by JDK's Built-in JNDI RMI and LDAP Implementations (core-libs/javax.naming)
  • Added 2 HARICA Root CA Certificates (security-libs/java.security)
  • Less Ambiguous Processing of ProcessBuilder Quotes on Windows (core-libs/java.lang)

Bug fixes

Java SE 16.0.2[340] 2021-07-20 Removed features and options
  • Removed Telia Company's Sonera Class2 CA certificate (security-libs/java.security)

Other notes

  • Updated List of Capabilities Provided by JDK RPMs (install/install)
  • Change to Package Names in Linux RPM/DEB Installers (install/install)
  • URL FTP Protocol Handler: IPv4 Address Validation in Passive Mode (core-libs/java.net)
  • SocketExceptions Are Not Wrapped Into SSLExceptions in SSLSocketImpl (security-libs/javax.net.ssl)
  • Disable SHA-1 JARs (security-libs/java.security)

Bug fixes

Java SE 17 edit

Java SE 17
LTS version
ReleasedSeptember 14, 2021
(2 years ago)
 (2021-09-14)
# of JEPs14
Addition(s)
NotablemacOS/AArch64 Port, sealed classes
Preview(s)Switch pattern matching
IncubatingVector API, Foreign function & memory API
Removal(s)
NotableAOT compiler, RMI activation, strictfp keyword made obsolete (JEP 306)

JDK 17 was released in September 2021.[342] Java 17 is the 2nd long-term support (LTS) release since switching to the new 6-month release cadence (the first being Java 11).

  • JEP 306: Restore Always-Strict Floating-Point Semantics
  • JEP 356: Enhanced Pseudo-Random Number Generators
  • JEP 382: New macOS Rendering Pipeline
  • JEP 391: macOS/AArch64 Port
  • JEP 398: Deprecate the Applet API for Removal
  • JEP 403: Strongly Encapsulate JDK Internals
  • JEP 406: Pattern Matching for switch (Preview)
  • JEP 407: Remove RMI Activation
  • JEP 409: Sealed Classes
  • JEP 410: Remove the Experimental AOT and JIT Compiler
  • JEP 411: Deprecate the Security Manager for Removal
  • JEP 412: Foreign Function & Memory API (Incubator)
  • JEP 414: Vector API (Second Incubator)
  • JEP 415: Context-Specific Deserialization Filters

JEP 406 extends the pattern matching syntax used in instanceof operations to switch statements and expressions. It allows cases to be selected based on the type of the argument, null cases and refining patterns

Object o = ...; return switch (o) {  case null -> "Null";  case String s -> String.format("String %s", s);  case Long l -> String.format("long %d", l);  case Double d -> String.format("double %f", d);  case Integer i && i > 0   // refining patterns   -> String.format("positive int %d", i);  case Integer i && i == 0    -> String.format("zero int %d", i);  case Integer i && i < 0    -> String.format("negative int %d", i);  default -> o.toString();  }; }; 

Java 17 updates edit

Table of Java 17 updates
Release Release date Highlights
Java SE 17[343] 2021-09-14 Initial release
Java SE 17.0.1[344] 2021-10-19 Removed features and options
  • Removed IdenTrust Root Certificate (security-libs/java.security)

Other notes

  • Release Doesn't Correctly Recognize Windows 11 (core-libs/java.lang)
  • System Property to Control Reconstruction of Reference Address Objects by JDK's Built-in JNDI LDAP Implementation (core-libs/javax.naming)
  • Release Doesn't Correctly Recognize Windows Server 2022 (hotspot/runtime)
  • OperatingSystemMXBean.getProcessCpuLoad Is Now Container Aware (hotspot/runtime)

Bug fixes

Java SE 17.0.2[346] 2022-01-18 Removed features and options
  • Removed Google's GlobalSign Root Certificate (security-libs/java.security)

Other notes

  • Extended Delay Before JDK Executable Installer Starts From Network Drive (install/install)
  • file.encoding System Property Has an Incorrect Value on Windows (core-libs/java.io)
  • Zip File System Provider Throws ZipException When Entry Name Element Contains "." or ".." (core-libs/java.nio)
  • Update Timezone Data to 2021c (core-libs/java.time)
  • ZGC: Fixed long Process Non-Strong References times (hotspot/gc)

Bug fixes

Java SE 17.0.3[348] 2022-04-19 New features
  • New XML Processing Limits (xml/jaxp)

Other notes

  • Only Expose Certificates With Proper Trust Settings as Trusted Certificate Entries in macOS KeychainStore (security-libs/java.security)
  • Parsing of URL Strings in Built-in JNDI Providers Is More Strict (core-libs/javax.naming)

Bug fixes

Java SE 17.0.3.1[350] 2022-05-02 Changes
  • New System Property to Disable Windows Alternate Data Stream Support in java.io.File (core-libs/java.io)

Bug fixes

Java SE 17.0.4[352] 2022-07-19 New features
  • HTTPS Channel Binding Support for Java GSS/Kerberos (core-libs/java.net)

Other notes

  • Update java.net.InetAddress to Detect Ambiguous IPv4 Address Literals (core-libs/java.net)
  • Default JDK Compressor Will Be Closed when IOException Is Encountered (core-libs/java.util.jar)
  • CPU Shares Ignored When Computing Active Processor Count (hotspot/runtime)

Bug fixes

Java SE 17.0.4.1[354] 2022-08-18 Changes
  • C2 Compilation Errors Unpredictably Crashes JVM (hotspot/compiler)
Java SE 17.0.5[355] 2022-10-18 New features
  • HTTPS Channel Binding Support for Java GSS/Kerberos (core-libs/java.net)

Other notes

  • Update java.net.InetAddress to Detect Ambiguous IPv4 Address Literals (core-libs/java.net)
  • Default JDK Compressor Will Be Closed when IOException Is Encountered (core-libs/java.util.jar)
  • CPU Shares Ignored When Computing Active Processor Count (hotspot/runtime)

Bug fixes

Java SE 17.0.6[357] 2023-01-17 New features
  • DTLS Resumption Uses HelloVerifyRequest Messages (security-libs/javax.net.ssl)
  • Support for RSASSA-PSS in OCSP Response (security-libs/java.security)

Known issues

  • Installation of Oracle Linux Specific x64 JDK RPMs Pulls in i686 Dependencies (install/install)

Other notes

  • FXML JavaScript Engine Disabled by Default (javafx/fxml)
  • Translated resource bundles for German (globalization)
  • RPM JDK Installer Changes (install/install)
  • Disable Side-by-Side Installations of Multiple JDK Updates in Windows JDK Installers (install/install)
  • All JDK Update Releases Are Installed Into the Same Directory on macOS (install/install)
  • Incorrect Handling of Quoted Arguments in ProcessBuilder (core-libs/java.lang)
  • New Implementation Note for LoginModule on Removing Null from a Principals or Credentials set (security-libs/javax.security)
  • Toolchain Upgrade to Visual Studio 2022 (infrastructure)
  • Change in SSLEngine.closeInbound() Behavior (security-libs/javax.net.ssl)

Bug fixes

Java SE 17.0.7[359] 2023-04-18 New features
  • New JFR Event: jdk.InitialSecurityProperty (security-libs/java.security)

Other notes

  • System Property to Handle HTML ObjectView Creation (client-libs/javax.swing)
  • Added Certigna(Dhimyotis) CA Certificate (security-libs/java.security)
  • File::listRoots Changed to Return All Available Drives on Windows (core-libs/java.io)
  • Throw Error If Default java.security File Fails to Load (security-libs/java.security)
  • Crypto-J Exception for Diffie-Hellman and DSA AlgorithmParameters Requests (security-libs/java.security)

Bug fixes

Java SE 17.0.8[361] 2023-07-18 New features
  • Support for GB18030-2022 (core-libs/java.nio.charsets)
  • Windows KeyStore Updated to Include Access to the Local Machine Location (security-libs/java.security)
  • New JFR Event: jdk.SecurityProviderService (security-libs/java.security)

Known issues

  • Problem Upgrading JDK on Windows if System User Is Using Shared Files (install)

Other notes

  • System Property to Turn off JDK-8251329 Restrictions (core-libs/java.nio)
  • Debian JDK Installer Changes (install/install)
  • Missing /usr/java/default Symlink on Linux Restored (install/install)
  • Installation of JDK RPM Corrupts Alternatives (install/install)
  • Added TWCA Root CA Certificate (security-libs/java.security)
  • Added 4 GTS Root CA Certificates (security-libs/java.security)
  • Added Microsoft Corporation's 2 TLS Root CA Certificates (security-libs/java.security)
  • GregorianCalender.computeTime() JVM Crash (hotspot/compiler)
  • ASLR Support for CDS Archive (hotspot/runtime)
  • New System Property to Control the Maximum Size of Signature Files (security-libs/java.security)
  • Improved ZIP64 Extra Field Validation (core-libs/java.util.jar)

Bug fixes

Java SE 17.0.9[363] 2023-10-17 New features
  • -XshowSettings:locale Output Now Includes Tzdata Version (tools/launcher)

Removed features and options

  • Removed SECOM Trust System's RootCA1 Root Certificate (security-libs/java.security)

Other notes

  • Added Certigna Root CA Certificate (security-libs/java.security)
  • The Default TLS Diffie-Hellman Group Size Has Been Increased from 1024-bit to 2048-bit (security-libs/javax.net.ssl)

Bug fixes

Java SE 17.0.10[365] 2024-01-16 New features
  • New System Property to Toggle XML Signature Secure Validation Mode (security-libs/javax.xml.crypto)

Known issues

  • Potential Performance Regression Due to Limited Range Check Elimination (hotspot/compiler)

Other notes

  • Increase Default Value of the System Property jdk.jar.maxSignatureFileSize (security-libs/java.security)
  • Added Four Root Certificates from DigiCert, Inc. (security-libs/java.security)
  • Added Three Root Certificates from eMudhra Technologies Limited (security-libs/java.security)
  • Added Telia Root CA v2 Certificate (security-libs/java.security)
  • Added ISRG Root X2 CA Certificate from Let's Encrypt (security-libs/java.security)
  • Call X509KeyManager.chooseClientAlias Once for All Key Types (security-libs/javax.net.ssl)

Bug fixes

Java SE 18 edit

Java SE 18
ReleasedMarch 22, 2022
(2 years ago)
 (2022-03-22)
# of JEPs9
Addition(s)
Notable
  • UTF by default
  • Javadoc code snippets
Preview(s)Switch pattern matching
Incubating
  • Vector API
  • Foreign function & memory API
Removal(s)
NotableDeprecated finalization for removal
Support ended
PublicSeptember 2022 (2022-09)

JDK 18 was released on March 22, 2022.[367]

  • JEP 400: UTF-8 by Default
  • JEP 408: Simple Web Server
  • JEP 413: Code Snippets in Java API Documentation
  • JEP 416: Reimplement Core Reflection with Method Handles
  • JEP 417: Vector API (Third Incubator)
  • JEP 418: Internet-Address Resolution SPI
  • JEP 419: Foreign Function & Memory API (Second Incubator)
  • JEP 420: Pattern Matching for switch (Second Preview)
  • JEP 421: Deprecate Finalization for Removal

Java 18 updates edit

Table of Java 18 updates
Release Release date Highlights
Java SE 18[368] 2022-03-22 Initial release
Java SE 18.0.1[369] 2022-04-19 New features
  • New XML Processing Limits (xml/jaxp)

Other notes

  • Only Expose Certificates With Proper Trust Settings as Trusted Certificate Entries in macOS KeychainStore (security-libs/java.security)
  • Parsing of URL Strings in Built-in JNDI Providers Is More Strict (core-libs/javax.naming)

Bug fixes

Java SE 18.0.1.1[371] 2022-05-02 core-libs/java.io
  • New System Property to Disable Windows Alternate Data Stream Support in java.io.File (core-libs/java.io)

Bug fixes

Java SE 18.0.2[373] 2022-07-19 Removed features and options
  • Remove the Alternate ThreadLocal Implementation of the Subject::current and Subject::callAs APIs (security-libs/javax.security)

Other notes

  • java.net.InetAddress Updated to Reject Ambiguous IPv4 Address Literals (core-libs/java.net)
  • CPU Shares Ignored When Computing Active Processor Count (hotspot/runtime)
  • Lambda Deserialization Fails for Object Method References on Interfaces (tools/javac)

Bug fixes

Java SE 18.0.2.1[375] 2022-08-18 Changes
  • C2 Compilation Errors Unpredictably Crashes JVM (hotspot/compiler)

Java SE 19 edit

Java SE 19
ReleasedSeptember 20, 2022
(19 months ago)
 (2022-09-20)
# of JEPs7
Addition(s)
Preview(s)
  • Foreign function & memory API
  • Switch pattern matching
Incubating
  • Vector API
  • Structured concurrency
Support ended
PublicMarch 2023 (2023-03)

JDK 19 was released on 20 September 2022.[376]

  • JEP 405: Record Patterns (Preview)
  • JEP 422: Linux/RISC-V Port
  • JEP 424: Foreign Function & Memory API (Preview)
  • JEP 425: Virtual Threads (Preview)
  • JEP 426: Vector API (Fourth Incubator)
  • JEP 427: Pattern Matching for switch (Third Preview)
  • JEP 428: Structured Concurrency (Incubator)

JEP 405 allows record patterns, extending the pattern matching capabilities of instanceof operators, and switch expressions, to include record patterns that explicitly refer to the components of the record.

record Rectangle(int x, int y, int w, int h) {} int area(Object o) {  if (o instanceof Rectangle(int x, int y, int w, int h)) {  return w * h;  }  return 0; } 

Such patterns can include nested patterns, where the components of records are themselves records, allowing patterns to match more object graphs.

Java 19 updates edit

Table of Java 19 updates
Release Release date Highlights
Java SE 19[377] 2022-09-20 Initial release
Java SE 19.0.1[378] 2022-10-18 Other notes
  • Update Timezone Data to 2022c (core-libs/java.time)
  • New System Property to Limit the Number of Open Connections to com.sun.net.httpserver.HttpServer (core-libs/java.net)

Bug fixes

Java SE 19.0.2[380] 2023-01-17 New features
  • DTLS Resumption Uses HelloVerifyRequest Messages (security-libs/javax.net.ssl)

Other notes

  • FXML JavaScript Engine Disabled by Default (javafx/fxml)

Bug fixes

Java SE 20 edit

Java SE 20
ReleasedMarch 21, 2023
(13 months ago)
 (2023-03-21)
# of JEPs7
Addition(s)
IncubatingScoped values
Support ended
PublicSeptember 2023 (2023-09)

Java 20 was released on 21 March 2023.[382] All JEPs were either incubators or previews.

  • JEP 429: Scoped Values (Incubator)
  • JEP 432: Record Patterns (Second Preview)
  • JEP 433: Pattern Matching for switch (Fourth Preview)
  • JEP 434: Foreign Function & Memory API (Second Preview)
  • JEP 436: Virtual Threads (Second Preview)
  • JEP 437: Structured Concurrency (Second Incubator)
  • JEP 438: Vector API (Fifth Incubator)

Java 20 updates edit

Table of Java 20 updates
Release Release date Highlights
Java SE 20[383] 2023-03-21 Initial release
Java SE 20.0.1[384] 2023-04-18 Other notes
  • System Property to Handle HTML ObjectView Creation (client-libs/javax.swing)
  • Added Certigna(Dhimyotis) CA Certificate (security-libs/java.security)
  • File::listRoots Changed to Return All Available Drives on Windows (core-libs/java.io)

Bug fixes

Java SE 20.0.2[386] 2023-07-18 New features
  • Support for GB18030-2022 (core-libs/java.nio.charsets)

Known issues

  • Problem Upgrading JDK on Windows if System User Is Using Shared Files (install)

Other notes

  • Missing /usr/java/default Symlink on Linux Restored (install/install)
  • Installation of JDK RPM Corrupts Alternatives (install/install)
  • Added TWCA Root CA Certificate (security-libs/java.security)
  • Added 4 GTS Root CA Certificates (security-libs/java.security)
  • Added Microsoft Corporation's 2 TLS Root CA Certificates (security-libs/java.security)
  • ASLR Support for CDS Archive (hotspot/runtime)
  • New System Property to Control the Maximum Size of Signature Files (security-libs/java.security)
  • Improved ZIP64 Extra Field Validation (core-libs/java.util.jar)

Bug fixes

Java SE 21 edit

Java SE 21
LTS version
ReleasedSeptember 19, 2023
(7 months ago)
 (2023-09-19)
# of JEPs15
Addition(s)
NotableRecord patterns, pattern matching for switch, virtual threads
Preview(s)String templates, unnamed classes and main methods
IncubatingVector API

Java 21 was released on 19 September 2023.[388] There are eight JEPs that are not in preview or incubating, compared to Java 20 which only had previewing and incubating JEPs. Java 21 introduces features first previewed in Java 17 (pattern matching for switch statements) and Java 19 (record patterns). The 32-bit version of Java for Windows on x86 has been deprecated for removal.

  • JEP 430: String Templates (Preview)
  • JEP 431: Sequenced Collections
  • JEP 439: Generational ZGC
  • JEP 440: Record Patterns
  • JEP 441: Pattern Matching for switch
  • JEP 442: Foreign Function & Memory API (Third Preview)
  • JEP 443: Unnamed Patterns and Variables (Preview)
  • JEP 444: Virtual Threads
  • JEP 445: Unnamed Classes and Instance Main Methods (Preview)
  • JEP 446: Scoped Values (Preview)
  • JEP 448: Vector API (Sixth Incubator)
  • JEP 449: Deprecate the Windows 32-bit x86 Port for Removal
  • JEP 451: Prepare to Disallow the Dynamic Loading of Agents
  • JEP 452: Key Encapsulation Mechanism API
  • JEP 453: Structured Concurrency (Preview)

JEP 445, previewing unnamed classes, allows for a barebones Main class without boilerplate code:

void main() {  System.out.println("Hello, World!"); } 

instead of :

public class HelloWorld {   public static void main(String[] args) {   System.out.println("Hello, World!");  } } 

Java 21 updates edit

Table of Java 21 updates
Release Release date Highlights
Java SE 21[389] 2023-09-19 Initial release
Java SE 21.0.1[390] 2023-10-17 Other notes
  • Added Certigna Root CA Certificate (security-libs/java.security)
  • Increase Default Value of the System Property jdk.jar.maxSignatureFileSize (security-libs/java.security)

Bug fixes

Java SE 21.0.2[392] 2024-01-16 New features
  • TCP_KEEPxxxx Extended Socket Options Are Now Supported on the Windows Platform (core-libs/java.net)

Known issues

  • Potential Performance Regression Due to Limited Range Check Elimination (hotspot/compiler)

Issues fixed

  • ZGC: Reintroduced Support for Non-Default ObjectAlignmentInBytes (hotspot/compiler)

Other notes

  • Added Four Root Certificates from DigiCert, Inc. (security-libs/java.security)
  • Added Three Root Certificates from eMudhra Technologies Limited (security-libs/java.security)
  • Added Telia Root CA v2 Certificate (security-libs/java.security)
  • Added ISRG Root X2 CA Certificate from Let's Encrypt (security-libs/java.security)
  • NMT: Make Peak Values Available in Release Builds (hotspot/runtime)
  • Add User Facing Warning If THPs Are Enabled but Cannot Be Used (hotspot/runtime)

Bug fixes

Java SE 22 edit

Java SE 22
ReleasedMarch 19, 2024
(47 days ago)
 (2024-03-19)
# of JEPs12
Addition(s)
NotableForeign function and memory API, unnamed variables and patterns
Preview(s)Structured concurrency, string templates
IncubatingVector API

Java 22 was released on March 19, 2024.[394][395]

  • JEP 423: Region Pinning for G1
  • JEP 447: Statements before super(...) (Preview)
  • JEP 454: Foreign Function & Memory API
  • JEP 456: Unnamed Variables & Patterns
  • JEP 457: Class-File API (Preview)
  • JEP 458: Launch Multi-File Source-Code Programs
  • JEP 459: String Templates (Second Preview)
  • JEP 460: Vector API (Seventh Incubator)
  • JEP 461: Stream Gatherers (Preview)
  • JEP 462: Structured Concurrency (Second Preview)
  • JEP 463: Implicitly Declared Classes and Instance Main Methods (Second Preview)
  • JEP 464: Scoped Values (Second Preview)

At least one API has been removed from Java; i.e. a very rarely-used API (for threading) was removed from Java 22.[3][396]

Java SE 23 edit

Java SE 23
ReleasingSeptember 2024
(4 months' time)
 (2024-09)

As of January 2024, the specification for Java 23 has not yet been finalized. Java 23 is scheduled for release in September 2024.[397]

Future features edit

  • Project Valhalla: Value classes, whose objects lack identity, but can in certain cases get an improved memory layout (with less indirection), or have their allocation optimized away entirely.
  • Project Panama:
    • Improved interoperability with native code, to enable Java source code to call functions and use data types from other languages, in a way that is easier and has better performance than today (this part of Project Panama is getting stabilized in Java 22 under JEP 454: Foreign Function & Memory API).
    • Vector API, a portable and relatively low-level abstraction layer for SIMD programming. Its stabilization is dependent on Project Valhalla.
  • Project Lilliput: Reduce the size of Java object headers. First down to 64 bits, and then down to 32 bits.
  • Reducing startup time and warm-up time (time to peak performance) in JIT mode:
    • Project CRaC enables making snapshots of whole JVM (together with the running application) and restoring it with necessary adjustments (reopening files, sockets, etc).
    • Project Leyden, among other things, will allow partial or (in the long term) full AOT compiling, reducing overall dynamism (by adopting so called "closed-world constraints") to reduce dynamic compiling overhead.
  • Project Babylon aims to extend the Java language’s reach to alternative programming models with an enhancement to its reflective programming abilities, called code reflection (i.e., reflection over code itself). The stated main goal is to run Java code on GPUs, with SQL and other programming models as secondary targets.

Implementations edit

The officially supported Java platform, first developed at Sun and now stewarded by Oracle, is Java SE. Releases are based on the OpenJDK project, a free and open-source project with an open development model. Other Java implementations exist, however—in part due to Java's early history as proprietary software. In contrast, some implementations were created to offer some benefits over the standard implementation, often the result of some area of academic or corporate-sponsored research. Many Linux distributions include builds of OpenJDK through the IcedTea project started by Red Hat, which provides a more straightforward build and integration environment.

Visual J++ and the Microsoft Java Virtual Machine were created as incompatible implementations. After the Sun v. Microsoft lawsuit, Microsoft abandoned it and began work on the .NET platform. In 2021, Microsoft started distributing compatible "Microsoft Build of OpenJDK" for Java 11 first then also for Java 17. Their builds support not only Windows, but also Linux and macOS.

Other proprietary Java implementations are available, such as Azul's Zing. Azul offers certified open source OpenJDK builds under the Zulu moniker.

Prior to the release of OpenJDK, while Sun's implementation was still proprietary, the GNU Classpath project was created to provide a free and open-source implementation of the Java platform. Since the release of JDK 7, when OpenJDK became the official reference implementation, the original motivation for the GNU Classpath project almost completely disappeared, and its last release was in 2012.

The Apache Harmony project was started shortly before the release of OpenJDK. After Sun's initial source code release, the Harmony project continued, working to provide an implementation under a lax license, in contrast to the protective license chosen for OpenJDK. Google later developed Android and released it under a lax license. Android incorporated parts of the Harmony project, supplemented with Google's own Dalvik virtual machine and ART. Apache Harmony has since been retired, and Google has switched its Harmony components with equivalent ones from OpenJDK.

Both Jikes and Jikes RVM are open-source research projects that IBM developed.

Several other implementations exist that started as proprietary software but are now open source. IBM initially developed OpenJ9 as the proprietary J9[398] but has since relicensed the project and donated it to the Eclipse Foundation. JRockit is a proprietary implementation that was acquired by Oracle and incorporated into subsequent OpenJDK versions.

References edit

  1. ^ Reinhold, Mark (2017-09-06). "Moving Java Forward Faster". Retrieved 2017-09-16.
  2. ^ "Calling 'all aboard' on the six-month Java release train". theserverside.com. 2017-09-12. Retrieved 2017-09-16.
  3. ^ a b "Remove Thread.countStackFrames". bugs.openjdk.org. Retrieved 2024-04-16.
  4. ^ a b c d e f g h i j k "Oracle Java SE Support Roadmap". www.oracle.com.
  5. ^ Smith, Donald. "Introducing the Free Java License".
  6. ^ Reinhold, Mark (2018-08-17). "What does LTS mean for OpenJDK?". Retrieved 2018-08-28.
  7. ^ "Chapter 4. The class File Format".
  8. ^ a b c d e f "Red Hat OpenJDK Life Cycle and Support Policy". 19 November 2023.
  9. ^ "Oracle Java SE 6 Support".
  10. ^ a b c d e f "Liberica JDK roadmap".
  11. ^ a b c d e f "Azul JDK roadmap".
  12. ^ "Oracle Java SE 7 Support".
  13. ^ a b c d "Eclipse Temurin Release Roadmap".
  14. ^ a b c d "Amazon Corretto support calendar".
  15. ^ (Press release). Archived from the original on March 10, 2007. Retrieved 2008-02-05.
  16. ^ a b Ortiz, C. Enrique; Giguère, Éric (2001). Mobile Information Device Profile for Java 2 Micro Edition: Developer's Guide. John Wiley & Sons. ISBN 978-0-471-03465-0. Retrieved May 30, 2012.
  17. ^ , Sun.
  18. ^ Tennant, Don (March 15, 1997). "Taligent prepares internationalisation technology for the big time". Computerworld. IDG. Retrieved January 16, 2021.
  19. ^ , Sun.
  20. ^ , Sun.
  21. ^ . Archived from the original on November 7, 2006.
  22. ^ "How do I run Java on a Windows 95 computer?".
  23. ^ .
  24. ^ . Archived from the original on January 8, 2007.
  25. ^ a b "Java 2 Platform 5.0 and Java for Business 5.0". Oracle Corporation. 2010. Retrieved October 22, 2012.
  26. ^ "Version 1.5.0 or 5.0?". Oracle.
  27. ^ .
  28. ^ Version 1.5 full list of changes.
  29. ^ "JSR 133, 2.4 Why isn't this need met by existing specifications?". Oracle.
  30. ^ Goetz, Brian (2006). Java Concurrency in Practice. Addison-Wesley. p. xvii. ISBN 0-321-34960-1.
  31. ^ "Java 5.0 is no longer available on Java.com". Java.com. 2009-11-03. Retrieved 2016-09-30.
  32. ^ Lineback, Nathan. "Misc Windows 2 – Nathan's Toasty Technology page". Retrieved 2016-09-30.
  33. ^ Yank, Kebin (May 3, 2005). "Java 5 available for Mac OS X". Sitepoint. Retrieved September 30, 2016.
  34. ^ "Version 1.5.0 or 5.0?". Oracle.com. Retrieved April 18, 2016.
  35. ^ Java brand naming.
  36. ^ Version 6, Java webnotes, Sun.
  37. ^ Version 1.6 press release.
  38. ^ Version 1.6 full list of changes.
  39. ^ Java Lobby 2008-10-13 at the Wayback Machine.
  40. ^ . Archived from the original on January 2, 2007.
  41. ^ Darcy, Joe (2008-08-03). "An apt replacement". Retrieved 2009-07-29.
  42. ^ "Install Java 6 on Mac OS X Leopard | Gephi, open source graph visualization software". Gephi.org. Retrieved 2016-09-30.
  43. ^ "Oracle Java SE Support Roadmap". Oracle Corporation. September 19, 2012. Retrieved October 22, 2012.
  44. ^ "Auto-update and update through Java Control Panel of JRE 6 will replace JRE 6 with JRE 7". Oracle Corporation. February 19, 2013. Retrieved March 2, 2013.
  45. ^ "Java SE Development Kit 6, Update 43 Release notes". Oracle Corporation. March 4, 2013. Retrieved March 4, 2013.
  46. ^ "Java SE Development Kit 6, Update 45 Release notes". Oracle Corporation. March 4, 2013. Retrieved March 4, 2013.
  47. ^ "Java SE 6 Update Release Notes". www.oracle.com.
  48. ^ a b c "Oracle Java Technologies | Oracle". www.oracle.com.
  49. ^ "Nimbus — Java.net". Archived from the original on 20 August 2011. Retrieved 1 February 2020.
  50. ^ "Sun Java 6 Update 11 Available Now, Waiting on JavaFX". FindMySoft.com. Retrieved 2009-11-13.
  51. ^ Humble, Charles (2008-05-13). "JavaOne: Garbage First". infoq.com. Retrieved 2008-09-07.
  52. ^ Coward, Dany (2008-11-12). . Archived from the original on 2011-12-08. Retrieved 2012-01-22.
  53. ^ "Breakpoints fail to hit under JDK 1.6.0_14". Retrieved 2009-07-14.
  54. ^ "Bug ID: 6862295 JDWP threadid changes during debugging session (leading to ignored breakpoints)". Retrieved 2009-07-22.
  55. ^ "Oracle Java SE Critical Patch Update Advisory - June 2011". www.oracle.com.
  56. ^ "Oracle Java SE Critical Patch Update Advisory - October 2011". www.oracle.com.
  57. ^ MSFN. Archived from the original on 2016-08-16. Retrieved 2016-07-31.
  58. ^ a b "Oracle Security Alert for CVE-2012-4681". Oracle Corporation.
  59. ^ "Oracle Java SE Critical Patch Update Advisory - April 2013". www.oracle.com.
  60. ^ "Why should I upgrade Java ?". java.com.
  61. ^ a b "Oracle Java Critical Patch Update - June 2013". www.oracle.com.
  62. ^ a b "Oracle Critical Patch Update - October 2013". www.oracle.com.
  63. ^ a b "Oracle Critical Patch Update - April 2014". www.oracle.com.
  64. ^ "Oracle Critical Patch Update - July 2014". www.oracle.com.
  65. ^ "Oracle Critical Patch Update - October 2014". www.oracle.com.
  66. ^ "Java SE 6 Reference Implementation". Oracle Corporation. Retrieved 2016-10-24.
  67. ^ "Oracle Critical Patch Update Advisory - January 2015". www.oracle.com.
  68. ^ "Oracle Critical Patch Update - April 2015". www.oracle.com.
  69. ^ "Oracle Critical Patch Update Advisory – July 2015". Retrieved 2015-07-15.
  70. ^ "Oracle Critical Patch Update Advisory – October 2015". Retrieved 2015-10-20.
  71. ^ "Oracle Critical Patch Update Advisory – January 2016". Retrieved 2016-01-20.
  72. ^ a b "Oracle Security Alert for CVE-2016-0603". Retrieved 2016-02-08.
  73. ^ "Oracle Critical Patch Update CVSS V2 Risk Matrices – April 2016". Retrieved 2016-04-21.
  74. ^ a b "Oracle Critical Patch Update Advisory – July 2016". Retrieved 2016-07-19.
  75. ^ a b "Oracle Critical Patch Update Advisory – October 2016". Retrieved 2016-10-18.
  76. ^ a b "Oracle Critical Patch Update Advisory – January 2017". Retrieved 2017-01-17.
  77. ^ "Oracle Critical Patch Update Advisory – April 2017". Retrieved 2017-04-18.
  78. ^ a b "Oracle Critical Patch Update Advisory – July 2017". Retrieved 2017-07-18.
  79. ^ a b "Oracle Critical Patch Update Advisory – October 2017". Retrieved 2017-10-20.
  80. ^ a b "Oracle Critical Patch Update Advisory – January 2018". Retrieved 2017-10-20.
  81. ^ a b "Oracle Critical Patch Update Advisory – April 2018". Retrieved 2018-04-17.
  82. ^ a b "Oracle Critical Patch Update Advisory – July 2018". Retrieved 2018-07-17.
  83. ^ a b "Oracle Critical Patch Update Advisory – October 2018". Retrieved 2018-10-18.
  84. ^ JDK7 2016-12-15 at the Wayback Machine, Sun.
  85. ^ "Introducing Java 7 Webcast: Moving Java Forward". Oracle Corporation. July 7, 2011. Retrieved May 30, 2012.
  86. ^ a b "JDK 7". openjdk.java.net.
  87. ^ "JDK 7 Milestones". OpenJDK. Oracle Corporation. Retrieved May 30, 2012.
  88. ^ Miller, Alex. "Java 7". Retrieved 2024-02-05.
  89. ^ "JSR 292: Supporting Dynamically Typed Languages on the Java Platform". Retrieved August 25, 2013.
  90. ^ "Compressed oops in the Hotspot JVM". OpenJDK. Retrieved 2012-08-01.
  91. ^ "Java HotSpot VM Options". Oracle. Retrieved 2013-04-11.
  92. ^ "Java Programming Language Enhancements". Download.oracle.com. Retrieved 2013-01-15.
  93. ^ "Strings in switch Statements". Download.oracle.com. Retrieved 2013-01-15.
  94. ^ "The try-with-resources Statement". Download.oracle.com. Retrieved 2013-01-15.
  95. ^ "Type Inference for Generic Instance Creation". Download.oracle.com. Retrieved 2013-01-15.
  96. ^ "Improved Compiler Warnings When Using Non-Reifiable Formal Parameters with Varargs Methods". Download.oracle.com. Retrieved 2013-01-15.
  97. ^ "Binary Literals". Download.oracle.com. Retrieved 2013-01-15.
  98. ^ "Underscores in Numeric Literals". Download.oracle.com. Retrieved 2013-01-15.
  99. ^ "Catching Multiple Exception Types and Rethrowing Exceptions with Improved Type Checking". Download.oracle.com. Retrieved 2013-01-15.
  100. ^ "Concurrency JSR-166". Retrieved 2010-04-16.
  101. ^ "File I/O (Featuring NIO.2)". Java.sun.com. 2008-03-14. Retrieved 2013-01-15.
  102. ^ "Legacy File I/O Code". Java.sun.com. 2012-02-28. Retrieved 2013-01-15.
  103. ^ "JDK 7 Features". OpenJDK. 2011-07-28. Retrieved 2013-03-15.
  104. ^ "Introducing Deployment Rule Sets". Oracle. 2013-08-21. Retrieved 2019-01-22.
  105. ^ . Oracle. Archived from the original on 2011-10-26.
  106. ^ a b "Project Jigsaw". OpenJDK.
    "Java Module-System Requirements — DRAFT 12". Oracle.
    Krill, Paul (July 18, 2012). "Project Jigsaw delayed until Java 9". InfoWorld. Retrieved 2020-07-15.
  107. ^ "Java 7 Auto-Update and Java 6". Oracle.
  108. ^ Critical Patch Update table shows four dates per year
  109. ^ "End of Java 7 Public Updates". After April 2015, Oracle will no longer post updates of Java SE 7 to its public download sites. Existing Java SE 7 downloads already posted as of April 2015 will remain accessible in the Java Archive on the Oracle Technology Network. Developers and end-users are encouraged to update to more recent Java SE versions that remain available for public download in order to continue receiving public updates and security enhancements. [..] July 2015: Updates for Java 7 are no longer available to the public. Oracle offers updates to Java 7 only for customers who have purchased Java support or have Oracle products that require Java 7.
  110. ^ "Oracle Java SE Support Roadmap". Oracle Corporation. 2014-12-19. Retrieved 2015-01-07.
  111. ^ "JDK 7 Release Notes". www.oracle.com.
  112. ^ "Oracle Java SE Critical Patch Update Advisory - February 2012". www.oracle.com.
  113. ^ "Oracle Java SE Critical Patch Update Advisory - June 2012". www.oracle.com.
  114. ^ . Archived from the original on October 27, 2012.
  115. ^ "Oracle Java SE Critical Patch Update Advisory - October 2012". www.oracle.com.
  116. ^ "Oracle Security Alert for CVE-2013-0422". Oracle Corporation.
  117. ^ "Oracle Java SE Critical Patch Update Advisory - February 2013". www.oracle.com.
  118. ^ "Oracle releases fixes for 40 Java holes - The H Security: News and Features". www.h-online.com.
  119. ^ "Java SE Development Kit 7 Update 40 Bug Fixes". www.oracle.com.
  120. ^ . Archived from the original on October 2, 2013.
  121. ^ Oracle to patch Java, other products Tuesday, ZDNet,
  122. ^ "Oracle Critical Patch Update - January 2014". www.oracle.com.
  123. ^ "Java SE Development Kit 7 Update 55 Bug Fixes". www.oracle.com.
  124. ^ "Java Mission Control 5.3 Release Notes". www.oracle.com.
  125. ^ "Java SE Development Kit 7 Update 60 Bug Fixes". www.oracle.com.
  126. ^ a b "Java CPU and PSU Releases Explained". www.oracle.com.
  127. ^ "Oracle Critical Patch Update Advisory - July 2015". www.oracle.com.
  128. ^ "Oracle Critical Patch Update Advisory - October 2015". www.oracle.com.
  129. ^ "Oracle Critical Patch Update – January 2016". www.oracle.com. Retrieved 2016-01-20.
  130. ^ "Java SE Development Kit 7, Update 99". Retrieved 2016-03-23.
  131. ^ "Oracle Critical Patch Update Advisory – April 2016". Retrieved 2016-04-18.
  132. ^ "Oracle Critical Patch Update Advisory – April 2017". Retrieved 2017-04-18.
  133. ^ "Oracle Critical Patch Update Advisory – January 2019". Retrieved 2019-04-18.
  134. ^ "Oracle Critical Patch Update Advisory – April 2019". Retrieved 2019-04-18.
  135. ^ "Oracle Critical Patch Update Advisory - July 2019". Retrieved 2020-01-07.
  136. ^ "Oracle Critical Patch Update Advisory - October 2019". Retrieved 2020-01-07.
  137. ^ "Oracle Critical Patch Update Advisory - January 2020". Retrieved 2021-04-22.
  138. ^ "Oracle Critical Patch Update Advisory - April 2020". Retrieved 2021-04-22.
  139. ^ "Oracle Critical Patch Update Advisory - July 2020". Retrieved 2021-04-22.
  140. ^ "Oracle Critical Patch Update Advisory - October 2020". Retrieved 2021-04-22.
  141. ^ "Oracle Critical Patch Update Advisory - January 2021". Retrieved 2021-04-22.
  142. ^ "Oracle Critical Patch Update Advisory - April 2021". Retrieved 2021-04-22.
  143. ^ "Release Notes for JDK 7 and JDK 7 Update Releases". Retrieved 2022-01-25.
  144. ^ "Release Notes for JDK 7 and JDK 7 Update Releases". Retrieved 2022-01-25.
  145. ^ "Release Notes for JDK 7 and JDK 7 Update Releases". Retrieved 2022-01-25.
  146. ^ "Proposed new schedule for Java 8". 2013-04-18. Retrieved 2013-04-19.
  147. ^ "JDK 8". OpenJDK. 2013-04-18. Retrieved 2014-01-28.
  148. ^ "JDK 8 features". OpenJDK. 2014-01-28. Retrieved 2014-01-28.
  149. ^ "JSR 337". Retrieved 2014-01-30.
  150. ^ "Java 7 Features". Sun Microsystems. 2010-02-09. Retrieved 2010-04-16.
  151. ^ a b "Interface evolution via virtual extension methods" (PDF). Brian Goetz. 2011-07-20. Retrieved 2014-03-27.
  152. ^ "Lambda Expressions for the Java Programming Language". Brian Goetz. 2012-10-23. Retrieved 2014-03-27.
  153. ^ . Oracle. Archived from the original on 2017-05-23. Retrieved 2014-03-27.
  154. ^ Gafter, Neal (2006-08-18). "Closures for Java". Retrieved 2008-03-09.
  155. ^ Gosling, James (2008-01-31). . Archived from the original on 2011-07-22. Retrieved 2008-03-09.
  156. ^ Reinhold, Mark (2009-11-28). "Closures for Java". Retrieved 2009-11-24.
  157. ^ Darcy, Joe. "Unsigned Integer Arithmetic API now in JDK 8". blogs.oracle.com.
  158. ^ "Oracle JDK 8 and JRE 8 Certified System Configurations". Oracle Corporation. Retrieved 2014-04-15.
  159. ^ Stahl, Henrik (2014-07-11). . Oracle Corporation. Archived from the original on 2014-11-11. Retrieved 2014-11-11. JDK 8 is not supported on Windows XP. Early versions of JDK 8 had known issues with the installer on Windows XP that prevented it from installing without manual intervention. This was resolved in JDK 8 Update 25. The important point here is that we can no longer provide complete guarantees for Java on Windows XP, since the OS is no longer being updated by Microsoft. We strongly recommend that users upgrade to a newer version of Windows that is still supported by Microsoft in order to maintain a stable and secure environment.
  160. ^ Wieldt, Tori (October 27, 2014). . blog.oracle.com. Archived from the original on November 29, 2014. Retrieved November 24, 2014.
  161. ^ "Oracle Java SE Support Roadmap". Retrieved 2021-02-17.
  162. ^ "Java SE Development Kit 8, Update 5 (JDK 8u5)". oracle.com. Retrieved 2014-04-28.
  163. ^ "Java SE Development Kit 8, Update 11 (JDK 8u11)". oracle.com. Retrieved 2014-07-16.
  164. ^ "18 security bug fixes". oracle.com. Retrieved 2014-07-16.
  165. ^ "Java SE Development Kit 8, Update 20 (JDK 8u20)". oracle.com. Retrieved 2014-08-27.
  166. ^ "Java SE Development Kit 8 Update 20 Bug Fixes". www.oracle.com.
  167. ^ "Java SE Development Kit 8, Update 25 (JDK 8u25)". oracle.com. Retrieved 2014-10-14.
  168. ^ "Java SE Development Kit 8, Update 31 (JDK 8u31)". oracle.com. Retrieved 2015-01-21.
  169. ^ "Java SE Development Kit 8, Update 40 (JDK 8u40)". oracle.com. Retrieved 2015-03-04.
  170. ^ "Java SE Development Kit 8 Update 40 Bug Fixes". www.oracle.com.
  171. ^ "Java SE Development Kit 8, Update 45 (JDK 8u45)". oracle.com. Retrieved 2015-04-15.
  172. ^ "Java SE Development Kit 8, Update 51 (JDK 8u51)". oracle.com. Retrieved 2015-07-14.
  173. ^ "Java SE Development Kit 8, Update 60 (JDK 8u60)". oracle.com. Retrieved 2015-08-18.
  174. ^ "Java SE Development Kit 8 Update 60 Bug Fixes". www.oracle.com.
  175. ^ "Java SE Development Kit 8, Update 65 (JDK 8u65)". oracle.com. Retrieved 2015-10-20.
  176. ^ "Java SE Development Kit 8, Update 66 Release Notes". oracle.com. Retrieved October 22, 2015.
  177. ^ "Java SE Development Kit 8, Update 71 Release Notes". oracle.com. Retrieved January 20, 2015.
  178. ^ "Java SE Development Kit 8 Update 71 Bug Fixes". oracle.com. Retrieved January 20, 2015.
  179. ^ "Java SE Development Kit 8, Update 72 Release Notes". oracle.com.
  180. ^ "Java SE Development Kit 8, Update 73 Release Notes". oracle.com. Retrieved February 6, 2016.
  181. ^ "Java SE Development Kit 8, Update 74 Release Notes". oracle.com. Retrieved February 6, 2016.
  182. ^ "Java SE Development Kit 8, Update 77 Release Notes". oracle.com. Retrieved March 23, 2016.
  183. ^ "Java SE Development Kit 8, Update 91 Release Notes". oracle.com. Retrieved March 23, 2016.
  184. ^ "Java SE Development Kit 8, Update 92 Release Notes". Retrieved March 23, 2016.
  185. ^ "Java SE Development Kit 8, Update 101 Release Notes". Retrieved July 19, 2016.
  186. ^ "Java SE Development Kit 8, Update 102 Release Notes". Retrieved July 19, 2016.
  187. ^ "Java SE Development Kit 8, Update 111 Release Notes". Retrieved October 19, 2016.
  188. ^ "Java SE Development Kit 8, Update 112 Release Notes". Retrieved October 19, 2016.
  189. ^ "Java SE Development Kit 8, Update 121 Release Notes". Retrieved January 17, 2016.
  190. ^ "Java SE Development Kit 8, Update 131 Release Notes". www.oracle.com. Retrieved 2017-04-18.
  191. ^ "Java SE Development Kit 8, Update 141 Release Notes". www.oracle.com. Retrieved 2017-07-18.
  192. ^ "Java SE Development Kit 8, Update 144 Release Notes". www.oracle.com. Retrieved 2017-07-26.
  193. ^ "Java SE Development Kit 8, Update 151 Release Notes". www.oracle.com. Retrieved 2017-10-19.
  194. ^ "Java SE Development Kit 8, Update 152 Release Notes". www.oracle.com. Retrieved 2017-10-19.
  195. ^ "Java SE Development Kit 8, Update 161 Release Notes". www.oracle.com. Retrieved 2018-01-18.
  196. ^ "Java SE Development Kit 8, Update 162 Release Notes". www.oracle.com. Retrieved 2018-01-16.
  197. ^ "Java SE Development Kit 8, Update 171 Release Notes". www.oracle.com. Retrieved 2018-04-17.
  198. ^ "Java SE Development Kit 8, Update 172 Release Notes". www.oracle.com. Retrieved 2018-04-17.
  199. ^ "Java SE Development Kit 8, Update 181 Release Notes". www.oracle.com. Retrieved 2018-07-20.
  200. ^ "Java SE Development Kit 8, Update 191 Release Notes". www.oracle.com. Retrieved 2018-10-16.
  201. ^ "Java SE Development Kit 8, Update 192 Release Notes". www.oracle.com. Retrieved 2018-10-16.
  202. ^ "Java SE Development Kit 8, Update 201 Release Notes". www.oracle.com. Retrieved 2019-01-16.
  203. ^ "Java SE Development Kit 8, Update 202 Release Notes". www.oracle.com. Retrieved 2019-01-16.
  204. ^ "Java SE Development Kit 8, Update 211 Release Notes". www.oracle.com. Retrieved 2019-04-16.
  205. ^ a b "Java SE Development Kit 8, Update 212 Release Notes". www.oracle.com. Retrieved 2019-04-16.
  206. ^ "Java SE Development Kit 8, Update 221 Release Notes". www.oracle.com. Retrieved 2019-07-30.
  207. ^ "Java SE Development Kit 8, Update 231 Release Notes". www.oracle.com. Retrieved 2019-10-16.
  208. ^ "Java SE Development Kit 8, Update 241 Release Notes". www.oracle.com. Retrieved 2020-01-18.
  209. ^ "Java SE Development Kit 8, Update 251 Release Notes". www.oracle.com. Retrieved 2020-04-14.
  210. ^ "Java SE Development Kit 8, Update 261 Release Notes". www.oracle.com. Retrieved 2022-04-19.
  211. ^ "JDK 8u261 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
  212. ^ "Java SE Development Kit 8, Update 271 Release Notes". www.oracle.com. Retrieved 2022-04-19.
  213. ^ "JDK 8u271 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
  214. ^ "Java SE Development Kit 8, Update 281 Release Notes". www.oracle.com. Retrieved 2022-04-19.
  215. ^ "JDK 8u281 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
  216. ^ "Java SE Development Kit 8, Update 291 Release Notes". www.oracle.com. Retrieved 2022-04-19.
  217. ^ "JDK 8u291 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
  218. ^ "Java SE Development Kit 8, Update 301 Release Notes". www.oracle.com. Retrieved 2022-04-19.
  219. ^ "JDK 8u301 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
  220. ^ "Java SE Development Kit 8, Update 311 Release Notes". www.oracle.com. Retrieved 2022-04-19.
  221. ^ "JDK 8u311 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
  222. ^ "Java SE Development Kit 8, Update 321 Release Notes". www.oracle.com. Retrieved 2022-04-19.
  223. ^ "Java SE Development Kit 8, Update 321 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
  224. ^ "Java SE Development Kit 8, Update 331 Release Notes". www.oracle.com. Retrieved 2022-04-19.
  225. ^ "Java SE Development Kit 8, Update 331 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
  226. ^ "Java SE Development Kit 8, Update 333 Release Notes". www.oracle.com. Retrieved 2022-05-02.
  227. ^ "Java SE Development Kit 8, Update 333 Bug Fixes". www.oracle.com. Retrieved 2022-05-02.
  228. ^ "Java SE Development Kit 8, Update 341 Release Notes". www.oracle.com. Retrieved 2022-07-30.
  229. ^ "Java SE Development Kit 8, Update 341 Bug Fixes". www.oracle.com. Retrieved 2022-07-30.
  230. ^ "Java SE Development Kit 8, Update 351 Release Notes". www.oracle.com. Retrieved 2022-10-18.
  231. ^ "Java SE Development Kit 8, Update 351 Bug Fixes". www.oracle.com. Retrieved 2022-10-18.
  232. ^ "Java SE Development Kit 8, Update 361 Release Notes". www.oracle.com. Retrieved 2023-03-24.
  233. ^ "Java SE Development Kit 8, Update 371 Release Notes". www.oracle.com.
  234. ^ "Java SE Development Kit 8, Update 381 Release Notes". www.oracle.com. Retrieved 2023-09-12.
  235. ^ "Java SE Development Kit 8, Update 391 Release Notes". www.oracle.com. Retrieved 2023-11-15.
  236. ^ "Java SE Development Kit 8, Update 401 Release Notes". www.oracle.com.
  237. ^ a b "Java SE Development Kit 8, Update 411 Release Notes". www.oracle.com.
  238. ^ "JDK 9". Retrieved 2017-06-16.
  239. ^ "Java modularity specification opposed by Red Hat, IBM is voted down". InfoWorld. 2017-05-09. Retrieved 2017-06-16.
  240. ^ Chirgwin, Richard (July 2, 2017). "Java 9 release back on track, community votes 'yes'". theregister.co.uk. Retrieved 2017-07-29.
  241. ^ "Java Platform, Standard Edition Oracle JDK 9 Migration Guide". docs.oracle.com. Retrieved 15 May 2018.
  242. ^ "OpenJDK: Project Kulla".
  243. ^ Lea, Doug (January 15, 2015). . Archived from the original on January 20, 2015. Retrieved December 24, 2015.
  244. ^ "Flow (Java SE 9 & JDK 9 )". docs.oracle.com.
  245. ^ Reactive Streams Releases First Stable Version for JVM
  246. ^ "JDK 9: First Release Candidate". 2017-08-09. Retrieved 2017-08-21.
  247. ^ . techworld.com. 2017-07-21. Archived from the original on 2017-12-07. Retrieved 2017-09-16.
    "JDK 9". Oracle Corporation. Retrieved 2017-09-16.
  248. ^ "Mark your calendar: Java 9 finally has a release date". 2015-05-07.
  249. ^ "Java 9's new garbage collector: What's changing? What's staying?". June 26, 2015.
  250. ^ "JavaOne: JavaFX 2, Java on iOS".
  251. ^ "Java 9 Release Date Now March 2017". 2016-01-05.
  252. ^ "JDK 9 release delayed another four months". The Register. Retrieved 2016-10-14.
  253. ^ "JDK 9 Release Notes". oracle.com. 2017-09-21.
  254. ^ "JDK 9.0.1 Release Notes". oracle.com. 2017-10-17.
  255. ^ "JDK 9.0.1 Bug Fixes". oracle.com. 2017-10-17.
  256. ^ "JDK 9.0.4 Release Notes". oracle.com. 2018-01-16.
  257. ^ "JDK 9.0.4 Bug Fixes". oracle.com. 2018-01-16.
  258. ^ OpenJDK. "JDK 10".
  259. ^ "JDK 10 Release Notes". oracle.com. 2018-03-20.
  260. ^ "JDK 10.0.1 Release Notes". oracle.com. 2018-04-17.
  261. ^ "JDK 10.0.1 Bug Fixes". oracle.com. 2018-04-17.
  262. ^ "JDK 10.0.2 Release Notes". oracle.com. 2018-07-17.
  263. ^ "JDK 10.0.2 Bug Fixes". oracle.com. 2018-07-17.
  264. ^ OpenJDK. "JDK 11".
  265. ^ "Oracle JDK Migration Guide". Oracle Help Center. Retrieved 27 September 2018.
  266. ^ "JDK 11". oracle.com. 2018-09-25.
  267. ^ "JDK 11.0.1 Release Notes". oracle.com. 2018-10-16.
  268. ^ "JDK 11.0.1 Bug Fixes". oracle.com. 2018-10-16.
  269. ^ "JDK 11.0.2 Release Notes". oracle.com. 2019-01-15.
  270. ^ "JDK 11.0.2 Bug Fixes". oracle.com. 2019-01-15.
  271. ^ "JDK 11.0.3 Release Notes". oracle.com. 2019-04-16.
  272. ^ "JDK 11.0.3 Bug Fixes". oracle.com. 2019-04-16.
  273. ^ "JDK 11.0.4 Release Notes". oracle.com. 2019-07-16.
  274. ^ "JDK 11.0.4 Bug Fixes". oracle.com. 2019-07-16.
  275. ^ "JDK 11.0.5 Release Notes". oracle.com. 2019-10-15.
  276. ^ "JDK 11.0.5 Bug Fixes". oracle.com. 2019-10-15.
  277. ^ "JDK 11.0.6 Release Notes". oracle.com. 2020-01-14.
  278. ^ "JDK 11.0.6 Bug Fixes". oracle.com. 2020-01-14.
  279. ^ "JDK 11.0.7 Release Notes". oracle.com. 2020-04-14.
  280. ^ "JDK 11.0.7 Bug Fixes". oracle.com. 2020-04-14.
  281. ^ "JDK 11.0.8 Release Notes". oracle.com. 2020-07-14.
  282. ^ "JDK 11.0.8 Bug Fixes". oracle.com. 2020-07-14.
  283. ^ "JDK 11.0.9 Release Notes". oracle.com. 2020-10-20.
  284. ^ "JDK 11.0.9 Bug Fixes". oracle.com. 2020-10-20.

java, version, history, this, article, about, java, programming, language, other, uses, history, java, java, language, undergone, several, changes, since, well, numerous, additions, classes, packages, standard, library, since, j2se, evolution, java, language, . This article is about the Java programming language For other uses see History of Java The Java language has undergone several changes since JDK 1 0 as well as numerous additions of classes and packages to the standard library Since J2SE 1 4 the evolution of the Java language has been governed by the Java Community Process JCP which uses Java Specification Requests JSRs to propose and specify additions and changes to the Java platform The language is specified by the Java Language Specification JLS changes to the JLS are managed under JSR 901 In September 2017 Mark Reinhold chief Architect of the Java Platform proposed to change the release train to one feature release every six months rather than the then current two year schedule 1 2 This proposal took effect for all following versions and is still the current release schedule In addition to the language changes other changes have been made to the Java Class Library over the years which has grown from a few hundred classes in JDK 1 0 to over three thousand in J2SE 5 Entire new APIs such as Swing and Java2D have been introduced and many of the original JDK 1 0 classes and methods have been deprecated and very few APIs have been removed at least one for threading in Java 22 3 Some programs allow the conversion of Java programs from one version of the Java platform to an older one for example Java 5 0 backported to 1 4 see Java backporting tools Regarding Oracle Java SE Support Roadmap 4 version 22 is the latest one and versions 21 17 11 and 8 are the currently supported long term support LTS versions where Oracle Customers will receive Oracle Premier Support Oracle continues to release no cost public Java 8 updates for development 4 and personal use indefinitely Oracle also continues to release no cost public Java 17 LTS updates for all users including commercial and production use until September 2024 5 In the case of OpenJDK both commercial long term support and free software updates are available from multiple organizations in the broader community 6 Java 22 was released on March 19 2024 Contents Release table 1 0 1 1 1 2 1 3 1 4 5 0 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 Future features Implementations See also References External linksRelease table editvte Version Class File Format Version 7 Release date End of Public Updates Free End of Extended Support Paid Old version no longer maintained JDK 1 0 45 23rd January 1996 May 1996 Old version no longer maintained JDK 1 1 45 18th February 1997 October 2002 Old version no longer maintained J2SE 1 2 46 4th December 1998 November 2003 Old version no longer maintained J2SE 1 3 47 8th May 2000 March 2006 Old version no longer maintained J2SE 1 4 48 13th February 2002 October 2008 Old version no longer maintained J2SE 5 0 49 30th September 2004 October 2009 Old version no longer maintained Java SE 6 50 11th December 2006 April 2013 December 2016 for Red Hat 8 October 2018 for Oracle 9 March 2026 for BellSoft Liberica 10 December 2027 for Azul 11 Old version no longer maintained Java SE 7 51 28th July 2011 July 2015 June 2020 for Red Hat 8 July 2022 for Oracle 12 March 2026 for BellSoft Liberica 10 December 2027 for Azul 11 Older version yet still maintained Java SE 8 LTS 52 18th March 2014 April 2019 for OracleNovember 2026 for Eclipse Temurin 13 November 2026 for Red Hat 8 July 2027 for Amazon Corretto 14 December 2030 for Azul 11 March 2031 for BellSoft Liberica 10 December 2030 for Oracle 4 Old version no longer maintained Java SE 9 53 21st September 2017 March 2018 Old version no longer maintained Java SE 10 54 20th March 2018 September 2018 Older version yet still maintained Java SE 11 LTS 55 25th September 2018 April 2019 for OracleOctober 2024 for Red Hat 8 March 2027 for BellSoft Liberica 10 October 2027 for Eclipse Temurin 13 October 2027 for Amazon Corretto 14 January 2032 for Azul 11 January 2032 for Oracle 4 Old version no longer maintained Java SE 12 56 19th March 2019 September 2019 Old version no longer maintained Java SE 13 57 17th September 2019 March 2020 Old version no longer maintained Java SE 14 58 17th March 2020 September 2020 Old version no longer maintained Java SE 15 59 16th September 2020 March 2021 Old version no longer maintained Java SE 16 60 16th March 2021 September 2021 Older version yet still maintained Java SE 17 LTS 61 14th September 2021 September 2024 for Oracle 4 October 2027 for Eclipse Temurin 13 October 2027 for Red Hat 8 October 2029 for Amazon Corretto 14 September 2029 for Azul 11 March 2030 for BellSoft Liberica 10 September 2029 for Oracle 4 Old version no longer maintained Java SE 18 62 22nd March 2022 September 2022 Old version no longer maintained Java SE 19 63 20th September 2022 March 2023 Old version no longer maintained Java SE 20 64 21st March 2023 September 2023 Older version yet still maintained Java SE 21 LTS 65 19th September 2023 September 2026 for Oracle 4 December 2029 for Red Hat 8 December 2029 for Eclipse Temurin 13 October 2030 for Amazon Corretto 14 September 2031 for Azul 11 March 2032 for BellSoft Liberica 10 September 2031 for Oracle 4 Current stable version Java SE 22 66 19th March 2024 September 2024 Future release Java SE 23 67 September 2024 March 2025 Future release Java SE 24 68 March 2025 September 2025 Future release Java SE 25 LTS 69 September 2025 September 2028 for Oracle 4 September 2033 for Oracle 4 Legend Old versionOlder version still maintainedLatest versionLatest preview versionFuture releaseJDK 1 0 editJDK 1 0ReleasedJanuary 23 1996 28 years ago 1996 01 23 The first version was released on January 23 1996 15 16 The first stable version JDK 1 0 2 is called Java 1 16 JDK 1 1 editJDK 1 1ReleasedFebruary 19 1997 27 years ago 1997 02 19 Major additions in the release on February 19 1997 included 17 extensive retooling of the Abstract Window Toolkit AWT event model inner classes added to the language JavaBeans Java Database Connectivity JDBC Java remote method invocation RMI and serialization reflection which supported Introspection only no modification at runtime was possible The ability to modify objects reflectively was added in J2SE 1 2 by introducing the AccessibleObject class and its subclasses such as the Field class Just in time compilation JIT on Microsoft Windows platforms produced for JavaSoft by Symantec Internationalization and Unicode support originating from Taligent 18 J2SE 1 2 editJ2SE 1 2CodenamePlaygroundReleasedDecember 8 1998 25 years ago 1998 12 08 The release on December 8 1998 and subsequent releases through J2SE 5 0 were rebranded retrospectively Java 2 and the version name J2SE Java 2 Platform Standard Edition replaced JDK to distinguish the base platform from J2EE Java 2 Platform Enterprise Edition and J2ME Java 2 Platform Micro Edition This was a very significant release of Java as it tripled the size of the Java platform to 1520 classes in 59 packages Major additions included 19 a href Strictfp html title Strictfp strictfp a keyword by JVM 17 an obsolete keyword should not be used in new code The Swing graphical API was integrated into the core classes Sun s JVM was equipped with a JIT compiler for the first time Java plug in Java IDL an IDL implementation for CORBA interoperability Collections frameworkJ2SE 1 3 editJ2SE 1 3CodenameKestrelReleasedMay 8 2000 23 years ago 2000 05 08 The most notable changes in the May 8 2000 release were 20 21 HotSpot JVM included the HotSpot JVM was first released in April 1999 for the J2SE 1 2 JVM RMI was modified to support optional compatibility with CORBA Java Naming and Directory Interface JNDI included in core libraries previously available as an extension Java Platform Debugger Architecture JPDA JavaSound Synthetic proxy classes Java 1 3 is the last release of Java to officially support Microsoft Windows 95 22 J2SE 1 4 editJ2SE 1 4CodenameMerlinReleasedFebruary 6 2002 22 years ago 2002 02 06 Support endedPublicOctober 2008 2008 10 PaidFebruary 2013 2013 02 The February 6 2002 release was the first release of the Java platform developed under the Java Community Process as JSR 59 Major changes included 23 24 Language changes a href Assertion computing html class mw redirect title Assertion computing assert a keyword specified in JSR 41 Library improvements Regular expressions modeled after Perl regular expressions Exception chaining allows an exception to encapsulate original lower level exception Internet Protocol version 6 IPv6 support Non blocking I O named NIO specified in JSR 51 Logging API specified in JSR 47 Image I O API for reading and writing images in formats like JPEG and PNG Integrated XML parser and XSLT processor JAXP specified in JSR 5 and JSR 63 Integrated security and cryptography extensions JCE JSSE JAAS Java Web Start included Java Web Start was first released in March 2001 for J2SE 1 3 specified in JSR 56 Preferences API java util prefs Public support and security updates for Java 1 4 ended in October 2008 Paid security updates for Oracle customers ended in February 2013 25 Java SE 5 editJava SE 5CodenameTigerReleasedSeptember 30 2004 19 years ago 2004 09 30 Support endedPublicNovember 2009 2009 11 PaidApril 2015 2015 04 The release on September 30 2004 was originally numbered 1 5 which is still used as the internal version number The number was changed to better reflect the level of maturity stability scalability and security of the J2SE 26 This version was developed under JSR 176 Java SE 5 entered its end of public updates period on April 8 2008 updates are no longer available to the public as of November 3 2009 Updates were available to paid Oracle customers until May 2015 4 Tiger added a number of significant new language features 27 28 Generics provides compile time static type safety for collections and eliminates the need for most typecasts type conversion specified by JSR 14 Metadata also called annotations allows language constructs such as classes and methods to be tagged with additional data which can then be processed by metadata aware utilities specified by JSR 175 Autoboxing unboxing automatic conversions between primitive types such as int and primitive wrapper classes such as Integer specified by JSR 201 Enumerations the enum keyword creates a typesafe ordered list of values such as Day MONDAY Day TUESDAY etc previously this could only be achieved by non typesafe constant integers or manually constructed classes typesafe enum pattern specified by JSR 201 Varargs the last parameter of a method can now be declared using a type name followed by three dots e g void drawtext String lines in the calling code any number of parameters of that type can be used and they are then placed in an array to be passed to the method or alternatively the calling code can pass an array of that type Enhanced a href Foreach html class mw redirect title Foreach for each a loop the for loop syntax is extended with special syntax for iterating over each member of either an array or any Iterable such as the standard Collection classes specified by JSR 201 Improved semantics of execution for multi threaded Java programs the new Java memory model addresses issues of complexity effectiveness and performance of previous specifications 29 Static imports There were also the following improvements to the standard libraries Automatic stub generation for RMI objects Swing New skinnable look and feel called synth The concurrency utilities in package java util concurrent 30 Scanner class for parsing data from various input streams and buffers Java 5 is the last release of Java to officially support Microsoft Windows 98 and Windows ME 31 while Windows Vista was the newest version of Windows that Java SE 5 was supported on prior to Java 5 going end of life in October of 2009 25 Java 5 Update 5 1 5 0 05 is the last release of Java to work on Windows 95 with Internet Explorer 5 5 installed and Windows NT 4 0 32 Java 5 was first available on Apple Mac OS X 10 4 Tiger 33 and was the default version of Java installed on Apple Mac OS X 10 5 Leopard Public support and security updates for Java 1 5 ended in November 2009 Paid security updates for Oracle customers ended in April 2015 Versioning change edit This version introduced a new versioning system for the Java language although the old versioning system continued to be used for developer libraries Both version numbers 1 5 0 and 5 0 are used to identify this release of the Java 2 Platform Standard Edition Version 5 0 is the product version while 1 5 0 is the developer version The number 5 0 is used to better reflect the level of maturity stability scalability and security of the J2SE Version 1 5 0 or 5 0 Java release notes 34 This correspondence continued through later releases Java 6 JDK 1 6 Java 7 JDK 1 7 and so on Java SE 6 editJava SE 6CodenameMustangReleasedNovember 11 2006 17 years ago 2006 11 11 Support endedPublicFebruary 2013 2013 02 As of the version released on December 11 2006 Sun replaced the name J2SE with Java SE and dropped the 0 from the version number 35 Internal numbering for developers remains 1 6 0 36 This version was developed under JSR 270 During the development phase new builds including enhancements and bug fixes were released approximately weekly Beta versions were released in February and June 2006 leading up to a final release that occurred on December 11 2006 Major changes included in this version 37 38 Support for older Win9x versions dropped unofficially Java 6 Update 7 was the last release of Java shown to work on these versions of Windows citation needed This is believed by whom to be due to the major changes in Update 10 Scripting Language Support JSR 223 Generic API for tight integration with scripting languages and built in Mozilla JavaScript Rhino integration Dramatic performance improvements for the core platform 39 40 and Swing Improved Web Service support through JAX WS JSR 224 JDBC 4 0 support JSR 221 Java Compiler API JSR 199 an API allowing a Java program to select and invoke a Java Compiler programmatically Upgrade of JAXB to version 2 0 Including integration of a StAX parser Support for pluggable annotations JSR 269 41 Many GUI improvements such as integration of SwingWorker in the API table sorting and filtering and true Swing double buffering eliminating the gray area effect JVM improvements include synchronization and compiler performance optimizations new algorithms and upgrades to existing garbage collection algorithms and application start up performance Java 6 can be installed to Mac OS X 10 5 Leopard running on 64 bit Core 2 Duo and higher processor machines 42 Java 6 is also supported by both 32 bit and 64 bit machines running Mac OS X 10 6 Snow Leopard Java 6 reached the end of its supported life in February 2013 at which time all public updates including security updates were scheduled to be stopped 43 44 Oracle released two more updates to Java 6 in March and April 2013 which patched some security vulnerabilities 45 46 Java 6 updates edit After Java 6 release Sun and later Oracle released several updates which while not changing any public API enhanced end user usability or fixed bugs 47 Table of Java 6 updates Release Release date Highlights Java SE 6 2006 12 23 This release adds many enhancements in the fields of Web services scripting databases pluggable annotations and security as well as quality compatibility and stability JConsole is now officially supported Java DB support has been added Java SE 6 Update 1 citation needed 2007 05 07 Java SE 6 Update 2 citation needed 2007 07 03 Java SE 6 Update 3 citation needed 2007 10 03 Java SE 6 Update 4 citation needed 2008 01 14 HotSpot VM 10 Java SE 6 Update 5 citation needed 2008 03 05 Several security flaws were eliminated New root certificates from AOL DigiCert and TrustCenter are now included Java SE 6 Update 6 citation needed 2008 04 16 A workaround for the infamous Xlib XCB locking assertion issue was introduced A memory leak when using Kerberos authentication with LoginContext was fixed Several other bugs were fixed Java SE 6 Update 7 citation needed Unofficially Java SE 6 Update 7 1 6 0 7 is the last version of Java that was shown to be working on the Win9x family of operating systems citation needed Java SE 6 Update 10 citation needed 2008 10 15 HotSpot VM 11 Major changes for this update include Java Deployment Toolkit a set of JavaScript functions to ease the deployment of applets and Java Web Start applications 48 Java Kernel a small installer including only the most commonly used JRE classes Other packages are downloaded when needed Enhanced updater Enhanced versioning and pack200 support server side support is no longer required 48 Java Quick Starter to improve cold start up time Improved performance of Java2D graphics primitives on Windows using Direct3D and hardware acceleration A new Swing look and feel called Nimbus and based on synth 49 Next Generation Java Plug In applets now run in a separate process and support many features of Web Start applications 48 Java SE 6 Update 11 50 citation needed 2008 12 03 13 security fixes citation needed Java SE 6 Update 12 citation needed 2008 12 12 No security fixes 64 bit Java plug in for 64 bit web browsers only Windows Server 2008 support performance improvements of graphics and JavaFX applications Java SE 6 Update 13 citation needed 2009 03 24 7 security fixes JNDI store and retrieve Java objects in LDAP slightly modified JMX Change createMBeanunregisterMBean 4 new root certificates added Java SE 6 Update 14 citation needed 2009 05 28 HotSpot VM 14 This release includes extensive performance updates to the JIT compiler compressed pointers for 64 bit machines as well as support for the G1 Garbage First low pause garbage collector 51 52 The XX DoEscapeAnalysis option directs the HotSpot JIT compiler to use escape analysis to determine whether local objects can be allocated on the stack instead of the heap citation needed Some developers have noticed an issue introduced in this release which causes debuggers to miss breakpoints seemingly randomly 53 Sun has a corresponding bug which is tracking the issue The workaround applies to the Client and Server VMs 54 Using the XX UseParallelGC option will prevent the failure Another workaround is to roll back to update 13 or to upgrade to update 16 Java SE 6 Update 15 citation needed 2009 08 04 Introduced patch in place functionality Java SE 6 Update 16 citation needed 2009 08 11 Fixed the issue introduced in update 14 which caused debuggers to miss breakpoints Java SE 6 Update 17 citation needed 2009 11 04 Security fixes two new root certificates Java SE 6 Update 18 citation needed 2010 01 13 No security fixes Hotspot VM 16 support for Ubuntu 8 04 LTS Desktop Edition SLES 11 Windows 7 Red Hat Enterprise Linux 5 3 Firefox 3 6 VisualVM 1 2 updated Java DB many performance improvements Java SE 6 Update 19 citation needed 2010 03 30 Security fixes root certificate changes seven new three removed five replaced with stronger signature algorithms interim fix for TLS renegotiation attack Java SE 6 Update 20 citation needed 2010 04 15 2 security fixes Java SE 6 Update 21 citation needed 2010 07 07 No security fixes Hotspot VM 17 support for Red Hat Enterprise Linux 5 4 and 5 5 Oracle Enterprise Linux 4 8 5 4 5 5 Google Chrome 4 support support for Customized Loading Progress Indicators VisualVM 1 2 2 Java SE 6 Update 22 citation needed 2010 10 12 29 security fixes RFC 5746 support Java SE 6 Update 23 citation needed 2010 12 08 No security fixes Hotspot VM 19 better support for right to left languages Java SE 6 Update 24 citation needed 2011 02 15 21 security fixes updated Java DB Java SE 6 Update 25 citation needed 2011 03 21 No security fixes Hotspot VM 20 support for Internet Explorer 9 Firefox 4 and Chrome 10 improved BigDecimal includes tiered compilation in the Server VM that enables it to start quickly as does the Client VM while achieving better peak performance this feature is enabled by specifying server and XX TieredCompilation command options Java SE 6 Update 26 citation needed 2011 06 07 17 new security fixes 55 last version compatible with Windows Vista SP1 Java SE 6 Update 27 citation needed 2011 08 16 No security fixes certification for Firefox 5 Java SE 6 Update 29 citation needed 2011 10 18 20 security fixes various bug fixes 56 Java SE 6 Update 30 citation needed 2011 12 12 No security fixes fix for SSL regression in Update 29 support for Red Hat Enterprise Linux 6 Java SE 6 Update 31 citation needed 2012 02 14 14 security fixes and one bug fix last version work reliably for Windows 2000 57 Java SE 6 Update 32 citation needed 2012 04 26 No security fixes various bug fixes Java SE 6 Update 33 citation needed 2012 06 12 14 security fixes improved VM configuration file loading Java SE 6 Update 34 citation needed 2012 08 14 No security fixes various bug fixes Java SE 6 Update 35 citation needed 2012 08 30 Contains a security in depth fix 58 Java SE 6 Update 37 citation needed 2012 10 16 30 security fixes Java SE 6 Update 38 citation needed 2012 12 11 Various bug fixes citation needed Java SE 6 Update 39 citation needed 2013 02 01 50 security fixes Java SE 6 Update 41 citation needed 2013 02 19 5 security fixes Java SE 6 Update 43 citation needed 2013 03 04 2 security fixes Java SE 6 Update 45 citation needed 2013 04 16 42 security fixes 59 other changes final public update 60 Java SE 6 Update 51 2013 06 18 Not available publicly only available through the Java SE Support program and in Apple Update for OS X Snow Leopard Lion amp Mountain Lion up to 40 security fixes 61 Java SE 6 Update 65 2013 10 15 Not available publicly only available through the Java SE Support program and in Apple Update for OS X Snow Leopard Lion amp Mountain Lion at least 11 critical security fixes 62 Java SE 6 Update 71 2014 01 14 Not available for public download 33 fixes citation needed Java SE 6 Update 75 2014 04 15 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster no 54 25 security fixes 63 Java SE 6 Update 81 2014 07 15 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 11 security fixes 64 Java SE 6 Update 85 2014 10 16 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 18 security fixes 65 Java SE 6 Update 91 2015 01 21 Linux x64 and Windows i586 versions are available as the Java SE 6 Reference Implementation 66 Other versions are only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 15 security fixes 67 Java SE 6 Update 95 2015 04 14 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 14 security fixes 68 Java SE 6 Update 101 2015 07 15 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 18 security fixes 69 Certification for IE 10 and 11 was introduced in 1 6 0 101 Java SE 6 Update 105 2015 10 20 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 17 security fixes 70 Java SE 6 Update 111 2016 01 20 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 13 security fixes 71 Java SE 6 Update 113 2016 02 05 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 1 security fix 72 Java SE 6 Update 115 2016 04 21 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 8 security fixes 73 Java SE 6 Update 121 2016 07 19 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 15 security fixes 74 Java SE 6 Update 131 2016 10 18 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 13 security fixes 75 Java SE 6 Update 141 2017 01 17 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 17 security fixes 76 Java SE 6 Update 151 2017 04 18 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 10 security fixes 77 Java SE 6 Update 161 2017 07 18 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 5 security fixes 78 Java SE 6 Update 171 2017 10 20 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 7 security fixes 79 Java SE 6 Update 181 2018 01 16 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 12 security fixes 80 Java SE 6 Update 191 2018 04 17 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 7 security fixes 81 Java SE 6 Update 201 2018 07 17 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 3 security fixes 82 Java SE 6 Update 211 2018 10 18 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 8 security fixes 83 Java SE 7 editJava SE 7CodenameDolphin 84 ReleasedJuly 28 2011 12 years ago 2011 07 28 Support endedPublicApril 2015 2015 04 PaidJune 2022 2022 06 Java 7 was a major update that launched on July 7 2011 85 and was made available for developers on July 28 2011 86 The development period was organized into thirteen milestones on June 6 2011 the last of the thirteen milestones was finished 86 87 On average 8 builds which generally included enhancements and bug fixes were released per milestone The feature list at the OpenJDK 7 project lists many of the changes Additions in Java 7 include 88 JVM support for dynamic languages with the new invokedynamic bytecode under JSR 292 89 following the prototyping work currently done on the Multi Language Virtual Machine Compressed 64 bit pointers 90 available in Java 6 with XX UseCompressedOops 91 These small language changes grouped under a project named Coin 92 Strings in switch 93 Automatic resource management in try statement aka try with resources statement 94 Improved type inference for generic instance creation aka the diamond operator lt gt 95 Simplified varargs method declaration 96 Binary integer literals 97 Allowing underscores in numeric literals 98 Catching multiple exception types and rethrowing exceptions with improved type checking 99 Concurrency utilities under JSR 166 100 New file I O library defined by JSR 203 adding support for multiple file systems file metadata and symbolic links The new packages are java nio file java nio file attribute and java nio file spi 101 102 Timsort is used to sort collections and arrays of objects instead of merge sort Library level support for elliptic curve cryptography algorithms An XRender pipeline for Java 2D which improves handling of features specific to modern GPUs New platform APIs for the graphics features originally implemented in version 6u10 as unsupported APIs 103 Enhanced library level support for new network protocols including SCTP and Sockets Direct Protocol Upstream updates to XML and Unicode Java deployment rule sets 104 Lambda Java s implementation of lambda functions Jigsaw Java s implementation of modules and part of Coin were dropped from Java 7 and released as part of Java 8 except for Jigsaw which was released in Java 9 105 106 Java 7 was the default version to download on java com from April 2012 until Java 8 was released 107 Java 7 updates edit Oracle issued public updates to the Java 7 family on a quarterly basis 108 until April 2015 when the product reached the end of its public availability 109 Further updates for JDK 7 which continued until July 2022 are only made available to customers with a support contract 110 Table of Java 7 updates Release Release date Highlights Java SE 7 111 2011 07 28 Initial release HotSpot VM 21 Java SE 7 Update 1 citation needed 2011 10 18 20 security fixes other bug fixes Java SE 7 Update 2 citation needed 2011 12 12 No security fixes HotSpot VM 22 reliability and performance improvements support for Solaris 11 and Firefox 5 and later JavaFX included with Java SE JDK improvements for web deployed applications Java SE 7 Update 3 citation needed 2012 02 14 14 security fixes 112 Java SE 7 Update 4 citation needed 2012 04 26 No security updates HotSpot VM 23 JDK Support for Mac OS X Java SE 7 Update 5 citation needed 2012 06 12 14 security fixes 113 Java SE 7 Update 6 citation needed 2012 08 14 JavaFX and Java Access Bridge included in Java SE JDK and JRE installation JavaFX support for touch enabled monitors and touch pads JavaFX support for Linux JDK and JRE Support for Mac OS X JDK for Linux on ARM 114 Java SE 7 Update 7 citation needed 2012 08 30 4 security fixes 58 Java SE 7 Update 9 citation needed 2012 10 16 30 security vulnerabilities fixes 115 Java SE 7 Update 10 citation needed 2012 12 11 New security features such as the ability to disable any Java application from running in the browser and new dialogs to warn you when the JRE is insecure and bug fixes Java SE 7 Update 11 citation needed 2013 01 13 Olson Data 2012i bugfix for problems with registration of plugin on systems with Stand alone version of JavaFX Installed security fixes for CVE 2013 0422 116 the default security level for Java applets and web start applications has been increased from Medium to High Java SE 7 Update 13 117 citation needed 2013 02 01 50 security fixes Java SE 7 Update 15 citation needed 2013 02 19 5 security fixes Java SE 7 Update 17 citation needed 2013 03 04 2 security fixes Java SE 7 Update 21 citation needed 2013 04 16 Multiple changes including 42 security fixes a new Server JRE that does not include the plug in and the JDK for Linux on ARM Java SE 7 Update 25 citation needed 2013 06 18 Multiple changes including 40 security fixes 61 118 Java SE 7 Update 40 citation needed 2013 09 10 621 bug fixes 119 New security features hardfloat ARM Java Mission Control 5 2 and Retina Display support 120 Java SE 7 Update 45 citation needed 2013 10 15 51 security fixes 62 protections against unauthorized redistribution of Java applications restore security prompts JAXP changes TimeZone setDefault change Java SE 7 Update 51 citation needed 2014 01 14 36 security fixes block JAVA applets without manifest like Remote console Java Applet IBM IMM card HP iLO card even if warning dialog is with sentence will be blocked in next version 121 122 17 bug fixes Java SE 7 Update 55 citation needed 2014 04 15 37 security fixes 63 19 bug fixes 123 Java SE 7 Update 60 citation needed 2014 05 28 Java Mission Control 5 3 124 130 bug fixes 125 Java SE 7 Update 65 citation needed 2014 07 15 18 bug fixes citation needed Java SE 7 Update 67 citation needed 2014 08 04 1 bug fix Java SE 7 Update 71 citation needed 2014 10 14 16 bug fixes citation needed Java SE 7 Update 72 citation needed 2014 10 14 Same release date with Update 71 as a corresponding Patch Set Update PSU for Java SE 7 126 36 bug fixes citation needed Java SE 7 Update 75 citation needed 2015 01 20 12 bug fixes citation needed SSLv3 disabled by default Java SE 7 Update 76 citation needed 2015 01 20 Same release date with Update 75 as a corresponding Patch Set Update PSU for Java SE 7 126 97 bug fixes citation needed Java SE 7 Update 79 citation needed 2015 04 14 21 security fixes 6 bug fixes citation needed Java SE 7 Update 80 citation needed 2015 04 14 Last public release of Java 7 same release date with Update 79 as a corresponding Patch Set Update PSU for Java SE 7 104 bug fixes citation needed Java SE 7 Update 85 2015 07 15 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 25 security fixes 127 Java SE 7 Update 91 2015 10 20 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 20 security fixes 128 Java SE 7 Update 95 2016 01 19 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 8 security fixes 129 Java SE 7 Update 97 2016 02 05 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 1 security fix 72 Java SE 7 Update 99 2016 03 23 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 1 security fix 130 Java SE 7 Update 101 2016 04 18 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 22 security fixes 131 Java SE 7 Update 111 2016 07 19 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 36 security fixes 74 Java SE 7 Update 121 2016 10 18 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 32 security fixes 75 Java SE 7 Update 131 2017 01 17 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 34 security fixes 76 Java SE 7 Update 141 2017 04 18 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 8 security fixes 132 Java SE 7 Update 151 2017 07 18 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 4 security fixes 78 Java SE 7 Update 161 2017 10 20 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 4 security fixes 79 Java SE 7 Update 171 2018 01 16 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 51 security fixes 80 Java SE 7 Update 181 2018 04 17 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 12 security fixes 81 Java SE 7 Update 191 2018 07 17 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 9 security fixes 82 Java SE 7 Update 201 2018 10 18 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 13 security fixes 83 Java SE 7 Update 211 2019 01 15 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 5 security fixes 133 Java SE 7 Update 221 2019 04 16 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 5 security fixes 134 Java SE 7 Update 231 2019 07 16 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 6 security fixes 135 Java SE 7 Update 241 2019 10 15 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 15 security fixes 136 Java SE 7 Update 251 2020 01 14 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 12 security fixes 137 Java SE 7 Update 261 2020 04 14 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 15 security fixes 138 Java SE 7 Update 271 2020 07 14 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 11 security fixes 139 Java SE 7 Update 281 2020 10 20 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 8 security fixes 140 Java SE 7 Update 291 2021 01 19 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 1 security fixes 141 Java SE 7 Update 301 2021 04 12 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 11 security fixes 142 Java SE 7 Update 311 2021 07 20 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 24 bug fixes 143 Java SE 7 Update 321 2021 10 19 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 16 bug fixes 144 Java SE 7 Update 331 2022 01 18 Not available publicly only available through the Java SE Support program and in Solaris 10 s Recommended Patchset Cluster 18 bug fixes 145 Java SE 8 editJava SE 8LTS versionReleasedMarch 18 2014 10 years ago 2014 03 18 of JEPs8 Java 8 was released on March 18 2014 146 147 and included some features that were planned for Java 7 but later deferred 148 Work on features was organized in terms of JDK Enhancement Proposals JEPs 149 JSR 335 JEP 126 Language level support for lambda expressions officially lambda expressions unofficially closures under Project Lambda 150 and default methods virtual extension methods 151 152 153 which can be used to add methods to interfaces without breaking existing implementations There was an ongoing debate in the Java community on whether to add support for lambda expressions 154 155 Sun later declared that lambda expressions would be included in Java and asked for community input to refine the feature 156 Supporting lambda expressions also enables functional style operations on streams of elements such as MapReduce inspired transformations on collections Default methods can be used by an author of an API to add new methods to an interface without breaking the old code using it Although it was not their primary intent 151 default methods can also be used for multiple inheritance of behavior but not state JEP 174 Project Nashorn a JavaScript runtime which can run JavaScript code embedded within applications JEP 104 Annotation on Java types Unsigned integer arithmetic 157 JEP 120 Repeating annotations JEP 150 Date and time API JEP 178 Statically linked JNI libraries JEP 153 Launch JavaFX applications direct launching of JavaFX application JARs JEP 122 Remove the permanent generation Java 8 is not supported on Windows XP 158 but as of JDK 8 update 25 it can still be installed and run under Windows XP 159 Previous updates of JDK 8 could be run under XP by downloading archived zip format file and unzipping it for the executable The last version of Java 8 could run on XP is update 251 But its components compatibility starts to break on unsupported OS in early build during Java 8 updates development citation needed From October 2014 Java 8 was the default version to download and then again the download replacing Java 9 from the official website 160 Oracle will continue to provide Public Updates and auto updates of Java SE 8 Indefinitely for Personal Users 161 Java 8 updates edit Table of Java 8 updates Release Release date Highlights Java SE 8 2014 03 18 Initial release Java SE 8 Update 5 162 2014 04 15 Using in Caller Allowable Codebase attribute 11 bug fixes Java SE 8 Update 11 163 2014 07 15 Java Dependency Analysis Tool jdeps Java Control Panel option to disable sponsors JAR file attribute Entry Point JAXP processing limit property maxElementDepth 18 security bug fixes 164 15 bug fixes Java SE 8 Update 20 165 2014 08 19 669 bug fixes 166 JMC 5 4 String deduplication disabled by default Java SE 8 Update 25 167 2014 10 14 10 bug fixes Java SE 8 Update 31 168 2015 01 19 26 bug fixes SSLv3 disabled by default Java SE 8 Update 40 169 2015 03 03 645 bug fixes 170 Added the notion of memory pressure to help indicate how much of system s memory is still available low pressure high memory high pressure low memory Java SE 8 Update 45 171 2015 04 14 13 bug fixes Java SE 8 Update 51 172 2015 07 14 Added support for native sandbox on Windows platforms disabled by default also 25 security fixes 14 bug fixes Java SE 8 Update 60 173 2015 08 18 480 bug fixes 174 Java SE 8 Update 65 175 2015 10 20 25 security fixes 3 bug fixes Java SE 8 Update 66 176 2015 11 16 15 bug fixes Java SE 8 Update 71 177 2016 01 19 8 security fixes 5 bug fixes 178 Java SE 8 Update 72 179 2016 01 19 8 security fixes 5 bug fixes several enhancements Java SE 8 Update 73 180 2016 02 03 1 security fix Java SE 8 Update 74 181 2016 02 03 1 security fix Java SE 8 Update 77 182 2016 03 23 1 security fix Java SE 8 Update 91 183 2016 04 19 9 security fixes 4 bug fixes and enhancements Java SE 8 Update 92 184 2016 04 19 Security and bug fixes from 8u91 plus 76 additional bug fixes the ExitOnOutOfMemoryError and CrashOnOutOfMemoryError flags have been introduced Java SE 8 Update 101 185 2016 07 19 Security and bug fixes from 8u92 plus 9 additional bug fixes Java SE 8 Update 102 186 2016 07 19 Security and bug fixes from 8u101 plus 118 additional bug fixes Java SE 8 Update 111 187 2016 10 18 7 Security fixes and 9 bug fixes Java SE 8 Update 112 188 2016 10 18 Additional features and 139 bug fixes over 8u111 Java SE 8 Update 121 189 2017 01 17 3 additional features 5 changes and 11 bug fixes over 8u112 Java SE 8 Update 131 190 2017 04 18 4 changes and 42 bug fixes 2 notable Java SE 8 Update 141 191 2017 07 18 Additional feature 3 changes and 12 bug fixes Java SE 8 Update 144 192 2017 07 26 32 Security fixes and bug fixes from 8u141 Java SE 8 Update 151 193 2017 10 17 22 Security fixes 2 notes 1 certificate revocation 1 new feature 6 changes and 24 bug fixes from 8u144 Java SE 8 Update 152 194 2017 10 17 Security fixes 1 new feature 1 change and 238 bug fixes from 8u151 1 notable Java SE 8 Update 161 195 2018 01 16 21 Security fixes 3 new features 9 changes and 1 bug fix from 8u152 Java SE 8 Update 162 196 2018 01 16 Security fixes 63 bug fixes Java SE 8 Update 171 197 2018 04 17 Security fixes bug fixes Java SE 8 Update 172 198 2018 04 17 Security fixes bug fixes Java SE 8 Update 181 199 2018 07 17 Security fixes bug fixes Java SE 8 Update 191 200 2018 10 16 New features changes bug fixes security fixes Java SE 8 Update 192 201 2018 10 16 New features changes bug fixes Java SE 8 Update 201 202 2019 01 15 New features changes bug fixes Java SE 8 Update 202 203 2019 01 15 New features changes bug fixes Java SE 8 Update 211 204 2019 04 16 New features changes bug fixes License Update Java SE 8 Update 212 205 2019 04 16 New features e g 5 currency symbols including for Bitcoin and New Japanese Era Name Reiwa 205 changes bug fixes License Update Java SE 8 Update 221 206 2019 07 16 New features changes bug fixes Java SE 8 Update 231 207 2019 10 15 New features changes bug fixes and 18 security fixes Java SE 8 Update 241 208 2020 01 14 New features changes bug fixes Java SE 8 Update 251 209 2020 04 14 New features changes bug fixes The last version that was shown to be working on Windows XP unofficially Java SE 8 Update 261 210 2020 07 14 New features changes 133 bug fixes 211 Java SE 8 Update 271 212 2020 10 20 New features changes 65 bug fixes 213 Java SE 8 Update 281 214 2021 01 19 New features changes 33 bug fixes 215 Java SE 8 Update 291 216 2021 04 20 New features changes 28 bug fixes 217 Java SE 8 Update 301 218 2021 07 20 New features changes 90 bug fixes 219 Java SE 8 Update 311 220 2021 10 19 New features changes 52 bug fixes 221 Java SE 8 Update 321 222 2022 01 18 New features changes 62 bug fixes 223 Java SE 8 Update 331 224 2022 04 19 New features changes 37 bug fixes 225 Java SE 8 Update 333 226 2022 05 02 Patch w 1 change and 2 bug fixes 227 Java SE 8 Update 341 228 2022 07 19 New features changes 42 bug fixes 229 Java SE 8 Update 351 230 2022 10 18 New features changes 95 bug fixes 231 Java SE 8 Update 361 232 2023 01 17 New features changes bug fixes Java SE 8 Update 371 233 2023 04 18 Java SE 8 Update 381 234 2023 07 18 Security Patches Java SE 8 Update 391 235 2023 10 17 Java SE 8 Update 401 236 2024 01 16 Java SE 8 Update 411 237 2024 04 16 Update time zone data to IANA TZ Data 2024a new features changes updates to third party libraries 37 bug fixes 237 Java SE 9 editJava SE 9ReleasedSeptember 21 2017 6 years ago 2017 09 21 of JEPs9Support endedPublicMarch 2018 2018 03 Java SE 9 was made available on September 21 2017 238 due to controversial acceptance of the current implementation of Project Jigsaw by Java Executive Committee 239 which led Oracle to fix some open issues and concerns and to refine some critical technical questions In the last days of June 2017 Java Community Process expressed nearly unanimous consensus on the proposed Module System scheme 240 JSR 376 Modularization of the JDK under Project Jigsaw Java Platform Module System 106 JavaDB was removed from JDK 241 JEP 193 Variable handles define a standard means to invoke the equivalents of various java util concurrent atomic and sun misc Unsafe operations JEP 213 Milling Project Coin allow SafeVarargs on private instance methods Allow effectively final variables to be used as resources in the try with resources statement Allow diamond with anonymous classes if the argument type of the inferred type is denotable Complete the removal begun in Java SE 8 of underscore from the set of legal identifier names Support for private methods in interfaces JEP 222 jshell The Java Shell Read Eval Print Loop JShell is a REPL command line interface for the Java language 242 JEP 254 Compact Strings JEP 263 HiDPI graphics automatic scaling and sizing JEP 266 More concurrency updates it includes a Java implementation of Reactive Streams 243 including a new Flow class 244 that included the interfaces previously provided by Reactive Streams 245 JEP 268 XML catalogs JEP 282 jlink The Java Linker create a tool that can assemble and optimize a set of modules and their dependencies into a custom run time image It effectively allows to produce a fully usable executable including the JVM to run it JEP 295 Ahead of Time Compilation ahead of time compilation provided by GraalVM The first Java 9 release candidate was released on August 9 2017 246 The first stable release of Java 9 was on September 21 2017 247 History edit At JavaOne 2011 Oracle discussed features they hoped to release for Java 9 in 2016 248 Java 9 should include better support for multi gigabyte heaps better native code integration a different default garbage collector G1 for shorter response times 249 and a self tuning JVM 250 In early 2016 the release of Java 9 was rescheduled for March 2017 251 and later again postponed four more months to July 2017 252 Java 9 updates edit Table of Java 9 updates Release Release date Highlights Java SE 9 253 2017 09 21 Initial release Java SE 9 0 1 254 2017 10 17 New features Add Additional IDL Stub Type Checks to org omg CORBA ORB string to object Method other libs corba Known issues TLS does not work by default on OpenJDK 9 security libs java security Changes Remove revoked Swisscom root certificate swisscomrootevca2 security libs java security Refactor existing providers to refer to the same constants for default values for key length security libs java security Collections use serialization filter to limit array sizes security libs java security Add warnings to keytool when using JKS and JCEKS security libs java security Other notes Default timeouts have changed for FTP URL handler core libs java net Bug fixes 12 bug fixes 255 Java SE 9 0 4 256 2018 01 16 New features Open source the root certificates in Oracle s Java SE Root CA program security libs javax net ssl Added TLS session hash and extended master secret extension support security libs javax net ssl Negotiated Finite Field Diffie Hellman Ephemeral Parameters for TLS security libs javax net ssl Add additional IDL stub type checks to org omg CORBA ORBstring to object method other libs corba Changes RSA public key validation security libs javax crypto Provider default key size is updated security libs javax crypto Stricter key generation security libs javax crypto Disable exportable cipher suites security libs javax net ssl JMX Connections need deserialization filters core svc javax management JDK Transform Validation and XPath use the system default parser xml jaxp Bug fixes JNLP files won t launch from IE11 on Windows 10 Creators Update deploy webstart 11 bug fixes 257 Java SE 10 editJava SE 10ReleasedMarch 20 2018 6 years ago 2018 03 20 of JEPs12Support endedPublicSeptember 2018 2018 09 OpenJDK 10 was released on March 20 2018 with twelve new features confirmed 258 Among these features were JEP 286 Local Variable Type Inference JEP 296 Consolidate the JDK Forest into a Single Repository JEP 304 Garbage Collector Interface JEP 307 Parallel Full GC for G1 JEP 310 Application Class Data Sharing JEP 312 Thread Local Handshakes JEP 313 Remove the Native Header Generation Tool javah JEP 314 Additional Unicode Language Tag Extensions JEP 316 Heap Allocation on Alternative Memory Devices JEP 317 Experimental Java Based JIT Compiler JEP 319 Root Certificates JEP 322 Time Based Release Versioning The first of these JEP 286 Local Variable Type Inference allows the var keyword to be used for local variables with the actual type calculated by the compiler So we can do var list new ArrayList lt String gt infers ArrayList lt String gt var stream list stream infers Stream lt String gt Java 10 updates edit Table of Java 10 updates Release Release date Highlights Java SE 10 259 2018 03 20 Initial release Java SE 10 0 1 260 2018 04 17 New features Enhanced KeyStore Mechanisms security libs javax crypto Changes XML Signatures Signed with EC Keys Less Than 224 Bits Disabled security libs javax xml crypto 3DES Cipher Suites Disabled security libs javax net ssl Other notes CipherOutputStream Usage security libs javax crypto Bug fixes 5 bug fixes 261 Java SE 10 0 2 262 2018 07 17 Changes filterArguments runs multiple filters in the wrong order core libs java lang invoke Improve LDAP support core libs javax naming Better stack walking core libs java io serialization Bug fixes JVM Crash during G1 GC hotspot gc 7 bug fixes 263 Java SE 11 editJava SE 11LTS versionReleasedSeptember 25 2018 5 years ago 2018 09 25 of JEPs17Removal s NotableJava applets Java Web Start JavaFX JavaEE and CORBA modules JDK 11 was released on September 25 2018 and the version is currently open for bug fixes It offers LTS or Long Term Support Among others Java 11 includes a number of new features such as 264 JEP 181 Nest Based Access Control JEP 309 Dynamic Class File Constants JEP 315 Improve Aarch64 Intrinsics JEP 318 Epsilon A No Op Garbage Collector JEP 320 Remove the Java EE and CORBA Modules JEP 321 HTTP Client Standard JEP 323 Local Variable Syntax for Lambda Parameters JEP 324 Key Agreement with Curve25519 and Curve448 JEP 327 Unicode 10 JEP 328 Flight Recorder JEP 329 ChaCha20 and Poly1305 Cryptographic Algorithms JEP 330 Launch Single File Source Code Programs JEP 331 Low Overhead Heap Profiling JEP 332 Transport Layer Security TLS 1 3 JEP 333 ZGC A Scalable Low Latency Garbage Collector Experimental JEP 335 Deprecate the Nashorn JavaScript Engine JEP 336 Deprecate the Pack200 Tools and API A number of features from previous releases were dropped in particular Java applets and Java Web Start are no longer available JavaFX Java EE and CORBA modules have been removed from JDK 265 Java 11 updates edit Table of Java 11 updates Release Release date Highlights Java SE 11 266 2018 09 25 Initial release Java SE 11 0 1 267 2018 10 16 Changes Added Additional TeliaSonera Root Certificate security libs java security Improve LDAP support core libs javax naming Changed Central File System Location for usagetracker properties File core svc Problem looking up Client Certificates in keystore security libs javax net ssl Disabled All DES TLS Cipher Suites security libs javax net ssl Improved Cipher Inputs security libs javax crypto Bug fixes LDAPS Communication Failure core libs javax naming Better HTTP Redirection Support core libs java net 5 bug fixes 268 Java SE 11 0 2 269 2019 01 15 Known issues GTK 3 20 and Later Unsupported by Swing client libs Changes TLS anon and NULL Cipher Suites are Disabled security libs javax net ssl Linux Native Code Checks hotspot runtime Enable Java Access Bridge Check Box Option in Control Panel Is Not Available with JDK 11 Installer security libs javax net ssl Bug fixes 59 bug fixes 270 Java SE 11 0 3 271 2019 04 16 New features Square Character Support for Japanese New Era core libs java util i18n Known issues Java Access Bridge Installation Workaround install Changes Added GlobalSign R6 Root Certificate security libs java security Distrust TLS Server Certificates Anchored by Symantec Root CAs security libs javax net ssl New Japanese Era Name Reiwa core libs java time Support New Japanese Era in java time chrono JapaneseEra core libs java time Bug fixes 17 bug fixes 272 Java SE 11 0 4 273 2019 07 16 New features HotSpot Windows OS Detection Correctly Identifies Windows Server 2019 hotspot runtime Removed features and options Removal of Two DocuSign Root CA Certificates security libs java security Removal of Two Comodo Root CA Certificates security libs java security Removal of T Systems Deutsche Telekom Root CA 2 Certificate security libs java security Removal of GTE CyberTrust Global Root security libs java security Other notes com sun org apache xml internal security ignoreLineBreaks System Property security libs javax xml crypto System Property to Switch Between Implementations of ECC security libs javax crypto Bug fixes 42 bug fixes 274 Java SE 11 0 5 275 2019 10 15 New features New Java Flight Recorder JFR Security Events security libs java security Other notes Using the JDK or JRE on macOS Catalina 10 15 docs Remove Obsolete NIST EC Curves from the Default TLS Algorithms security libs javax net ssl Use SunJCE Mac in SecretKeyFactory PBKDF2 Implementation security libs javax crypto Java Access Bridge Installation Workaround install Updated XML Signature Implementation to Apache Santuario 2 1 3 security libs javax xml crypto System Property jdk security useLegacyECC is Turned Off by Default security libs javax crypto Changed Properties loadFromXML to Comply with Specification core libs java util Runtime exec and ProcessBuilder Argument Restrictions core libs java lang Windows 2019 Core Server Is Not Supported client libs 2d Bug fixes 83 bug fixes 276 Java SE 11 0 6 277 2020 01 14 New features Allow SASL Mechanisms to Be Restricted security libs javax security SunPKCS11 Provider Upgraded with Support for PKCS 11 v2 40 security libs javax crypto pkcs11 Other notes Improve Registry Support core libs java rmi New Checks on Trust Anchor Certificates security libs java security Exact Match Required for Trusted TLS Server Certificate security libs java security Added LuxTrust Global Root 2 Certificate install security libs java security Added 4 Amazon Root CA Certificates security libs java security Turn off AOT by Default and Change Related Flags to Experimental hotspot compiler Epsilon GC handled checked array stores incorrectly hotspot gc Bug fixes Memory Growth Issue in SunPKCS11 Fixed security libs javax crypto pkcs11 Better Serial Filter Handling core libs java io serialization 123 bug fixes 278 Java SE 11 0 7 279 2020 04 14 New features Support for MS Cryptography Next Generation CNG security libs javax crypto Bug fixes 140 bug fixes 280 Java SE 11 0 8 281 2020 07 14 New features New System Properties to Configure the TLS Signature Schemes security libs javax net ssl Apache Santuario Library Updated to Version 2 1 4 security libs javax xml crypto Toolchain Upgrade to Xcode 10 1 infrastructure Oracle JDK Installer for Windows Provides Executables javac etc in a Path Reachable From Any Command Prompt install install Removed features and options Removal of Comodo Root CA Certificate security libs java security Removal of DocuSign Root CA Certificate security libs java security Other notes Improved Serialization Handling security libs javax net ssl Better Listing of Arrays security libs javax net ssl Default SSLEngine Should Create in Server Role security libs javax net sslc OperatingSystemMXBean Methods Inside a Container Return Container Specific Data core svc java lang management Default SSL Session Cache Size Updated to 20480 security libs Deprecated NSWindowStyleMaskTexturedBackground client libs javax swing Bug fixes 167 bug fixes 282 Java SE 11 0 9 283 2020 10 20 New features Weak Named Curves in TLS CertPath and Signed JAR Disabled by Default security libs java security Support for Kerberos Cross Realm Referrals RFC 6806 security libs org ietf jgss krb5 Improve Certificate Chain Handling security libs javax net ssl Tools Warn If Weak Algorithms Are Used security libs java security Support for canonicalize in krb5 conf security libs org ietf jgss krb5 Other notes Added Property to Control LDAP Authentication Mechanisms Allowed to Authenticate Over Clear Connections core libs javax naming Added 3 SSL Corporation Root CA Certificates security libs java security Added Entrust Root Certification Authority G4 certificate security libs java security Localized Time Zone Name Inconsistency Between English and Other Locales core libs java util i18n Enhanced Support of Proxy Class core libs java io serialization Bug fixes 118 bug fixes 284 Java SE 11 0 10 285 2021 01 19 New features groupname Option Added to keytool Key Pair Generation security libs java security Support for certificate authorities Extension security libs javax net ssl POSIX SPAWN Option on Linux core libs java lang Support for X25519 and X448 in TLS security libs javax net ssl jarsigner Preserves POSIX File Permission and symlink Attributes security libs java security Other notes Oracle JDK11u for Solaris Now Requires harfbuzz to be Installed client libs 2d JDK time zone data upgraded to tzdata2020d core libs java time JDK time zone data upgraded to tzdata2020c core libs java time US Pacific New Zone Name Removed as Part of tzdata2020b core libs java time Bug fixes 118 bug fixes 286 Java SE 11 0 11 287 2021 04 20 New features jdeps print module deps Reports Transitive Dependences tools Other notes New System and Security Properties to Control Reconstruction of Remote Objects by JDK s Built in JNDI RMI and LDAP Implementations core libs javax naming Added 2 HARICA Root CA Certificates security libs java security Disable TLS 1 0 and 1 1 security libs javax net ssl Modified the MS950 charset Encoder s Conversion Table core libs java nio charsets Less Ambiguous Processing of ProcessBuilder Quotes on Windows gt core libs java lang Bug fixes 88 bug fixes 288 Java SE 11 0 12 289 2021 07 20 New features Support cross realm MSSFU security libs org ietf jgss krb5 Customizing PKCS12 keystore Generation security libs java security Removed features and options Removed Root Certificates with 1024 bit Keys security libs java security Removed Telia Company s Sonera Class2 CA Certificate security libs java security Other notes Updated List of Capabilities Provided by JDK RPMs install install ADDLOCAL ToolsFeature SourceFeature Argument No Longer Needed For Windows JDK Installer install install Upgraded the Default PKCS12 Encryption and MAC Algorithms security libs java security Disable SHA 1 JARs security libs java security Improve Encoding of TLS Application Layer Protocol Negotiation ALPN Values security libs javax net ssl URL FTP Protocol Handler IPv4 Address Validation in Passive Mode core libs java net Bug fixes 106 bug fixes 290 Java SE 11 0 13 291 2021 10 19 New features Context specific Deserialization Filters core libs java io serialization Removed features and options Removed IdenTrust Root Certificate security libs java security Remove the Experimental AOT and JIT Compiler in OracleJDK 11u hotspot compiler Other notes Release Doesn t Correctly Recognize Windows 11 core libs java lang Change to Package Names in Linux RPM DEB Installers install Updated the Default Enabled Cipher Suites Preference security libs javax net ssl System Property to Control Reconstruction of Reference Address Objects by JDK s Built in JNDI LDAP Implementation core libs javax naming Release Doesn t Correctly Recognize Windows Server 2022 hotspot runtime Updated keytool to Create AKID From SKID of Issuing Certificate as Specified by RFC 5280 security libs java security SunPKCS11 Initialization With NSS When External FIPS Modules Are in Security Modules Database security libs javax crypto pkcs11 Bug fixes 93 bug fixes 292 Java SE 11 0 14 293 2022 01 18 New features New SunPKCS11 Configuration Properties security libs javax crypto pkcs11 Configurable Extensions With System Properties security libs javax net ssl Removed features and options Removed Google s GlobalSign Root Certificate security libs java security Other notes Zip File System Provider Throws ZipException When Entry Name Element Contains or core libs java nio Update Timezone Data to 2021c core libs java time LDAP Channel Binding Support for Java GSS Kerberos core libs javax naming SocketExceptions Are Not Wrapped Into SSLExceptions in SSLSocketImpl security libs javax net ssl OperatingSystemMXBean getProcessCpuLoad Is Now Container Aware hotspot runtime Bug fixes 71 bug fixes 294 Java SE 11 0 15 295 2022 04 19 New features SunPKCS11 Provider Supports ChaCha20 Poly1305 Cipher and ChaCha20 KeyGenerator if Supported by PKCS11 Library security libs javax crypto pkcs11 ChaCha20 and Poly1305 TLS Cipher Suites security libs javax net ssl New XML Processing Limits xml jaxp Other notes Only Expose Certificates With Proper Trust Settings as Trusted Certificate Entries in macOS KeychainStore security libs java security Parsing of URL Strings in Built in JNDI Providers Is More Strict core libs javax naming Bug fixes 81 bug fixes 296 Java SE 11 0 16 297 2022 07 19 New features HTTPS Channel Binding Support for Java GSS Kerberos core libs java net Other notes Update java net InetAddress to Detect Ambiguous IPv4 Address Literals core libs java net JDK Bundle Extensions Truncated When Downloading Using Firefox 102 core libs java io serialization Vector Should Throw ClassNotFoundException for a Missing Class of an Element core libs java io serialization Default JDK Compressor Will Be Closed when IOException Is Encountered core libs java util jar Bug fixes 74 bug fixes 298 Java SE 11 0 16 1 299 2022 08 18 Changes C2 Compilation Errors Unpredictably Crashes JVM hotspot compiler Java SE 11 0 17 300 2022 10 18 New features Upgrade the Default PKCS12 MAC Algorithm security libs java security JDK Flight Recorder Event for Deserialization core libs java io serialization Other notes Disabled SHA 1 Signed JARs security libs java security Deprecate 3DES and RC4 in Kerberos security libs org ietf jgss krb5 Make HttpURLConnection Default Keep Alive Timeout Configurable core libs java net CPU Shares Ignored When Computing Active Processor Count hotspot runtime Update Timezone Data to 2022c core libs java time New System Property to Limit the Number of Open Connections to com sun net httpserver HttpServer core libs java net Bug fixes 118 bug fixes 301 Java SE 11 0 18 302 2023 01 17 New features DTLS Resumption Uses HelloVerifyRequest Messages security libs javax net ssl Support for RSASSA PSS in OCSP Response security libs java security Known issues Installation of Oracle Linux Specific x64 JDK RPMs Pulls in i686 Dependencies install install Other notes FXML JavaScript Engine Disabled by Default javafx fxml Translated resource bundles for German globalization RPM JDK Installer Changes install install Disable Side by Side Installations of Multiple JDK Updates in Windows JDK Installers install install All JDK Update Releases Are Installed Into the Same Directory on macOS install install Incorrect Handling of Quoted Arguments in ProcessBuilder core libs java lang New Implementation Note for LoginModule on Removing Null from a Principals or Credentials set security libs javax security Toolchain Upgrade to Visual Studio 2022 infrastructure Change in SSLEngine closeInbound Behavior security libs javax net ssl Bug fixes 58 bug fixes 303 Java SE 11 0 19 304 2023 04 18 New features Added a Default Native GSS API Library on Windows security libs org ietf jgss Other notes System Property to Handle HTML ObjectView Creation client libs javax swing Added Certigna Dhimyotis Root CA Certificate security libs java security Removed SSLv2Hello and SSLv3 From Default Enabled TLS Protocols security libs javax net ssl File listRoots Changed to Return All Available Drives on Windows core libs java io Crypto J Exception for Diffie Hellman and DSA AlgorithmParameters Requests security libs java security Bug fixes 55 bug fixes 305 Java SE 11 0 20 306 2023 07 18 New features Allow Additional Characters for GB18030 2022 Support core libs java lang Support for GB18030 2022 core libs java nio charsets Update the Javadoc in the Character Class to State Support for GB 18030 2022 Implementation Level 2 core libs java lang Windows KeyStore Updated to Include Access to the Local Machine Location security libs java security New JFR Event jdk InitialSecurityProperty security libs java security New JFR Event jdk SecurityProviderService security libs java security JDK Now Accepts RSA Keys in PKCS 1 Format security libs javax crypto Known issues Problem Upgrading JDK on Windows if System User Is Using Shared Files install Other notes System Property to Turn off JDK 8251329 Restrictions core libs java nio Missing usr java default Symlink on Linux Restored install install Installation of JDK RPM Corrupts Alternatives install install Added TWCA Root CA Certificate security libs java security Added 4 GTS Root CA Certificates security libs java security Added Microsoft Corporation s 2 TLS Root CA Certificates security libs java security System Property for Java SE Specification Maintenance Version core libs java lang GregorianCalender computeTime JVM Crash hotspot compiler ASLR Support for CDS Archive hotspot runtime Throw Error If Default java security File Fails to Load security libs java security New System Property to Control the Maximum Size of Signature Files security libs java security Improved ZIP64 Extra Field Validation core libs java util jar Bug fixes 43 bug fixes 307 Java SE 11 0 21 308 2023 10 17 New features XshowSettings locale Output Now Includes Tzdata Version tools launcher Removed features and options Removed SECOM Trust System s RootCA1 Root Certificate security libs java security Other notes Added Certigna Root CA Certificate security libs java security Debian JDK Installer Changes install install Ignore Allow and Disallow Options for java security manager System Property security libs java security The Default TLS Diffie Hellman Group Size Has Been Increased from 1024 bit to 2048 bit security libs javax net ssl Use Server Cipher Suites Preference by Default security libs javax net ssl Bug fixes 29 bug fixes 309 Java SE 11 0 22 310 2024 01 16 New features New System Property to Toggle XML Signature Secure Validation Mode security libs javax xml crypto Known issues Potential Performance Regression Due to Limited Range Check Elimination hotspot compiler Other notes Add Process Memory Information to hs err and VM info hotspot runtime Increase Default Value of the System Property jdk jar maxSignatureFileSize security libs java security Added Four Root Certificates from DigiCert Inc security libs java security Added Three Root Certificates from eMudhra Technologies Limited security libs java security Added Telia Root CA v2 Certificate security libs java security Added ISRG Root X2 CA Certificate from Let s Encrypt security libs java security Call X509KeyManager chooseClientAlias Once for All Key Types security libs javax net ssl Add Process Memory Information to hs err and VM info hotspot runtime Bug fixes 29 bug fixes 311 Java SE 12 editJava SE 12ReleasedMarch 19 2019 5 years ago 2019 03 19 of JEPs8Addition s Preview s Enhanced switch statementsSupport endedPublicSeptember 2019 2019 09 JDK 12 was released on March 19 2019 Among others Java 12 includes a number of new features such as 312 JEP 189 Shenandoah A Low Pause Time Garbage Collector Experimental JEP 230 Microbenchmark Suite JEP 325 Switch Expressions Preview JEP 334 JVM Constants API JEP 340 One AArch64 Port Not Two JEP 341 Default CDS Archives JEP 344 Abortable Mixed Collections for G1 JEP 346 Promptly Return Unused Committed Memory from G1 The preview feature JEP 325 extends the switch statement so it can also be used as an expression and adds a new form of case label where the right hand side is an expression No break statement is needed For complex expressions a yield statement can be used This becomes standard in Java SE 14 int ndays switch month case JAN MAR MAY JUL AUG OCT DEC gt 31 case APR JUN SEP NOV gt 30 case FEB gt if year 400 0 yield 29 else if year 100 0 yield 28 else if year 4 0 yield 29 else yield 28 Java 12 updates edit Table of Java 12 updates Release Release date Highlights Java SE 12 313 2019 03 19 Initial release Java SE 12 0 1 314 2019 04 16 Known issues Java Access Bridge Installation Workaround install Changes Added GlobalSign R6 Root Certificate security libs java security New Japanese Era Name Reiwa core libs java time Bug fixes 3 bug fixes 315 Java SE 12 0 2 316 2019 07 16 Removed features and options Removal of Two DocuSign Root CA Certificates security libs java security Removal of Two Comodo Root CA Certificates security libs java security Removal of T Systems Deutsche Telekom Root CA 2 Certificate security libs java security Other notes Java Access Bridge Installation Workaround install Java SE 13 editJava SE 13ReleasedSeptember 17 2019 4 years ago 2019 09 17 of JEPs5Addition s Preview s Enhanced switch statements text blocksSupport endedPublicMarch 2023 2023 03 317 JDK 13 was released on September 17 2019 Java 13 includes the following new features as well as hundreds of smaller enhancements and thousands of bug fixes 318 JEP 350 Dynamic CDS Archives JEP 351 ZGC Uncommit Unused Memory JEP 353 Reimplement the Legacy Socket API JEP 354 Switch Expressions Preview JEP 355 Text Blocks Preview JEP 355 Text Blocks allows multiline string literals String html lt html lang en gt lt body gt lt p gt Hello world lt p gt lt body gt lt html gt Java 13 updates edit Table of Java 13 updates Release Release date Highlights Java SE 13 319 2019 09 17 Initial release Java SE 13 0 1 320 2019 10 15 Other notes Using the JDK or JRE on macOS Catalina 10 15 docs Remove Obsolete NIST EC Curves from the Default TLS Algorithms security libs javax net ssl Text Visibility Issues in macOS Dark Mode client libs Runtime exec and ProcessBuilder Argument Restrictions core libs java lang Java SE 13 0 2 321 2020 01 14 Other notes New Checks on Trust Anchor Certificates security libs java security Exact Match Required for Trusted TLS Server Certificate security libs java security Added LuxTrust Global Root 2 Certificate security libs java security Added 4 Amazon Root CA Certificates security libs java security Improve Registry Support core libs java rmi Bug fixes Better Serial Filter Handling core libs java io serialization 29 bug fixes 322 Java SE 14 editJava SE 14ReleasedMarch 17 2020 4 years ago 2020 03 17 of JEPs16Addition s NotableHelpful NullPointerExceptions enhanced switch statementsPreview s Pattern matching for instanceof records text blocksIncubatingjpackager Foreign memory accessRemoval s NotableRemove Concurrent Mark Sweep garbage collectorSupport endedPublicSeptember 2020 2020 09 JDK 14 was released on March 17 2020 Java 14 includes the following new features as well as hundreds of smaller enhancements and thousands of bug fixes 323 JEP 305 Pattern Matching for instanceof Preview JEP 343 Packaging Tool Incubator JEP 345 NUMA Aware Memory Allocation for G1 JEP 349 JFR Event Streaming JEP 352 Non Volatile Mapped Byte Buffers JEP 358 Helpful NullPointerExceptions JEP 359 Records Preview JEP 361 Switch Expressions Standard JEP 362 Deprecate the Solaris and SPARC Ports JEP 363 Remove the Concurrent Mark Sweep CMS Garbage Collector JEP 364 ZGC on macOS JEP 365 ZGC on Windows JEP 366 Deprecate the ParallelScavenge SerialOld GC Combination JEP 367 Remove the Pack200 Tools and API JEP 368 Text Blocks Second Preview JEP 370 Foreign Memory Access API Incubator JEP 305 Pattern Matching for instanceof simplifies the common case of an instanceof test being immediately followed by cast replacing if obj instanceof String String s String obj System out println s length with if obj instanceof String s System out println s length JEP 359 Records allows easy creation of simple immutable Tuple like classes 324 record Point int x int y Point p new Point 3 4 System out println p x Java 14 updates edit Table of Java 14 updates Release Release date Highlights Java SE 14 325 2020 03 17 Initial release Java SE 14 0 1 326 2020 04 14 Bug fixes 2 bug fixes 327 Java SE 14 0 2 328 2020 07 14 Removed features and options Removal of Comodo Root CA Certificate security libs java security Removal of DocuSign Root CA Certificate security libs java security Other notes Better Listing of Arrays core libs java util collections Default SSLEngine Should Create in Server Role security libs javax net ssl Improved Serialization Handling core libs java io serialization Bug fixes 8 bug fixes 329 Java SE 15 editJava SE 15ReleasedSeptember 15 2020 3 years ago 2020 09 15 of JEPs14Addition s NotableHidden classes ZGC garbage collector Shenandoah garbage collector text blocksPreview s Sealed classes pattern matching of instanceof recordsIncubatingForeign memory accessRemoval s NotableJavaScript engine Solaris and SPARC portsSupport endedPublicMarch 2023 2023 03 317 JDK 15 was released on September 15 2020 Java 15 adds e g support for multi line string literals aka Text Blocks The Shenandoah and Z garbage collectors latter sometimes abbreviated ZGC are now ready for use in production i e no longer marked experimental Support for Oracle s Solaris operating system and SPARC CPUs is dropped while still available in e g Java 11 The Nashorn JavaScript Engine is removed Also removed some root CA certificates JEP 339 Edwards Curve Digital Signature Algorithm EdDSA JEP 360 Sealed Classes Preview JEP 371 Hidden Classes JEP 372 Remove the Nashorn JavaScript Engine JEP 373 Reimplement the Legacy DatagramSocket API JEP 374 Disable and Deprecate Biased Locking JEP 375 Pattern Matching for instanceof Second Preview JEP 377 ZGC A Scalable Low Latency Garbage Collector JEP 378 Text Blocks JEP 379 Shenandoah A Low Pause Time Garbage Collector JEP 381 Remove the Solaris and SPARC Ports JEP 383 Foreign Memory Access API Second Incubator JEP 384 Records Second Preview JEP 385 Deprecate RMI Activation for Removal JEP 360 Sealed Classes adds sealed classes and interfaces that restrict which other classes or interfaces may extend or implement them Only those classes specified in a permits clause may extend the class or interface package com example geometry public abstract sealed class Shape permits Circle Rectangle Square Together with records sealed classes are sum types They work well with other recent features like records switch expressions and pattern matching for instance of They all form part of a system for Pattern matching in Java first discussed by Gavin Bierman and Brian Goetz in September 2018 330 Java 15 updates edit Table of Java 15 updates Release Release date Highlights Java SE 15 331 2020 09 15 Initial release Java SE 15 0 1 332 2020 10 20 New features Improve Certificate Chain Handling security libs javax net ssl Other notes Added Property to Control LDAP Authentication Mechanisms Allowed to Authenticate Over Clear Connections core libs javax naming Added 3 SSL Corporation Root CA Certificates security libs java security Added Entrust Root Certification Authority G4 certificate security libs java security Enhanced Support of Proxy Class core libs java io serialization Bug fixes 8 bug fixes 333 Java SE 15 0 2 334 2021 01 19 Other notes JDK time zone data upgraded to tzdata2020d core libs java time JDK time zone data upgraded to tzdata2020c core libs java time US Pacific New Zone Name Removed as Part of tzdata2020b core libs java time Bug fixes 24 bug fixes 335 Java SE 16 editJava SE 16ReleasedMarch 16 2021 3 years ago 2021 03 16 of JEPs17Addition s NotableWindows AArch64 Port jpackager pattern matching for instanceof recordsPreview s Sealed classesIncubatingForeign linker Foreign memory accessSupport endedPublicSeptember 2021 2021 09 JDK 16 was released on March 16 2021 Java 16 removes Ahead of Time compilation and Graal JIT options 336 The Java implementation itself was and is still written in C while as of Java 16 more recent C 14 but still not e g C 17 or C 20 is allowed The code was also moved to GitHub dropping Mercurial as the source control system JEP 338 Vector API Incubator JEP 347 Enable C 14 Language Features JEP 357 Migrate from Mercurial to Git JEP 369 Migrate to GitHub JEP 376 ZGC Concurrent Thread Stack Processing JEP 380 Unix Domain Socket Channels JEP 386 Alpine Linux Port not yet stable JEP 387 Elastic Metaspace JEP 388 Windows AArch64 Port JEP 389 Foreign Linker API Incubator JEP 390 Warnings for Value Based Classes JEP 392 Packaging Tool JEP 393 Foreign Memory Access API Third Incubator JEP 394 Pattern Matching for instanceof JEP 395 Records JEP 396 Strongly Encapsulate JDK Internals by Default JEP 397 Sealed Classes Second Preview Java 16 updates edit Table of Java 16 updates Release Release date Highlights Java SE 16 337 2021 03 16 Initial release Java SE 16 0 1 338 2021 04 20 Other notes New System and Security Properties to Control Reconstruction of Remote Objects by JDK s Built in JNDI RMI and LDAP Implementations core libs javax naming Added 2 HARICA Root CA Certificates security libs java security Less Ambiguous Processing of ProcessBuilder Quotes on Windows core libs java lang Bug fixes 30 bug fixes 339 Java SE 16 0 2 340 2021 07 20 Removed features and options Removed Telia Company s Sonera Class2 CA certificate security libs java security Other notes Updated List of Capabilities Provided by JDK RPMs install install Change to Package Names in Linux RPM DEB Installers install install URL FTP Protocol Handler IPv4 Address Validation in Passive Mode core libs java net SocketExceptions Are Not Wrapped Into SSLExceptions in SSLSocketImpl security libs javax net ssl Disable SHA 1 JARs security libs java security Bug fixes 25 bug fixes 341 Java SE 17 editJava SE 17LTS versionReleasedSeptember 14 2021 2 years ago 2021 09 14 of JEPs14Addition s NotablemacOS AArch64 Port sealed classesPreview s Switch pattern matchingIncubatingVector API Foreign function amp memory APIRemoval s NotableAOT compiler RMI activation a href Strictfp html title Strictfp strictfp a keyword made obsolete JEP 306 JDK 17 was released in September 2021 342 Java 17 is the 2nd long term support LTS release since switching to the new 6 month release cadence the first being Java 11 JEP 306 Restore Always Strict Floating Point Semantics JEP 356 Enhanced Pseudo Random Number Generators JEP 382 New macOS Rendering Pipeline JEP 391 macOS AArch64 Port JEP 398 Deprecate the Applet API for Removal JEP 403 Strongly Encapsulate JDK Internals JEP 406 Pattern Matching for switch Preview JEP 407 Remove RMI Activation JEP 409 Sealed Classes JEP 410 Remove the Experimental AOT and JIT Compiler JEP 411 Deprecate the Security Manager for Removal JEP 412 Foreign Function amp Memory API Incubator JEP 414 Vector API Second Incubator JEP 415 Context Specific Deserialization Filters JEP 406 extends the pattern matching syntax used in instanceof operations to switch statements and expressions It allows cases to be selected based on the type of the argument null cases and refining patterns Object o return switch o case null gt Null case String s gt String format String s s case Long l gt String format long d l case Double d gt String format double f d case Integer i amp amp i gt 0 refining patterns gt String format positive int d i case Integer i amp amp i 0 gt String format zero int d i case Integer i amp amp i lt 0 gt String format negative int d i default gt o toString Java 17 updates edit Table of Java 17 updates Release Release date Highlights Java SE 17 343 2021 09 14 Initial release Java SE 17 0 1 344 2021 10 19 Removed features and options Removed IdenTrust Root Certificate security libs java security Other notes Release Doesn t Correctly Recognize Windows 11 core libs java lang System Property to Control Reconstruction of Reference Address Objects by JDK s Built in JNDI LDAP Implementation core libs javax naming Release Doesn t Correctly Recognize Windows Server 2022 hotspot runtime OperatingSystemMXBean getProcessCpuLoad Is Now Container Aware hotspot runtime Bug fixes 21 bug fixes 345 Java SE 17 0 2 346 2022 01 18 Removed features and options Removed Google s GlobalSign Root Certificate security libs java security Other notes Extended Delay Before JDK Executable Installer Starts From Network Drive install install file encoding System Property Has an Incorrect Value on Windows core libs java io Zip File System Provider Throws ZipException When Entry Name Element Contains or core libs java nio Update Timezone Data to 2021c core libs java time ZGC Fixed long Process Non Strong References times hotspot gc Bug fixes 164 bug fixes 347 Java SE 17 0 3 348 2022 04 19 New features New XML Processing Limits xml jaxp Other notes Only Expose Certificates With Proper Trust Settings as Trusted Certificate Entries in macOS KeychainStore security libs java security Parsing of URL Strings in Built in JNDI Providers Is More Strict core libs javax naming Bug fixes 48 bug fixes 349 Java SE 17 0 3 1 350 2022 05 02 Changes New System Property to Disable Windows Alternate Data Stream Support in java io File core libs java io Bug fixes 2 bug fixes 351 Java SE 17 0 4 352 2022 07 19 New features HTTPS Channel Binding Support for Java GSS Kerberos core libs java net Other notes Update java net InetAddress to Detect Ambiguous IPv4 Address Literals core libs java net Default JDK Compressor Will Be Closed when IOException Is Encountered core libs java util jar CPU Shares Ignored When Computing Active Processor Count hotspot runtime Bug fixes 60 bug fixes 353 Java SE 17 0 4 1 354 2022 08 18 Changes C2 Compilation Errors Unpredictably Crashes JVM hotspot compiler Java SE 17 0 5 355 2022 10 18 New features HTTPS Channel Binding Support for Java GSS Kerberos core libs java net Other notes Update java net InetAddress to Detect Ambiguous IPv4 Address Literals core libs java net Default JDK Compressor Will Be Closed when IOException Is Encountered core libs java util jar CPU Shares Ignored When Computing Active Processor Count hotspot runtime Bug fixes 77 bug fixes 356 Java SE 17 0 6 357 2023 01 17 New features DTLS Resumption Uses HelloVerifyRequest Messages security libs javax net ssl Support for RSASSA PSS in OCSP Response security libs java security Known issues Installation of Oracle Linux Specific x64 JDK RPMs Pulls in i686 Dependencies install install Other notes FXML JavaScript Engine Disabled by Default javafx fxml Translated resource bundles for German globalization RPM JDK Installer Changes install install Disable Side by Side Installations of Multiple JDK Updates in Windows JDK Installers install install All JDK Update Releases Are Installed Into the Same Directory on macOS install install Incorrect Handling of Quoted Arguments in ProcessBuilder core libs java lang New Implementation Note for LoginModule on Removing Null from a Principals or Credentials set security libs javax security Toolchain Upgrade to Visual Studio 2022 infrastructure Change in SSLEngine closeInbound Behavior security libs javax net ssl Bug fixes 52 bug fixes 358 Java SE 17 0 7 359 2023 04 18 New features New JFR Event jdk InitialSecurityProperty security libs java security Other notes System Property to Handle HTML ObjectView Creation client libs javax swing Added Certigna Dhimyotis CA Certificate security libs java security File listRoots Changed to Return All Available Drives on Windows core libs java io Throw Error If Default java security File Fails to Load security libs java security Crypto J Exception for Diffie Hellman and DSA AlgorithmParameters Requests security libs java security Bug fixes 69 bug fixes 360 Java SE 17 0 8 361 2023 07 18 New features Support for GB18030 2022 core libs java nio charsets Windows KeyStore Updated to Include Access to the Local Machine Location security libs java security New JFR Event jdk SecurityProviderService security libs java security Known issues Problem Upgrading JDK on Windows if System User Is Using Shared Files install Other notes System Property to Turn off JDK 8251329 Restrictions core libs java nio Debian JDK Installer Changes install install Missing usr java default Symlink on Linux Restored install install Installation of JDK RPM Corrupts Alternatives install install Added TWCA Root CA Certificate security libs java security Added 4 GTS Root CA Certificates security libs java security Added Microsoft Corporation s 2 TLS Root CA Certificates security libs java security GregorianCalender computeTime JVM Crash hotspot compiler ASLR Support for CDS Archive hotspot runtime New System Property to Control the Maximum Size of Signature Files security libs java security Improved ZIP64 Extra Field Validation core libs java util jar Bug fixes 56 bug fixes 362 Java SE 17 0 9 363 2023 10 17 New features XshowSettings locale Output Now Includes Tzdata Version tools launcher Removed features and options Removed SECOM Trust System s RootCA1 Root Certificate security libs java security Other notes Added Certigna Root CA Certificate security libs java security The Default TLS Diffie Hellman Group Size Has Been Increased from 1024 bit to 2048 bit security libs javax net ssl Bug fixes 56 bug fixes 364 Java SE 17 0 10 365 2024 01 16 New features New System Property to Toggle XML Signature Secure Validation Mode security libs javax xml crypto Known issues Potential Performance Regression Due to Limited Range Check Elimination hotspot compiler Other notes Increase Default Value of the System Property jdk jar maxSignatureFileSize security libs java security Added Four Root Certificates from DigiCert Inc security libs java security Added Three Root Certificates from eMudhra Technologies Limited security libs java security Added Telia Root CA v2 Certificate security libs java security Added ISRG Root X2 CA Certificate from Let s Encrypt security libs java security Call X509KeyManager chooseClientAlias Once for All Key Types security libs javax net ssl Bug fixes 46 bug fixes 366 Java SE 18 editJava SE 18ReleasedMarch 22 2022 2 years ago 2022 03 22 of JEPs9Addition s NotableUTF by defaultJavadoc code snippetsPreview s Switch pattern matchingIncubatingVector APIForeign function amp memory APIRemoval s NotableDeprecated finalization for removalSupport endedPublicSeptember 2022 2022 09 JDK 18 was released on March 22 2022 367 JEP 400 UTF 8 by Default JEP 408 Simple Web Server JEP 413 Code Snippets in Java API Documentation JEP 416 Reimplement Core Reflection with Method Handles JEP 417 Vector API Third Incubator JEP 418 Internet Address Resolution SPI JEP 419 Foreign Function amp Memory API Second Incubator JEP 420 Pattern Matching for switch Second Preview JEP 421 Deprecate Finalization for Removal Java 18 updates edit Table of Java 18 updates Release Release date Highlights Java SE 18 368 2022 03 22 Initial release Java SE 18 0 1 369 2022 04 19 New features New XML Processing Limits xml jaxp Other notes Only Expose Certificates With Proper Trust Settings as Trusted Certificate Entries in macOS KeychainStore security libs java security Parsing of URL Strings in Built in JNDI Providers Is More Strict core libs javax naming Bug fixes 18 bug fixes 370 Java SE 18 0 1 1 371 2022 05 02 core libs java io New System Property to Disable Windows Alternate Data Stream Support in java io File core libs java io Bug fixes 2 bug fixes 372 Java SE 18 0 2 373 2022 07 19 Removed features and options Remove the Alternate ThreadLocal Implementation of the Subject current and Subject callAs APIs security libs javax security Other notes java net InetAddress Updated to Reject Ambiguous IPv4 Address Literals core libs java net CPU Shares Ignored When Computing Active Processor Count hotspot runtime Lambda Deserialization Fails for Object Method References on Interfaces tools javac Bug fixes 49 bug fixes 374 Java SE 18 0 2 1 375 2022 08 18 Changes C2 Compilation Errors Unpredictably Crashes JVM hotspot compiler Java SE 19 editJava SE 19ReleasedSeptember 20 2022 19 months ago 2022 09 20 of JEPs7Addition s Preview s Foreign function amp memory APISwitch pattern matchingIncubatingVector APIStructured concurrencySupport endedPublicMarch 2023 2023 03 JDK 19 was released on 20 September 2022 376 JEP 405 Record Patterns Preview JEP 422 Linux RISC V Port JEP 424 Foreign Function amp Memory API Preview JEP 425 Virtual Threads Preview JEP 426 Vector API Fourth Incubator JEP 427 Pattern Matching for switch Third Preview JEP 428 Structured Concurrency Incubator JEP 405 allows record patterns extending the pattern matching capabilities of instanceof operators and switch expressions to include record patterns that explicitly refer to the components of the record record Rectangle int x int y int w int h int area Object o if o instanceof Rectangle int x int y int w int h return w h return 0 Such patterns can include nested patterns where the components of records are themselves records allowing patterns to match more object graphs Java 19 updates edit Table of Java 19 updates Release Release date Highlights Java SE 19 377 2022 09 20 Initial release Java SE 19 0 1 378 2022 10 18 Other notes Update Timezone Data to 2022c core libs java time New System Property to Limit the Number of Open Connections to com sun net httpserver HttpServer core libs java net Bug fixes 6 bug fixes 379 Java SE 19 0 2 380 2023 01 17 New features DTLS Resumption Uses HelloVerifyRequest Messages security libs javax net ssl Other notes FXML JavaScript Engine Disabled by Default javafx fxml Bug fixes 28 bug fixes 381 Java SE 20 editJava SE 20ReleasedMarch 21 2023 13 months ago 2023 03 21 of JEPs7Addition s IncubatingScoped valuesSupport endedPublicSeptember 2023 2023 09 Java 20 was released on 21 March 2023 382 All JEPs were either incubators or previews JEP 429 Scoped Values Incubator JEP 432 Record Patterns Second Preview JEP 433 Pattern Matching for switch Fourth Preview JEP 434 Foreign Function amp Memory API Second Preview JEP 436 Virtual Threads Second Preview JEP 437 Structured Concurrency Second Incubator JEP 438 Vector API Fifth Incubator Java 20 updates edit Table of Java 20 updates Release Release date Highlights Java SE 20 383 2023 03 21 Initial release Java SE 20 0 1 384 2023 04 18 Other notes System Property to Handle HTML ObjectView Creation client libs javax swing Added Certigna Dhimyotis CA Certificate security libs java security File listRoots Changed to Return All Available Drives on Windows core libs java io Bug fixes 5 bug fixes 385 Java SE 20 0 2 386 2023 07 18 New features Support for GB18030 2022 core libs java nio charsets Known issues Problem Upgrading JDK on Windows if System User Is Using Shared Files install Other notes Missing usr java default Symlink on Linux Restored install install Installation of JDK RPM Corrupts Alternatives install install Added TWCA Root CA Certificate security libs java security Added 4 GTS Root CA Certificates security libs java security Added Microsoft Corporation s 2 TLS Root CA Certificates security libs java security ASLR Support for CDS Archive hotspot runtime New System Property to Control the Maximum Size of Signature Files security libs java security Improved ZIP64 Extra Field Validation core libs java util jar Bug fixes 33 bug fixes 387 Java SE 21 editJava SE 21LTS versionReleasedSeptember 19 2023 7 months ago 2023 09 19 of JEPs15Addition s NotableRecord patterns pattern matching for switch virtual threadsPreview s String templates unnamed classes and main methodsIncubatingVector API Java 21 was released on 19 September 2023 388 There are eight JEPs that are not in preview or incubating compared to Java 20 which only had previewing and incubating JEPs Java 21 introduces features first previewed in Java 17 pattern matching for switch statements and Java 19 record patterns The 32 bit version of Java for Windows on x86 has been deprecated for removal JEP 430 String Templates Preview JEP 431 Sequenced Collections JEP 439 Generational ZGC JEP 440 Record Patterns JEP 441 Pattern Matching for switch JEP 442 Foreign Function amp Memory API Third Preview JEP 443 Unnamed Patterns and Variables Preview JEP 444 Virtual Threads JEP 445 Unnamed Classes and Instance Main Methods Preview JEP 446 Scoped Values Preview JEP 448 Vector API Sixth Incubator JEP 449 Deprecate the Windows 32 bit x86 Port for Removal JEP 451 Prepare to Disallow the Dynamic Loading of Agents JEP 452 Key Encapsulation Mechanism API JEP 453 Structured Concurrency Preview JEP 445 previewing unnamed classes allows for a barebones Main class without boilerplate code void main System out println Hello World instead of public class HelloWorld public static void main String args System out println Hello World Java 21 updates edit Table of Java 21 updates Release Release date Highlights Java SE 21 389 2023 09 19 Initial release Java SE 21 0 1 390 2023 10 17 Other notes Added Certigna Root CA Certificate security libs java security Increase Default Value of the System Property jdk jar maxSignatureFileSize security libs java security Bug fixes 40 bug fixes 391 Java SE 21 0 2 392 2024 01 16 New features TCP KEEPxxxx Extended Socket Options Are Now Supported on the Windows Platform core libs java net Known issues Potential Performance Regression Due to Limited Range Check Elimination hotspot compiler Issues fixed ZGC Reintroduced Support for Non Default ObjectAlignmentInBytes hotspot compiler Other notes Added Four Root Certificates from DigiCert Inc security libs java security Added Three Root Certificates from eMudhra Technologies Limited security libs java security Added Telia Root CA v2 Certificate security libs java security Added ISRG Root X2 CA Certificate from Let s Encrypt security libs java security NMT Make Peak Values Available in Release Builds hotspot runtime Add User Facing Warning If THPs Are Enabled but Cannot Be Used hotspot runtime Bug fixes 74 bug fixes 393 Java SE 22 editJava SE 22ReleasedMarch 19 2024 47 days ago 2024 03 19 of JEPs12Addition s NotableForeign function and memory API unnamed variables and patternsPreview s Structured concurrency string templatesIncubatingVector API Java 22 was released on March 19 2024 394 395 JEP 423 Region Pinning for G1 JEP 447 Statements before super Preview JEP 454 Foreign Function amp Memory API JEP 456 Unnamed Variables amp Patterns JEP 457 Class File API Preview JEP 458 Launch Multi File Source Code Programs JEP 459 String Templates Second Preview JEP 460 Vector API Seventh Incubator JEP 461 Stream Gatherers Preview JEP 462 Structured Concurrency Second Preview JEP 463 Implicitly Declared Classes and Instance Main Methods Second Preview JEP 464 Scoped Values Second Preview At least one API has been removed from Java i e a very rarely used API for threading was removed from Java 22 3 396 Java SE 23 editJava SE 23ReleasingSeptember 2024 4 months time 2024 09 As of January 2024 update the specification for Java 23 has not yet been finalized Java 23 is scheduled for release in September 2024 397 Future features editProject Valhalla Value classes whose objects lack identity but can in certain cases get an improved memory layout with less indirection or have their allocation optimized away entirely Project Panama Improved interoperability with native code to enable Java source code to call functions and use data types from other languages in a way that is easier and has better performance than today this part of Project Panama is getting stabilized in Java 22 under JEP 454 Foreign Function amp Memory API Vector API a portable and relatively low level abstraction layer for SIMD programming Its stabilization is dependent on Project Valhalla Project Lilliput Reduce the size of Java object headers First down to 64 bits and then down to 32 bits Reducing startup time and warm up time time to peak performance in JIT mode Project CRaC enables making snapshots of whole JVM together with the running application and restoring it with necessary adjustments reopening files sockets etc Project Leyden among other things will allow partial or in the long term full AOT compiling reducing overall dynamism by adopting so called closed world constraints to reduce dynamic compiling overhead Project Babylon aims to extend the Java language s reach to alternative programming models with an enhancement to its reflective programming abilities called code reflection i e reflection over code itself The stated main goal is to run Java code on GPUs with SQL and other programming models as secondary targets Implementations editThe officially supported Java platform first developed at Sun and now stewarded by Oracle is Java SE Releases are based on the OpenJDK project a free and open source project with an open development model Other Java implementations exist however in part due to Java s early history as proprietary software In contrast some implementations were created to offer some benefits over the standard implementation often the result of some area of academic or corporate sponsored research Many Linux distributions include builds of OpenJDK through the IcedTea project started by Red Hat which provides a more straightforward build and integration environment Visual J and the Microsoft Java Virtual Machine were created as incompatible implementations After the Sun v Microsoft lawsuit Microsoft abandoned it and began work on the NET platform In 2021 Microsoft started distributing compatible Microsoft Build of OpenJDK for Java 11 first then also for Java 17 Their builds support not only Windows but also Linux and macOS Other proprietary Java implementations are available such as Azul s Zing Azul offers certified open source OpenJDK builds under the Zulu moniker Prior to the release of OpenJDK while Sun s implementation was still proprietary the GNU Classpath project was created to provide a free and open source implementation of the Java platform Since the release of JDK 7 when OpenJDK became the official reference implementation the original motivation for the GNU Classpath project almost completely disappeared and its last release was in 2012 The Apache Harmony project was started shortly before the release of OpenJDK After Sun s initial source code release the Harmony project continued working to provide an implementation under a lax license in contrast to the protective license chosen for OpenJDK Google later developed Android and released it under a lax license Android incorporated parts of the Harmony project supplemented with Google s own Dalvik virtual machine and ART Apache Harmony has since been retired and Google has switched its Harmony components with equivalent ones from OpenJDK Both Jikes and Jikes RVM are open source research projects that IBM developed Several other implementations exist that started as proprietary software but are now open source IBM initially developed OpenJ9 as the proprietary J9 398 but has since relicensed the project and donated it to the Eclipse Foundation JRockit is a proprietary implementation that was acquired by Oracle and incorporated into subsequent OpenJDK versions References edit Reinhold Mark 2017 09 06 Moving Java Forward Faster Retrieved 2017 09 16 Calling all aboard on the six month Java release train theserverside com 2017 09 12 Retrieved 2017 09 16 a b Remove Thread countStackFrames bugs openjdk org Retrieved 2024 04 16 a b c d e f g h i j k Oracle Java SE Support Roadmap www oracle com Smith Donald Introducing the Free Java License Reinhold Mark 2018 08 17 What does LTS mean for OpenJDK Retrieved 2018 08 28 Chapter 4 The class File Format a b c d e f Red Hat OpenJDK Life Cycle and Support Policy 19 November 2023 Oracle Java SE 6 Support a b c d e f Liberica JDK roadmap a b c d e f Azul JDK roadmap Oracle Java SE 7 Support a b c d Eclipse Temurin Release Roadmap a b c d Amazon Corretto support calendar JavaSoft ships Java 1 0 Press release Archived from the original on March 10 2007 Retrieved 2008 02 05 a b Ortiz C Enrique Giguere Eric 2001 Mobile Information Device Profile for Java 2 Micro Edition Developer s Guide John Wiley amp Sons ISBN 978 0 471 03465 0 Retrieved May 30 2012 Version 1 1 press release Sun Tennant Don March 15 1997 Taligent prepares internationalisation technology for the big time Computerworld IDG Retrieved January 16 2021 Version 1 2 press release Sun Version 1 3 press release Sun Version 1 3 full list of changes Archived from the original on November 7 2006 How do I run Java on a Windows 95 computer Version 1 4 press release Version full 1 4 list of changes Archived from the original on January 8 2007 a b Java 2 Platform 5 0 and Java for Business 5 0 Oracle Corporation 2010 Retrieved October 22 2012 Version 1 5 0 or 5 0 Oracle Version 1 5 press release Version 1 5 full list of changes JSR 133 2 4 Why isn t this need met by existing specifications Oracle Goetz Brian 2006 Java Concurrency in Practice Addison Wesley p xvii ISBN 0 321 34960 1 Java 5 0 is no longer available on Java com Java com 2009 11 03 Retrieved 2016 09 30 Lineback Nathan Misc Windows 2 Nathan s Toasty Technology page Retrieved 2016 09 30 Yank Kebin May 3 2005 Java 5 available for Mac OS X Sitepoint Retrieved September 30 2016 Version 1 5 0 or 5 0 Oracle com Retrieved April 18 2016 Java brand naming Version 6 Java webnotes Sun Version 1 6 press release Version 1 6 full list of changes Java Lobby Archived 2008 10 13 at the Wayback Machine Mustang s HotSpot Archived from the original on January 2 2007 Darcy Joe 2008 08 03 An apt replacement Retrieved 2009 07 29 Install Java 6 on Mac OS X Leopard Gephi open source graph visualization software Gephi org Retrieved 2016 09 30 Oracle Java SE Support Roadmap Oracle Corporation September 19 2012 Retrieved October 22 2012 Auto update and update through Java Control Panel of JRE 6 will replace JRE 6 with JRE 7 Oracle Corporation February 19 2013 Retrieved March 2 2013 Java SE Development Kit 6 Update 43 Release notes Oracle Corporation March 4 2013 Retrieved March 4 2013 Java SE Development Kit 6 Update 45 Release notes Oracle Corporation March 4 2013 Retrieved March 4 2013 Java SE 6 Update Release Notes www oracle com a b c Oracle Java Technologies Oracle www oracle com Nimbus Java net Archived from the original on 20 August 2011 Retrieved 1 February 2020 Sun Java 6 Update 11 Available Now Waiting on JavaFX FindMySoft com Retrieved 2009 11 13 Humble Charles 2008 05 13 JavaOne Garbage First infoq com Retrieved 2008 09 07 Coward Dany 2008 11 12 Java VM Trying a new Garbage Collector for JDK 7 Archived from the original on 2011 12 08 Retrieved 2012 01 22 Breakpoints fail to hit under JDK 1 6 0 14 Retrieved 2009 07 14 Bug ID 6862295 JDWP threadid changes during debugging session leading to ignored breakpoints Retrieved 2009 07 22 Oracle Java SE Critical Patch Update Advisory June 2011 www oracle com Oracle Java SE Critical Patch Update Advisory October 2011 www oracle com Java 6 Update 32 fails to install MSFN Archived from the original on 2016 08 16 Retrieved 2016 07 31 a b Oracle Security Alert for CVE 2012 4681 Oracle Corporation Oracle Java SE Critical Patch Update Advisory April 2013 www oracle com Why should I upgrade Java java com a b Oracle Java Critical Patch Update June 2013 www oracle com a b Oracle Critical Patch Update October 2013 www oracle com a b Oracle Critical Patch Update April 2014 www oracle com Oracle Critical Patch Update July 2014 www oracle com Oracle Critical Patch Update October 2014 www oracle com Java SE 6 Reference Implementation Oracle Corporation Retrieved 2016 10 24 Oracle Critical Patch Update Advisory January 2015 www oracle com Oracle Critical Patch Update April 2015 www oracle com Oracle Critical Patch Update Advisory July 2015 Retrieved 2015 07 15 Oracle Critical Patch Update Advisory October 2015 Retrieved 2015 10 20 Oracle Critical Patch Update Advisory January 2016 Retrieved 2016 01 20 a b Oracle Security Alert for CVE 2016 0603 Retrieved 2016 02 08 Oracle Critical Patch Update CVSS V2 Risk Matrices April 2016 Retrieved 2016 04 21 a b Oracle Critical Patch Update Advisory July 2016 Retrieved 2016 07 19 a b Oracle Critical Patch Update Advisory October 2016 Retrieved 2016 10 18 a b Oracle Critical Patch Update Advisory January 2017 Retrieved 2017 01 17 Oracle Critical Patch Update Advisory April 2017 Retrieved 2017 04 18 a b Oracle Critical Patch Update Advisory July 2017 Retrieved 2017 07 18 a b Oracle Critical Patch Update Advisory October 2017 Retrieved 2017 10 20 a b Oracle Critical Patch Update Advisory January 2018 Retrieved 2017 10 20 a b Oracle Critical Patch Update Advisory April 2018 Retrieved 2018 04 17 a b Oracle Critical Patch Update Advisory July 2018 Retrieved 2018 07 17 a b Oracle Critical Patch Update Advisory October 2018 Retrieved 2018 10 18 JDK7 Archived 2016 12 15 at the Wayback Machine Sun Introducing Java 7 Webcast Moving Java Forward Oracle Corporation July 7 2011 Retrieved May 30 2012 a b JDK 7 openjdk java net JDK 7 Milestones OpenJDK Oracle Corporation Retrieved May 30 2012 Miller Alex Java 7 Retrieved 2024 02 05 JSR 292 Supporting Dynamically Typed Languages on the Java Platform Retrieved August 25 2013 Compressed oops in the Hotspot JVM OpenJDK Retrieved 2012 08 01 Java HotSpot VM Options Oracle Retrieved 2013 04 11 Java Programming Language Enhancements Download oracle com Retrieved 2013 01 15 Strings in switch Statements Download oracle com Retrieved 2013 01 15 The try with resources Statement Download oracle com Retrieved 2013 01 15 Type Inference for Generic Instance Creation Download oracle com Retrieved 2013 01 15 Improved Compiler Warnings When Using Non Reifiable Formal Parameters with Varargs Methods Download oracle com Retrieved 2013 01 15 Binary Literals Download oracle com Retrieved 2013 01 15 Underscores in Numeric Literals Download oracle com Retrieved 2013 01 15 Catching Multiple Exception Types and Rethrowing Exceptions with Improved Type Checking Download oracle com Retrieved 2013 01 15 Concurrency JSR 166 Retrieved 2010 04 16 File I O Featuring NIO 2 Java sun com 2008 03 14 Retrieved 2013 01 15 Legacy File I O Code Java sun com 2012 02 28 Retrieved 2013 01 15 JDK 7 Features OpenJDK 2011 07 28 Retrieved 2013 03 15 Introducing Deployment Rule Sets Oracle 2013 08 21 Retrieved 2019 01 22 JavaOne 2011 Keynote Oracle Archived from the original on 2011 10 26 a b Project Jigsaw OpenJDK Java Module System Requirements DRAFT 12 Oracle Krill Paul July 18 2012 Project Jigsaw delayed until Java 9 InfoWorld Retrieved 2020 07 15 Java 7 Auto Update and Java 6 Oracle Critical Patch Update table shows four dates per year End of Java 7 Public Updates After April 2015 Oracle will no longer post updates of Java SE 7 to its public download sites Existing Java SE 7 downloads already posted as of April 2015 will remain accessible in the Java Archive on the Oracle Technology Network Developers and end users are encouraged to update to more recent Java SE versions that remain available for public download in order to continue receiving public updates and security enhancements July 2015 Updates for Java 7 are no longer available to the public Oracle offers updates to Java 7 only for customers who have purchased Java support or have Oracle products that require Java 7 Oracle Java SE Support Roadmap Oracle Corporation 2014 12 19 Retrieved 2015 01 07 JDK 7 Release Notes www oracle com Oracle Java SE Critical Patch Update Advisory February 2012 www oracle com Oracle Java SE Critical Patch Update Advisory June 2012 www oracle com Java SE 7 Update 6 Released Archived from the original on October 27 2012 Oracle Java SE Critical Patch Update Advisory October 2012 www oracle com Oracle Security Alert for CVE 2013 0422 Oracle Corporation Oracle Java SE Critical Patch Update Advisory February 2013 www oracle com Oracle releases fixes for 40 Java holes The H Security News and Features www h online com Java SE Development Kit 7 Update 40 Bug Fixes www oracle com Oracle JDK 7u40 released security features hardfloat ARM Java Mission Control and more Archived from the original on October 2 2013 Oracle to patch Java other products Tuesday ZDNet Oracle Critical Patch Update January 2014 www oracle com Java SE Development Kit 7 Update 55 Bug Fixes www oracle com Java Mission Control 5 3 Release Notes www oracle com Java SE Development Kit 7 Update 60 Bug Fixes www oracle com a b Java CPU and PSU Releases Explained www oracle com Oracle Critical Patch Update Advisory July 2015 www oracle com Oracle Critical Patch Update Advisory October 2015 www oracle com Oracle Critical Patch Update January 2016 www oracle com Retrieved 2016 01 20 Java SE Development Kit 7 Update 99 Retrieved 2016 03 23 Oracle Critical Patch Update Advisory April 2016 Retrieved 2016 04 18 Oracle Critical Patch Update Advisory April 2017 Retrieved 2017 04 18 Oracle Critical Patch Update Advisory January 2019 Retrieved 2019 04 18 Oracle Critical Patch Update Advisory April 2019 Retrieved 2019 04 18 Oracle Critical Patch Update Advisory July 2019 Retrieved 2020 01 07 Oracle Critical Patch Update Advisory October 2019 Retrieved 2020 01 07 Oracle Critical Patch Update Advisory January 2020 Retrieved 2021 04 22 Oracle Critical Patch Update Advisory April 2020 Retrieved 2021 04 22 Oracle Critical Patch Update Advisory July 2020 Retrieved 2021 04 22 Oracle Critical Patch Update Advisory October 2020 Retrieved 2021 04 22 Oracle Critical Patch Update Advisory January 2021 Retrieved 2021 04 22 Oracle Critical Patch Update Advisory April 2021 Retrieved 2021 04 22 Release Notes for JDK 7 and JDK 7 Update Releases Retrieved 2022 01 25 Release Notes for JDK 7 and JDK 7 Update Releases Retrieved 2022 01 25 Release Notes for JDK 7 and JDK 7 Update Releases Retrieved 2022 01 25 Proposed new schedule for Java 8 2013 04 18 Retrieved 2013 04 19 JDK 8 OpenJDK 2013 04 18 Retrieved 2014 01 28 JDK 8 features OpenJDK 2014 01 28 Retrieved 2014 01 28 JSR 337 Retrieved 2014 01 30 Java 7 Features Sun Microsystems 2010 02 09 Retrieved 2010 04 16 a b Interface evolution via virtual extension methods PDF Brian Goetz 2011 07 20 Retrieved 2014 03 27 Lambda Expressions for the Java Programming Language Brian Goetz 2012 10 23 Retrieved 2014 03 27 The Java Tutorials Default Methods Oracle Archived from the original on 2017 05 23 Retrieved 2014 03 27 Gafter Neal 2006 08 18 Closures for Java Retrieved 2008 03 09 Gosling James 2008 01 31 Closures Archived from the original on 2011 07 22 Retrieved 2008 03 09 Reinhold Mark 2009 11 28 Closures for Java Retrieved 2009 11 24 Darcy Joe Unsigned Integer Arithmetic API now in JDK 8 blogs oracle com Oracle JDK 8 and JRE 8 Certified System Configurations Oracle Corporation Retrieved 2014 04 15 Stahl Henrik 2014 07 11 Updated The future of Java on Windows XP Oracle Corporation Archived from the original on 2014 11 11 Retrieved 2014 11 11 JDK 8 is not supported on Windows XP Early versions of JDK 8 had known issues with the installer on Windows XP that prevented it from installing without manual intervention This was resolved in JDK 8 Update 25 The important point here is that we can no longer provide complete guarantees for Java on Windows XP since the OS is no longer being updated by Microsoft We strongly recommend that users upgrade to a newer version of Windows that is still supported by Microsoft in order to maintain a stable and secure environment Wieldt Tori October 27 2014 Java SE 8 on Java com blog oracle com Archived from the original on November 29 2014 Retrieved November 24 2014 Oracle Java SE Support Roadmap Retrieved 2021 02 17 Java SE Development Kit 8 Update 5 JDK 8u5 oracle com Retrieved 2014 04 28 Java SE Development Kit 8 Update 11 JDK 8u11 oracle com Retrieved 2014 07 16 18 security bug fixes oracle com Retrieved 2014 07 16 Java SE Development Kit 8 Update 20 JDK 8u20 oracle com Retrieved 2014 08 27 Java SE Development Kit 8 Update 20 Bug Fixes www oracle com Java SE Development Kit 8 Update 25 JDK 8u25 oracle com Retrieved 2014 10 14 Java SE Development Kit 8 Update 31 JDK 8u31 oracle com Retrieved 2015 01 21 Java SE Development Kit 8 Update 40 JDK 8u40 oracle com Retrieved 2015 03 04 Java SE Development Kit 8 Update 40 Bug Fixes www oracle com Java SE Development Kit 8 Update 45 JDK 8u45 oracle com Retrieved 2015 04 15 Java SE Development Kit 8 Update 51 JDK 8u51 oracle com Retrieved 2015 07 14 Java SE Development Kit 8 Update 60 JDK 8u60 oracle com Retrieved 2015 08 18 Java SE Development Kit 8 Update 60 Bug Fixes www oracle com Java SE Development Kit 8 Update 65 JDK 8u65 oracle com Retrieved 2015 10 20 Java SE Development Kit 8 Update 66 Release Notes oracle com Retrieved October 22 2015 Java SE Development Kit 8 Update 71 Release Notes oracle com Retrieved January 20 2015 Java SE Development Kit 8 Update 71 Bug Fixes oracle com Retrieved January 20 2015 Java SE Development Kit 8 Update 72 Release Notes oracle com Java SE Development Kit 8 Update 73 Release Notes oracle com Retrieved February 6 2016 Java SE Development Kit 8 Update 74 Release Notes oracle com Retrieved February 6 2016 Java SE Development Kit 8 Update 77 Release Notes oracle com Retrieved March 23 2016 Java SE Development Kit 8 Update 91 Release Notes oracle com Retrieved March 23 2016 Java SE Development Kit 8 Update 92 Release Notes Retrieved March 23 2016 Java SE Development Kit 8 Update 101 Release Notes Retrieved July 19 2016 Java SE Development Kit 8 Update 102 Release Notes Retrieved July 19 2016 Java SE Development Kit 8 Update 111 Release Notes Retrieved October 19 2016 Java SE Development Kit 8 Update 112 Release Notes Retrieved October 19 2016 Java SE Development Kit 8 Update 121 Release Notes Retrieved January 17 2016 Java SE Development Kit 8 Update 131 Release Notes www oracle com Retrieved 2017 04 18 Java SE Development Kit 8 Update 141 Release Notes www oracle com Retrieved 2017 07 18 Java SE Development Kit 8 Update 144 Release Notes www oracle com Retrieved 2017 07 26 Java SE Development Kit 8 Update 151 Release Notes www oracle com Retrieved 2017 10 19 Java SE Development Kit 8 Update 152 Release Notes www oracle com Retrieved 2017 10 19 Java SE Development Kit 8 Update 161 Release Notes www oracle com Retrieved 2018 01 18 Java SE Development Kit 8 Update 162 Release Notes www oracle com Retrieved 2018 01 16 Java SE Development Kit 8 Update 171 Release Notes www oracle com Retrieved 2018 04 17 Java SE Development Kit 8 Update 172 Release Notes www oracle com Retrieved 2018 04 17 Java SE Development Kit 8 Update 181 Release Notes www oracle com Retrieved 2018 07 20 Java SE Development Kit 8 Update 191 Release Notes www oracle com Retrieved 2018 10 16 Java SE Development Kit 8 Update 192 Release Notes www oracle com Retrieved 2018 10 16 Java SE Development Kit 8 Update 201 Release Notes www oracle com Retrieved 2019 01 16 Java SE Development Kit 8 Update 202 Release Notes www oracle com Retrieved 2019 01 16 Java SE Development Kit 8 Update 211 Release Notes www oracle com Retrieved 2019 04 16 a b Java SE Development Kit 8 Update 212 Release Notes www oracle com Retrieved 2019 04 16 Java SE Development Kit 8 Update 221 Release Notes www oracle com Retrieved 2019 07 30 Java SE Development Kit 8 Update 231 Release Notes www oracle com Retrieved 2019 10 16 Java SE Development Kit 8 Update 241 Release Notes www oracle com Retrieved 2020 01 18 Java SE Development Kit 8 Update 251 Release Notes www oracle com Retrieved 2020 04 14 Java SE Development Kit 8 Update 261 Release Notes www oracle com Retrieved 2022 04 19 JDK 8u261 Bug Fixes www oracle com Retrieved 2022 04 19 Java SE Development Kit 8 Update 271 Release Notes www oracle com Retrieved 2022 04 19 JDK 8u271 Bug Fixes www oracle com Retrieved 2022 04 19 Java SE Development Kit 8 Update 281 Release Notes www oracle com Retrieved 2022 04 19 JDK 8u281 Bug Fixes www oracle com Retrieved 2022 04 19 Java SE Development Kit 8 Update 291 Release Notes www oracle com Retrieved 2022 04 19 JDK 8u291 Bug Fixes www oracle com Retrieved 2022 04 19 Java SE Development Kit 8 Update 301 Release Notes www oracle com Retrieved 2022 04 19 JDK 8u301 Bug Fixes www oracle com Retrieved 2022 04 19 Java SE Development Kit 8 Update 311 Release Notes www oracle com Retrieved 2022 04 19 JDK 8u311 Bug Fixes www oracle com Retrieved 2022 04 19 Java SE Development Kit 8 Update 321 Release Notes www oracle com Retrieved 2022 04 19 Java SE Development Kit 8 Update 321 Bug Fixes www oracle com Retrieved 2022 04 19 Java SE Development Kit 8 Update 331 Release Notes www oracle com Retrieved 2022 04 19 Java SE Development Kit 8 Update 331 Bug Fixes www oracle com Retrieved 2022 04 19 Java SE Development Kit 8 Update 333 Release Notes www oracle com Retrieved 2022 05 02 Java SE Development Kit 8 Update 333 Bug Fixes www oracle com Retrieved 2022 05 02 Java SE Development Kit 8 Update 341 Release Notes www oracle com Retrieved 2022 07 30 Java SE Development Kit 8 Update 341 Bug Fixes www oracle com Retrieved 2022 07 30 Java SE Development Kit 8 Update 351 Release Notes www oracle com Retrieved 2022 10 18 Java SE Development Kit 8 Update 351 Bug Fixes www oracle com Retrieved 2022 10 18 Java SE Development Kit 8 Update 361 Release Notes www oracle com Retrieved 2023 03 24 Java SE Development Kit 8 Update 371 Release Notes www oracle com Java SE Development Kit 8 Update 381 Release Notes www oracle com Retrieved 2023 09 12 Java SE Development Kit 8 Update 391 Release Notes www oracle com Retrieved 2023 11 15 Java SE Development Kit 8 Update 401 Release Notes www oracle com a b Java SE Development Kit 8 Update 411 Release Notes www oracle com JDK 9 Retrieved 2017 06 16 Java modularity specification opposed by Red Hat IBM is voted down InfoWorld 2017 05 09 Retrieved 2017 06 16 Chirgwin Richard July 2 2017 Java 9 release back on track community votes yes theregister co uk Retrieved 2017 07 29 Java Platform Standard Edition Oracle JDK 9 Migration Guide docs oracle com Retrieved 15 May 2018 OpenJDK Project Kulla Lea Doug January 15 2015 concurrency interest jdk9 Candidate classes Flow and Submission Publisher Archived from the original on January 20 2015 Retrieved December 24 2015 Flow Java SE 9 amp JDK 9 docs oracle com Reactive Streams Releases First Stable Version for JVM JDK 9 First Release Candidate 2017 08 09 Retrieved 2017 08 21 Java 9 Release date and new features techworld com 2017 07 21 Archived from the original on 2017 12 07 Retrieved 2017 09 16 JDK 9 Oracle Corporation Retrieved 2017 09 16 Mark your calendar Java 9 finally has a release date 2015 05 07 Java 9 s new garbage collector What s changing What s staying June 26 2015 JavaOne JavaFX 2 Java on iOS Java 9 Release Date Now March 2017 2016 01 05 JDK 9 release delayed another four months The Register Retrieved 2016 10 14 JDK 9 Release Notes oracle com 2017 09 21 JDK 9 0 1 Release Notes oracle com 2017 10 17 JDK 9 0 1 Bug Fixes oracle com 2017 10 17 JDK 9 0 4 Release Notes oracle com 2018 01 16 JDK 9 0 4 Bug Fixes oracle com 2018 01 16 OpenJDK JDK 10 JDK 10 Release Notes oracle com 2018 03 20 JDK 10 0 1 Release Notes oracle com 2018 04 17 JDK 10 0 1 Bug Fixes oracle com 2018 04 17 JDK 10 0 2 Release Notes oracle com 2018 07 17 JDK 10 0 2 Bug Fixes oracle com 2018 07 17 OpenJDK JDK 11 Oracle JDK Migration Guide Oracle Help Center Retrieved 27 September 2018 JDK 11 oracle com 2018 09 25 JDK 11 0 1 Release Notes oracle com 2018 10 16 JDK 11 0 1 Bug Fixes oracle com 2018 10 16 JDK 11 0 2 Release Notes oracle com 2019 01 15 JDK 11 0 2 Bug Fixes oracle com 2019 01 15 JDK 11 0 3 Release Notes oracle com 2019 04 16 JDK 11 0 3 Bug Fixes oracle com 2019 04 16 JDK 11 0 4 Release Notes oracle com 2019 07 16 JDK 11 0 4 Bug Fixes oracle com 2019 07 16 JDK 11 0 5 Release Notes oracle com 2019 10 15 JDK 11 0 5 Bug Fixes oracle com 2019 10 15 JDK 11 0 6 Release Notes oracle com 2020 01 14 JDK 11 0 6 Bug Fixes oracle com 2020 01 14 JDK 11 0 7 Release Notes oracle com 2020 04 14 JDK 11 0 7 Bug Fixes oracle com 2020 04 14 JDK 11 0 8 Release Notes oracle com 2020 07 14 JDK 11 0 8 Bug Fixes oracle com 2020 07 14 JDK 11 0 9 Release Notes oracle com 2020 10 20 JDK 11 0 9 Bug Fixes oracle com 2020 10 20 cit, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.