Java version history

Source: Wikipedia, the free encyclopedia.

The

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

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 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

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

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

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

J2SE 1.2
Codename
Playground
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, 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

J2SE 1.3
Codename
Kestrel
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

J2SE 1.4
Codename
Merlin
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]

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

Java SE 5
Codename
Tiger
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
    )
  • 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:

Java 5 is the last release of Java to officially support Microsoft

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

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

Java SE 6
Codename
Mustang
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]

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

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

]

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
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

Java SE 7
Codename
Dolphin[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]

Lambda (Java's implementation of

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

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 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,
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

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).

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

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
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 9

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[237] due to controversial acceptance of the current implementation of Project Jigsaw by Java Executive Committee[238] 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.[239]

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

History

At

garbage collector (G1, for "shorter response times")[248] and a self-tuning JVM.[249] In early 2016, the release of Java 9 was rescheduled for March 2017[250] and later again postponed four more months to July 2017.[251]

Java 9 updates

Table of Java 9 updates
Release Release date Highlights
Java SE 9[252] 2017-09-21 Initial release
Java SE 9.0.1[253] 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[255] 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[256]

Java SE 10

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.[257] Among these features were:

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

Table of Java 10 updates
Release Release date Highlights
Java SE 10[258] 2018-03-20 Initial release
Java SE 10.0.1[259] 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[261] 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[262]

Java SE 11

Java SE 11
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:[263]

A number of features from previous releases were dropped; in particular,

CORBA modules have been removed from JDK.[264]

Java 11 updates

Table of Java 11 updates
Release Release date Highlights
Java SE 11[265] 2018-09-25 Initial release
Java SE 11.0.1[266] 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[267]
Java SE 11.0.2[268] 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[270] 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[272] 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[274] 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[276] 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[277]
Java SE 11.0.7[278] 2020-04-14 New features
  • Support for MS Cryptography Next Generation (CNG) (security-libs/javax.crypto)

Bug fixes

Java SE 11.0.8[280] 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[282] 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[284] 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[286] 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[288] 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[290] 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[292] 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[294] 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[296] 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[298] 2022-08-18 Changes
  • C2 Compilation Errors Unpredictably Crashes JVM (hotspot/compiler)
Java SE 11.0.17[299] 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[301] 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[303] 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[305] 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[307] 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[309] 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

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:[311]

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

Table of Java 12 updates
Release Release date Highlights
Java SE 12[312] 2019-03-19 Initial release
Java SE 12.0.1[313] 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[315] 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

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)[316]

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".[317]

JEP 355 Text Blocks allows multiline string literals:

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

Java 13 updates

Table of Java 13 updates
Release Release date Highlights
Java SE 13[318] 2019-09-17 Initial release
Java SE 13.0.1[319] 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[320] 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[321]

Java SE 14

Java SE 14
ReleasedMarch 17, 2020
(4 years ago)
 (2020-03-17)
# of JEPs16
Addition(s)
NotableHelpful
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".[322]

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.[323]

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

Java 14 updates

Table of Java 14 updates
Release Release date Highlights
Java SE 14[324] 2020-03-17 Initial release
Java SE 14.0.1[325] 2020-04-14 Bug fixes
Java SE 14.0.2[327] 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

Java SE 15
ReleasedSeptember 15, 2020
(3 years ago)
 (2020-09-15)
# of JEPs14
Addition(s)
NotableHidden classes, ZGC (
Solaris and SPARC ports
Support ended
PublicMarch 2023 (2023-03)[316]

JDK 15 was released on September 15, 2020. Java 15 adds e.g. support for

CA certificates
.

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.[329]

Java 15 updates

Table of Java 15 updates
Release Release date Highlights
Java SE 15[330] 2020-09-15 Initial release
Java SE 15.0.1[331] 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[333] 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

Java SE 16
ReleasedMarch 16, 2021
(3 years ago)
 (2021-03-16)
# of JEPs17
Addition(s)
NotableWindows/AArch64 Port, jpackager,
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.[335] 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.

Java 16 updates

Table of Java 16 updates
Release Release date Highlights
Java SE 16[336] 2021-03-16 Initial release
Java SE 16.0.1[337] 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[339] 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

Java SE 17
AOT compiler, RMI activation, strictfp
keyword made obsolete (JEP 306)

JDK 17 was released in September 2021.[341] 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 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

Table of Java 17 updates
Release Release date Highlights
Java SE 17[342] 2021-09-14 Initial release
Java SE 17.0.1[343] 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[345] 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[347] 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[349] 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[351] 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[353] 2022-08-18 Changes
  • C2 Compilation Errors Unpredictably Crashes JVM (hotspot/compiler)
Java SE 17.0.5[354] 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[356] 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[358] 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[360] 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[362] 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[364] 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

Java version history
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.[366]

Java 18 updates

Table of Java 18 updates
Release Release date Highlights
Java SE 18[367] 2022-03-22 Initial release
Java SE 18.0.1[368] 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[370] 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[372] 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[374] 2022-08-18 Changes
  • C2 Compilation Errors Unpredictably Crashes JVM (hotspot/compiler)

Java SE 19

Java SE 19
ReleasedSeptember 20, 2022
(18 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.[375]

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

Table of Java 19 updates
Release Release date Highlights
Java SE 19[376] 2022-09-20 Initial release
Java SE 19.0.1[377] 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[379] 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

Java SE 20
ReleasedMarch 21, 2023
(12 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.[381] All JEPs were either incubators or previews.

Java 20 updates

Table of Java 20 updates
Release Release date Highlights
Java SE 20[382] 2023-03-21 Initial release
Java SE 20.0.1[383] 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[385] 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

Java SE 21
LTS version
ReleasedSeptember 19, 2023
(6 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.[387] 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 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

Table of Java 21 updates
Release Release date Highlights
Java SE 21[388] 2023-09-19 Initial release
Java SE 21.0.1[389] 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[391] 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

Java SE 22
ReleasedMarch 19, 2024
(29 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.[393][394]

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

Java SE 23

Java SE 23
ReleasingSeptember 2024
(5 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.[396]

Future features

  • 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 run) full AOT compilation, reducing overall dynamism (by adopting so called "closed-world constraints") to reduce dynamic compilation overhead.
  • Project Babylon aims to extend the Java programming language’s reach to alternative programming models with an enhancement to its reflective programming capabilities, called code reflection (i.e. reflection over code itself). Its stated primary goal is to run Java code on GPUs, with SQL and other programming models being a secondary target.

Implementations

The officially supported

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[397] 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

  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. ^ "JavaSoft ships Java 1.0" (Press release). Archived from the original on March 10, 2007. Retrieved 2008-02-05.
  16. ^ . Retrieved May 30, 2012.
  17. ^ Version 1.1 press release, Sun.
  18. IDG
    . Retrieved January 16, 2021.
  19. ^ Version 1.2 press release, Sun.
  20. ^ Version 1.3 press release, Sun.
  21. ^ "Version 1.3 full list of changes". Archived from the original on November 7, 2006.
  22. ^ "How do I run Java on a Windows 95 computer?".
  23. ^ Version 1.4 press release.
  24. ^ "Version full 1.4 list of changes". 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. ^ Version 1.5 press release.
  28. ^ Version 1.5 full list of changes.
  29. ^ "JSR 133, 2.4 Why isn't this need met by existing specifications?". Oracle.
  30. .
  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 Archived 2008-10-13 at the Wayback Machine.
  40. ^ "Mustang's HotSpot". 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). "Java VM: Trying a new Garbage Collector for JDK 7". 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. ^ "Java 6 Update 32 fails to install..." 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 Archived 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. ^ "JavaOne 2011 Keynote". 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. ^ "Java SE 7 Update 6 Released". 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. ^ "Oracle JDK 7u40 released – security features, hardfloat ARM, Java Mission Control and more". Archived from the original on October 2, 2013.
  121. 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. ^ "The Java Tutorials: Default Methods". 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). "Closures". 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). "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.
  160. ^ 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.
  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. ^ "JDK 9". Retrieved 2017-06-16.
  238. ^ "Java modularity specification opposed by Red Hat, IBM is voted down". InfoWorld. 2017-05-09. Retrieved 2017-06-16.
  239. theregister.co.uk
    . Retrieved 2017-07-29.
  240. ^ "Java Platform, Standard Edition Oracle JDK 9 Migration Guide". docs.oracle.com. Retrieved 15 May 2018.
  241. ^ "OpenJDK: Project Kulla".
  242. ^ 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.
  243. ^ "Flow (Java SE 9 & JDK 9 )". docs.oracle.com.
  244. ^ Reactive Streams Releases First Stable Version for JVM
  245. ^ "JDK 9: First Release Candidate". 2017-08-09. Retrieved 2017-08-21.
  246. ^ "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.
  247. ^ "Mark your calendar: Java 9 finally has a release date". 2015-05-07.
  248. ^ "Java 9's new garbage collector: What's changing? What's staying?". June 26, 2015.
  249. ^ "JavaOne: JavaFX 2, Java on iOS".
  250. ^ "Java 9 Release Date Now March 2017". 2016-01-05.
  251. ^ "JDK 9 release delayed another four months". The Register. Retrieved 2016-10-14.
  252. ^ "JDK 9 Release Notes". oracle.com. 2017-09-21.
  253. ^ "JDK 9.0.1 Release Notes". oracle.com. 2017-10-17.
  254. ^ "JDK 9.0.1 Bug Fixes". oracle.com. 2017-10-17.
  255. ^ "JDK 9.0.4 Release Notes". oracle.com. 2018-01-16.
  256. ^ "JDK 9.0.4 Bug Fixes". oracle.com. 2018-01-16.
  257. ^ OpenJDK. "JDK 10".
  258. ^ "JDK 10 Release Notes". oracle.com. 2018-03-20.
  259. ^ "JDK 10.0.1 Release Notes". oracle.com. 2018-04-17.
  260. ^ "JDK 10.0.1 Bug Fixes". oracle.com. 2018-04-17.
  261. ^ "JDK 10.0.2 Release Notes". oracle.com. 2018-07-17.
  262. ^ "JDK 10.0.2 Bug Fixes". oracle.com. 2018-07-17.
  263. ^ OpenJDK. "JDK 11".
  264. ^ "Oracle JDK Migration Guide". Oracle Help Center. Retrieved 27 September 2018.
  265. ^ "JDK 11". oracle.com. 2018-09-25.
  266. ^ "JDK 11.0.1 Release Notes". oracle.com. 2018-10-16.
  267. ^ "JDK 11.0.1 Bug Fixes". oracle.com. 2018-10-16.
  268. ^ "JDK 11.0.2 Release Notes". oracle.com. 2019-01-15.
  269. ^ "JDK 11.0.2 Bug Fixes". oracle.com. 2019-01-15.
  270. ^ "JDK 11.0.3 Release Notes". oracle.com. 2019-04-16.
  271. ^ "JDK 11.0.3 Bug Fixes". oracle.com. 2019-04-16.
  272. ^ "JDK 11.0.4 Release Notes". oracle.com. 2019-07-16.
  273. ^ "JDK 11.0.4 Bug Fixes". oracle.com. 2019-07-16.
  274. ^ "JDK 11.0.5 Release Notes". oracle.com. 2019-10-15.
  275. ^ "JDK 11.0.5 Bug Fixes". oracle.com. 2019-10-15.
  276. ^ "JDK 11.0.6 Release Notes". oracle.com. 2020-01-14.
  277. ^ "JDK 11.0.6 Bug Fixes". oracle.com. 2020-01-14.
  278. ^ "JDK 11.0.7 Release Notes". oracle.com. 2020-04-14.
  279. ^ "JDK 11.0.7 Bug Fixes". oracle.com. 2020-04-14.
  280. ^ "JDK 11.0.8 Release Notes". oracle.com. 2020-07-14.
  281. ^ "JDK 11.0.8 Bug Fixes". oracle.com. 2020-07-14.
  282. ^ "JDK 11.0.9 Release Notes". oracle.com. 2020-10-20.
  283. ^ "JDK 11.0.9 Bug Fixes". oracle.com. 2020-10-20.
  284. ^ "JDK 11.0.10 Release Notes". oracle.com. 2021-01-19.
  285. ^ "JDK 11.0.10 Bug Fixes". oracle.com. 2021-01-19.
  286. ^ "JDK 11.0.11 Release Notes". oracle.com. 2021-04-20.
  287. ^ "JDK 11.0.11 Bug Fixes". oracle.com. 2021-04-20.
  288. ^ "JDK 11.0.12 Release Notes". oracle.com. 2021-07-20.
  289. ^ "JDK 11.0.12 Bug Fixes". oracle.com. 2021-07-20.
  290. ^ "JDK 11.0.13 Release Notes". oracle.com. 2021-10-19.
  291. ^ "JDK 11.0.13 Bug Fixes". oracle.com. 2021-10-19.
  292. ^ "JDK 11.0.14 Release Notes". oracle.com. 2022-01-18.
  293. ^ "JDK 11.0.14 Bug Fixes". oracle.com. 2022-01-18.
  294. ^ "JDK 11.0.15 Release Notes". oracle.com. 2022-04-19.
  295. ^ "JDK 11.0.15 Bug Fixes". oracle.com. 2022-04-19.
  296. ^ "JDK 11.0.16 Release Notes". oracle.com. 2022-07-19.
  297. ^ "JDK 11.0.16 Bug Fixes". oracle.com. 2022-07-19.
  298. ^ "JDK 11.0.16.1 Release Notes". oracle.com. 2022-08-18.
  299. ^ "JDK 11.0.17 Release Notes". oracle.com. 2022-10-19.
  300. ^ "JDK 11.0.17 Bug Fixes". oracle.com. 2022-10-19.
  301. ^ "JDK 11.0.18 Release Notes". oracle.com. 2023-01-17.
  302. ^ "JDK 11.0.18 Bug Fixes". oracle.com. 2023-01-17.
  303. ^ "JDK 11.0.19 Release Notes". oracle.com. 2023-04-18.
  304. ^ "JDK 11.0.19 Bug Fixes". oracle.com. 2023-04-18.
  305. ^ "JDK 11.0.20 Release Notes". oracle.com. 2023-07-18.
  306. ^ "JDK 11.0.20 Bug Fixes". oracle.com. 2023-07-18.
  307. ^ "JDK 11.0.21 Release Notes". oracle.com. 2023-10-17.
  308. ^ "JDK 11.0.21 Bug Fixes". oracle.com. 2023-10-17.
  309. ^ "JDK 11.0.22 Release Notes". oracle.com. 2024-01-16.
  310. ^ "JDK 11.0.22 Bug Fixes". oracle.com. 2024-01-16.
  311. ^ OpenJDK. "12".
  312. ^ "JDK 12 Release Notes". oracle.com. 2019-03-19.
  313. ^ "JDK 12.0.1 Release Notes". oracle.com. 2019-04-16.
  314. ^ "JDK 12.0.1 Bug Fixes". oracle.com. 2019-04-16.
  315. ^ "JDK 12.0.2 Release Notes". oracle.com. 2019-07-16.
  316. ^ a b "Azul Support Roadmap". Azul | Better Java Performance, Superior Java Support. Retrieved 2023-06-28.
  317. ^ oracle.com, mark reinhold at (September 17, 2019). "Java 13 / JDK 13: General Availability".
  318. ^ "JDK 13 Release Notes". oracle.com. 2019-09-17.
  319. ^ "JDK 13.0.1 Release Notes". oracle.com. 2019-10-15.
  320. ^ "JDK 13.0.2 Release Notes". oracle.com. 2020-01-14.
  321. ^ "JDK 13.0.2 Bug Fixes". oracle.com. 2020-01-14.
  322. ^ oracle.com, mark reinhold at (March 17, 2020). "Java 14 / JDK 14: General Availability".
  323. ^ Evans, Ben (January 10, 2020). "Records Come to Java". Java Magazine. Oracle. Retrieved 10 July 2021.
  324. ^ "JDK 14 Release Notes". oracle.com. 2020-03-17.
  325. ^ "JDK 14.0.1 Release Notes". oracle.com. 2020-04-14.
  326. ^ "JDK 14.0.1 Bug Fixes". oracle.com. 2020-04-14.
  327. ^ "JDK 14.0.2 Release Notes". oracle.com. 2020-07-14.
  328. ^ "JDK 14.0.2 Bug Fixes". oracle.com. 2020-07-14.
  329. ^ Gavin Bierman; Brian Goetz (September 2018). "Pattern Matching for Java". cr.openjdk.java.net. Retrieved 2021-04-28.
  330. ^ "JDK 15 Release Notes". oracle.com. 2020-09-15.
  331. ^ "JDK 15.0.1 Release Notes". oracle.com. 2020-10-20.
  332. ^ "JDK 15.0.1 Bug Fixes". oracle.com. 2020-10-20.
  333. ^ "JDK 15.0.2 Release Notes". oracle.com. 2021-01-19.
  334. ^ "JDK 15.0.2 Bug Fixes". oracle.com. 2021-01-19.
  335. ^ "[JDK-8255616] Removal of experimental features AOT and Graal JIT - Java Bug System". bugs.openjdk.java.net. Retrieved 2021-02-19.
  336. ^ "JDK 16 Release Notes". oracle.com. 2021-03-16.
  337. ^ "JDK 16.0.1 Release Notes". oracle.com. 2021-04-20.
  338. ^ "JDK 16.0.1 Bug Fixes". oracle.com. 2021-04-20.
  339. ^ "JDK 16.0.2 Release Notes". oracle.com. 2021-07-20.
  340. ^ "JDK 16.0.2 Bug Fixes". oracle.com. 2021-07-20.
  341. ^ "JDK 17". openjdk.java.net. Retrieved 2021-09-17.
  342. ^ "JDK 17 Release Notes". oracle.com. 2021-09-14.
  343. ^ "JDK 17.0.1 Release Notes". oracle.com. 2021-10-19.
  344. ^ "JDK 17.0.1 Bug Fixes". oracle.com. 2021-10-19.
  345. ^ "JDK 17.0.2 Release Notes". oracle.com. 2022-01-18.
  346. ^ "JDK 17.0.2 Bug Fixes". oracle.com. 2022-01-18.
  347. ^ "JDK 17.0.3 Release Notes". oracle.com. 2022-04-19.
  348. ^ "JDK 17.0.3 Bug Fixes". oracle.com. 2022-04-19.
  349. ^ "JDK 17.0.3.1 Release Notes". oracle.com. 2022-05-02.
  350. ^ "JDK 17.0.3.1 Bug Fixes". oracle.com. 2022-05-02.
  351. ^ "JDK 17.0.4 Release Notes". oracle.com. 2022-07-19.
  352. ^ "JDK 17.0.4 Bug Fixes". oracle.com. 2022-07-19.
  353. ^ "JDK 17.0.4.1 Release Notes". oracle.com. 2022-08-18.
  354. ^ "JDK 17.0.5 Release Notes". oracle.com. 2022-10-18.
  355. ^ "JDK 17.0.5 Bug Fixes". oracle.com. 2022-10-18.
  356. ^ "JDK 17.0.6 Release Notes". oracle.com. 2023-01-17.
  357. ^ "JDK 17.0.6 Bug Fixes". oracle.com. 2023-01-17.
  358. ^ "JDK 17.0.7 Release Notes". oracle.com. 2023-04-18.
  359. ^ "JDK 17.0.7 Bug Fixes". oracle.com. 2023-04-18.
  360. ^ "JDK 17.0.8 Release Notes". oracle.com. 2023-07-18.
  361. ^ "JDK 17.0.8 Bug Fixes". oracle.com. 2023-07-18.
  362. ^ "JDK 17.0.9 Release Notes". oracle.com. 2023-10-17.
  363. ^ "JDK 17.0.9 Bug Fixes". oracle.com. 2023-10-17.
  364. ^ "JDK 17.0.10 Release Notes". oracle.com. 2024-01-16.
  365. ^ "JDK 17.0.10 Bug Fixes". oracle.com. 2024-01-16.
  366. ^ "JDK 18". openjdk.org. Retrieved 28 June 2023.
  367. ^ "JDK 18 Release Notes". oracle.com. 2022-03-22.
  368. ^ "JDK 18.0.1 Release Notes". oracle.com. 2022-04-19.
  369. ^ "JDK 18.0.1 Bug Fixes". oracle.com. 2022-04-19.
  370. ^ "JDK 18.0.1.1 Release Notes". oracle.com. 2022-05-02.
  371. ^ "JDK 18.0.1.1 Bug Fixes". oracle.com. 2022-05-02.
  372. ^ "JDK 18.0.2 Release Notes". oracle.com. 2022-07-19.
  373. ^ "JDK 18.0.2 Bug Fixes". oracle.com. 2022-07-19.
  374. ^ "JDK 18.0.2.1 Release Notes". oracle.com. 2022-08-18.
  375. ^ "JDK 19". openjdk.org. Retrieved 2022-09-19.
  376. ^ "JDK 19 Release Notes". oracle.com. 2022-09-20.
  377. ^ "JDK 19.0.1 Release Notes". oracle.com. 2022-10-18.
  378. ^ "JDK 19.0.1 Bug Fixes". oracle.com. 2022-10-18.
  379. ^ "JDK 19.0.2 Release Notes". oracle.com. 2023-01-17.
  380. ^ "JDK 19.0.2 Bug Fixes". oracle.com. 2023-01-17.
  381. ^ "JDK 20". openjdk.org. Retrieved 2023-04-21.
  382. ^ "JDK 20 Release Notes". oracle.com. 2023-03-21.
  383. ^ "JDK 20.0.1 Release Notes". oracle.com. 2023-04-18.
  384. ^ "JDK 20.0.1 Bug Fixes". oracle.com. 2023-04-18.
  385. ^ "JDK 20.0.2 Release Notes". oracle.com. 2023-07-18.
  386. ^ "JDK 20.0.2 Bug Fixes". oracle.com. 2023-07-18.
  387. ^ "JDK 21". OpenJDK. Retrieved June 12, 2023.
  388. ^ "JDK 21 Release Notes". oracle.com. 2023-09-19.
  389. ^ "JDK 21.0.1 Release Notes". oracle.com. 2023-10-17.
  390. ^ "JDK 21.0.1 Bug Fixes". oracle.com. 2023-10-17.
  391. ^ "JDK 21.0.2 Release Notes". oracle.com. 2024-01-16.
  392. ^ "JDK 21.0.2 Bug Fixes". oracle.com. 2024-01-16.
  393. ^ "JDK 22". OpenJDK. Retrieved April 10, 2024.
  394. ^ "Oracle Releases Java 22". oracle.com. Retrieved 2024-03-20.
  395. ^ "Java SE 22 ( JSR 397)". cr.openjdk.org. Retrieved 2024-04-16.
  396. ^ "Java SE 23 Platform JSR 398". openjdk.org. Retrieved 2024-01-17.
  397. ^ "Downloads - Overview". July 18, 2016.

External links