About 9,790 results
Open links in new tab
  1. How to monitor memory with Java 10’s improved GC interface

    May 2, 2025 · Java 10 introduced enhancements to the Garbage Collection (GC) interface through the JEP 304: GC Interface, which abstracts garbage-collection implementations to improve integration …

  2. JEP 0: JEP Index - OpenJDK

    Aug 24, 2011 · This JEP is the index of all JDK Enhancement Proposals, known as JEPs. See JEP 1 for an overview of the JEP Process.

  3. JDK 10 Release Notes - Oracle

    The Java SE 10 Editions contain all corrections and clarifications made since the Java SE 9 Editions, as well as additions for new features. The descriptions on this Release Note page might also identify …

  4. OpenJDK Project JEPs

    5 days ago · This project will prototype a number of extensions to the JVM, so that it can run non-Java languages efficiently, with a performance level comparable to that of Java itself.

  5. Java 10 - The Story So Far - InfoQ

    Nov 21, 2017 · With the short timescale and accordingly small scope, Java 10's changes will be arriving as JEPs and can be tracked via their JEP number.

  6. Java 10 improvements to Garbage Collection explained in 5 minutes

    Jun 28, 2024 · There are 2 important JEP’s covering these changes: Introducing an interface for garbage collectors will improve the modularity of the HotSpot JVM, making it much easier and …

  7. GitHub - ibrahimatay/Java-Features: Java examples for tracking JEPs ...

    This repository contains Java examples that are designed to track and document the progress of Java Enhancement Proposals (JEPs), Java Specification Requests (JSRs), and Java Language Revisions …

  8. JDK Enhancement Proposal - Wikipedia

    The JDK Enhancement Proposal (or JEP) is a process drafted by Oracle Corporation for collecting proposals for enhancements to the Java Development Kit and OpenJDK.

  9. Java 10 Features and Enhancements - HowToDoInJava

    Jan 25, 2022 · Starting from Java 10, Oracle has adapted time based version-string scheme. The new format of the version number is: Unlike the old releases, the new time-based releases will not be …

  10. Stream count () method in Java with examples - GeeksforGeeks

    Dec 26, 2025 · Stream.count () method returns the number of elements in a stream. It is a terminal operation and a special case of reduction, which combines a sequence of elements into a single …