Oracle just released Java SE 8 new update 301 that covers fixes for various bugs and security updates to client-libs, java.awt, javax.sound, javax.swing, gc, web, javafx, java.security, security-libs.
List of bug fixes: https://www.oracle.com/java/technologies/javase/8u301-bugfixes.html
JDK 8u301 Update Release Notes
I got a prompt on my M1 Mac running macOS Big Sur - "Java 8 Update 301 build 09 is not available -- you have Java 8 Update 291 build 10. Would you like to download it now?

Click on install Update - the download will start - it's about 87 MB package.

You will see the license details:
The terms under which this version of the software is licensed have changed.
Updated License Agreement
This version of the Java Runtime is licensed only for personal (non-commercial) desktop and laptop use.
Commercial use of this software requires a separate license from Oracle or from your software vendor.
Click install to accept the license agreement and install Java now or click Remove to uninstall it from your system.
No personal information is gathered as part of our install process


Have Questions? Post them here!
More Posts related to Java,
- Java equals method - Tutorial
- Unbound classpath container: JRE System Library [JavaSE-1.7]
- Spring Boot: @RequestBody not applicable to method
- Java 8: Steam map with Code Examples
- Java Program: Random Number Generator
- Java java.time.Clock class code examples [Java Date Time API]
- Fix: type argument is not within bounds of type-variable T
- [Fix] java.net.MalformedURLException: unknown protocol
- Java 7 addSuppression() and getSuppression() Exception Handling
- Convert Java Array to ArrayList Code Example
- How to Word-Warp Console logs in IntelliJ
- Ways Compare Dates in Java Programming with Examples
- Remove Trailing zeros BigDecimal Java
- CRUD operations in Spring Boot + JDBC
- [Java Threads] Should we extend Thread Class or implement Runnable interface
- Json Serialization and Deserialization using Java Jackson
- Create simple struts2 project using maven commands
- How to install Java OpenJDK 11 on Alpine Linux
- Unsupported major.minor version 52.0 in java
- Error: Can not find the tag library descriptor for
- Java: Convert String to Binary
- How to run Java Unit Test cases with Apache Maven?
- Java: Testing Private Methods in JUnit using reflection API Example
- Java JDBC Connection with MySQL Driver in VS Code + Troubleshooting
- Java Join Strings with Comma Separator
More Posts:
- Failed to sync Gradle project Error:failed to find target android-23 - Android
- Calculate Area of Trapezoid - C-Program
- How to reset Mac Password using Terminal - MacOS
- Run Scripting Language (JavaScript, Python, Groovy, Ruby) in Java - Java
- Create a large dummy file using Mac OS X terminal command - Mac-OS-X
- How to Install glib on Mac - MacOS
- Change CKEditor Table Properties default width - CKEditor
- Step-by-Step: How to delete a git branch from local as well as remote origin - Git