Java Virtual Threads

Author: Java
Published At: 2023-05-04T00:00:00
Length: 30:42

Summary

Description

Concurrent applications, those serving multiple independent application actions simultaneously, are the bread and butter of Java server-side programming. The thread has been Java’s primary unit of concurrency since its inception and is core to the entire Java platform. However, it can no longer efficiently represent a domain unit of concurrency. As a result, Java has seen a proliferation of libraries and frameworks that offer scalability while abandoning the thread as the unit of software concurrency—and, with it, the support of Java’s observability tooling. In this session, learn how Project Loom aims to reinstate the thread as an efficient unit of concurrency by adding a lightweight implementation of threads to the Java platform.

An Oracle DevLive Level Up - Java Developer Day session.

Presented by Sergey Kuksenko, Principal Member of Technical Staff

More info ➱ https://inside.java/tag/loom

More Level Up videos ➱ https://www.youtube.com/playlist?list=PLX8CzqL3ArzX_RZNjtyETshl876jfE2bo

Tags: #Java #OpenJDK #JDK20 #concurrency

Translated At: 2025-07-06T10:31:28Z

Request translate (One translation is about 5 minutes)

Version 3 (stable)

Optimized for a single speaker. Suitable for knowledge sharing or teaching videos.

Recommended Videos