The Java language has undergone several changes since JDK 1.0 as well as numerous additions of classes and packages to the standard library. Since J2SE 1.4, the evolution of the Java language has been governed by the Java Community Process (JCP), which uses Java Specification Requests (JSRs) to propose and specify additions and changes to the Java platform. The language is specified by the Java Language Specification (JLS); changes to the JLS are managed under JSR 901. In September 2017, Mark Reinhold, chief Architect of the Java Platform, proposed to change the release train to "one feature release every six months" rather than the then-current two-year schedule.[1][2] This proposal took effect for all following versions, and is still the current release schedule.
In addition to the language changes, other changes have been made to the Java Class Library over the years, which has grown from a few hundred classes in JDK 1.0 to over three thousand in J2SE 5. Entire new APIs, such as Swing and Java2D, have been introduced, and many of the original JDK 1.0 classes and methods have been deprecated, and very few APIs have been removed (at least one, for threading, in Java 22[3]). Some programs allow the conversion of Java programs from one version of the Java platform to an older one (for example Java 5.0 backported to 1.4) (see Java backporting tools).
Regarding Oracle's Java SE support roadmap,[4] Java SE 23 is the latest version, while 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 23 was released on 17 September 2024. Java 24 was released on 18 March 2025.[7]
The first version was released on January 23, 1996.[20][21] The first stable version, JDK 1.0.2, is called Java 1.[21]
Major additions in the release on February 19, 1997 included:[22]
The release on December 8, 1998 and subsequent releases through J2SE 5.0 were rebranded retrospectively Java 2 and the version name "J2SE" (Java 2 Platform, Standard Edition) replaced JDK to distinguish the base platform from J2EE (Java 2 Platform, Enterprise Edition) and J2ME (Java 2 Platform, Micro Edition). This was a very significant release of Java as it tripled the size of the Java platform to 1520 classes in 59 packages. Major additions included:[24]
strictfp
The most notable changes in the May 8, 2000 release were:[25][26]
Java 1.3 is the last release of Java to officially support Microsoft Windows 95.[27]
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:[28][29]
assert
java.util.prefs
Public support and security updates for Java 1.4 ended in October 2008. Paid security updates for Oracle customers ended in February 2013.[30]
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".[31] 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:[32][33]
int
Integer
enum
Day.MONDAY
Day.TUESDAY
void drawtext(String... lines)
for each
for
Iterable
Collection
There were also the following improvements to the standard libraries:
java.util.concurrent
Java 5 is the last release of Java to officially support Microsoft Windows 98 and Windows ME,[36] 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 2009.[30]
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.[37]
Java 5 was first available on Apple Mac OS X 10.4 (Tiger)[38] 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.
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[39]
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.
This correspondence continued through later releases (Java 6 = JDK 1.6, Java 7 = JDK 1.7, and so on).
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.[40] Internal numbering for developers remains 1.6.0.[41]
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:[42][43]
Java 6 can be installed to Mac OS X 10.5 (Leopard) running on 64-bit (Core 2 Duo and higher) processor machines.[47] 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.[48][49] Oracle released two more updates to Java 6 in March and April 2013, which patched some security vulnerabilities.[50][51]
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.[52]
The -XX:+DoEscapeAnalysis option directs the HotSpot JIT compiler to use escape analysis to determine whether local objects can be allocated on the stack instead of the heap.[citation needed]
-XX:+DoEscapeAnalysis
Some developers have noticed an issue introduced in this release which causes debuggers to miss breakpoints seemingly randomly.[58] Sun has a corresponding bug, which is tracking the issue. The workaround applies to the Client and Server VMs.[59] Using the -XX:+UseParallelGC option will prevent the failure. Another workaround is to roll back to update 13, or to upgrade to update 16.
-XX:+UseParallelGC
-server
-XX:+TieredCompilation
Java 7 was a major update that launched on July 7, 2011[90] and was made available for developers on July 28, 2011.[91] The development period was organized into thirteen milestones; on June 6, 2011, the last of the thirteen milestones was finished.[91][92] 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:[93]
invokedynamic
-XX:+UseCompressedOops
<>
java.nio.file
java.nio.file.attribute
java.nio.file.spi
Lambda (Java's implementation of lambda functions), Jigsaw (Java's implementation of modules), and part of Coin were dropped from Java 7, and released as part of Java 8 (except for Jigsaw, which was released in Java 9).[110][111]
Java 7 was the default version to download on java.com from April 2012 until Java 8 was released.[112]
Oracle issued public updates to the Java 7 family on a quarterly basis[113] until April 2015 when the product reached the end of its public availability.[114] Further updates for JDK 7, which continued until July 2022, are only made available to customers with a support contract.[115]
Java 8 was released on March 18, 2014,[151][152] and included some features that were planned for Java 7 but later deferred.[153]
Work on features was organized in terms of JDK Enhancement Proposals (JEPs).[154]
Java 8 is not supported on Windows XP[163] but as of JDK 8 update 25, it can still be installed and run under Windows XP.[164] 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.
From October 2014, Java 8 was the default version to download (and then again the download replacing Java 9) from the official website.[165] "Oracle will continue to provide Public Updates and auto updates of Java SE 8, Indefinitely for Personal Users".[166]
*
Caller-Allowable-Codebase
ExitOnOutOfMemoryError
CrashOnOutOfMemoryError
Java SE 9 was made available on September 21, 2017[247] due to controversial acceptance of the current implementation of Project Jigsaw by Java Executive Committee[248] 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.[249]
java.util.concurrent.atomic
sun.misc.Unsafe
Flow
The first Java 9 release candidate was released on August 9, 2017.[255] The first stable release of Java 9 was on September 21, 2017.[256]
At JavaOne 2011, Oracle discussed features they hoped to release for Java 9 in 2016.[257] Java 9 should include better support for multi-gigabyte heaps, better native code integration, a different default garbage collector (G1, for "shorter response times")[258] and a self-tuning JVM.[259] In early 2016, the release of Java 9 was rescheduled for March 2017[260] and later again postponed four more months to July 2017.[261]
Known issues
Changes
Other notes
Bug fixes
OpenJDK 10 was released on March 20, 2018, with twelve new features confirmed.[267] 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. Due to this change, developers can do the following instead of manually specifying the variable's type:
var
var list = new ArrayList<String>(); // infers ArrayList<String> var stream = list.stream(); // infers Stream<String>
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:[273]
A number of features from previous releases were dropped; in particular, Java applets and Java Web Start are no longer available. JavaFX, Java EE and CORBA modules have been removed from JDK.[274]
Removed features and options
JDK 12 was released on March 19, 2019. Among others, Java 12 includes a number of new features, such as:[321]
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.
switch
yield
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; } };
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".[327]
JEP 355 Text Blocks allows multiline string literals:
String html = """ <html lang="en"> <body> <p>Hello, world</p> </body> </html> """;
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".[332]
JEP 305, Pattern Matching for instanceof simplifies the common case of an instanceof test being immediately followed by cast, replacing
instanceof
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.[333]
record Point(int x, int y) { } Point p = new Point(3, 4); System.out.println(p.x());
JDK 15 was released on September 15, 2020. Java 15 adds e.g. support for multi-line string literals (aka Text Blocks). The Shenandoah and Z garbage collectors (latter sometimes abbreviated ZGC) are now ready for use in production (i.e. no longer marked experimental). Support for Oracle's Solaris operating system (and SPARC CPUs) is dropped (while still available in e.g. Java 11). The Nashorn JavaScript Engine is removed. Also removed some root CA certificates.
JEP 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.
permits
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.[339]
JDK 16 was released on March 16, 2021. Java 16 removes Ahead-of-Time compilation (and Graal JIT) options.[345] 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.
JDK 17 was released in September 2021.[351] 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 %s".formatted(s); case Long l -> "long %d".formatted(l); case Double d -> "double %f".formatted(d); case Integer i && i > 0 // refining patterns -> "positive int %d".formatted(i); case Integer i && i == 0 -> "zero int %d".formatted(i); case Integer i && i < 0 -> "negative int %d".formatted(i); default -> o.toString(); };
JDK 18 was released on March 22, 2022.[381]
JDK 19 was released on 20 September 2022.[390]
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 20 was released on 21 March 2023.[396] All JEPs were either incubators or previews.
Java 21 was released on 19 September 2023.[402] The 32-bit version of Java for Windows on x86 was deprecated for removal with this release. The following JEPs were added, including eight JEPs that graduated from the incubating and preview stages, 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). All JEPs added with Java 21 include the following:
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!"); } }
Issues fixed
Updates to Third Party Libraries
Java 22 was released on March 19, 2024.[414][415] The following features, or JEPs, were added with this release:
An API related to Java's threading implementation, java.lang.Thread.countStackFrames, was removed.[3][416]
java.lang.Thread.countStackFrames
Java 23 was released on September 17, 2024,[417][418][419] with the following JEPs:
The String Templates preview feature was removed in Java 23 due to issues with the design of the feature.[420]
The specification for Java 24 was finalized in December 2024, with 24 JEPs making it into the release and it was released on 18 March 2025.[421]
The following JEPs were targeted to this version of Java SE:[422]
As of December 2024[update], the specification for Java 25 has not yet been finalized. Java 25 is scheduled for release in September 2025.[423]
The officially supported Java platform, first developed at Sun and now stewarded by Oracle, is Java SE. Releases are based on the OpenJDK project, a free and open-source project with an open development model. Other Java implementations exist, however—in part due to Java's early history as proprietary software. In contrast, some implementations were created to offer some benefits over the standard implementation, often the result of some area of academic or corporate-sponsored research. Many Linux distributions include builds of OpenJDK through the IcedTea project started by Red Hat, which provides a more straightforward build and integration environment.
Visual J++ and the Microsoft Java Virtual Machine were created as incompatible implementations. After the Sun v. Microsoft lawsuit, Microsoft abandoned it and began work on the .NET platform. In 2021, Microsoft started distributing compatible "Microsoft Build of OpenJDK" for Java 11 first then also for Java 17. Their builds support not only Windows, but also Linux and macOS.
Other proprietary Java implementations are available, such as Azul's Zing. Azul offers certified open source OpenJDK builds under the Zulu moniker.
Prior to the release of OpenJDK, while Sun's implementation was still proprietary, the GNU Classpath project was created to provide a free and open-source implementation of the Java platform. Since the release of JDK 7, when OpenJDK became the official reference implementation, the original motivation for the GNU Classpath project almost completely disappeared, and its last release was in 2012.
The Apache Harmony project was started shortly before the release of OpenJDK. After Sun's initial source code release, the Harmony project continued, working to provide an implementation under a lax license, in contrast to the protective license chosen for OpenJDK. Google later developed Android and released it under a lax license. Android incorporated parts of the Harmony project, supplemented with Google's own Dalvik virtual machine and ART. Apache Harmony has since been retired, and Google has switched its Harmony components with equivalent ones from OpenJDK.
Both Jikes and Jikes RVM are open-source research projects that IBM developed.
Several other implementations exist that started as proprietary software but are now open source. IBM initially developed OpenJ9 as the proprietary J9[424] 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.
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.
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.