Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
471,793 results
The Java Memory Model specifies where variables and objects are stored inside the Java virtual machine, as well as how Java ...
185,005 views
6y ago
31,424 views
4y ago
Java programs use garbage collection, and the JDK offers several collectors with different characteristics. But they also share ...
52,126 views
2w ago
Java, the runtime, is said to like memory. It's a fact well known to those who know it well: subtle differences in code can lead to ...
12,432 views
3mo ago
A Google TechTalk, 9/22/17, presented by Igor Murashkin ABSTRACT: I would like to give an introductory intuitive explanation of ...
21,238 views
8y ago
More about Java conferences: — Spring — JPoint: https://jrg.su/gTrwHx — Fall — Joker: https://jrg.su/h7yvG4 ...
129,728 views
12y ago
This talk is another attempt at explaining the Java Memory Model (JMM). This time we would assume people come to concurrency ...
9,137 views
Notes link: Shared in the Member Community Post (If you are Member of this channel, then pls check the Member community post, ...
330,463 views
2y ago
When we talk about Java, we talk about two things: the JVM (Java Virtual Machine) and the Java bytecode that runs on this ...
65,760 views
The Java Happens Before Guarantee is a set of rules that restrict instruction reordering to make sure that instruction reordering ...
86,100 views
Confused by how memory works in Java? You're not alone! In this eye-opening tutorial, expert Udemy instructor Imtiaz Ahmad ...
2,672 views
5y ago
Let's dive deep into memory leaks and memory inefficiency patterns in Java backend systems. You'll understand the Java Memory ...
11,140 views
11mo ago
Java Memory Model is an interesting area of multi-thread programming. It describes how threads interact through memory and ...
8,834 views
Ever wondered how Java handles memory at the CPU level? Why race conditions happen even with volatile? In this video, we ...
2,326 views
1y ago
Our CTO, Shimi Bandiel, goes into the fine details of the Java Memory Model, and lets you gain valuable tools for any developer ...
1,044 views
Streamed 8y ago
Java Memory Model (JMM) Explained | Java Multithreading Interview Questions & Answers Confused about the Java Memory ...
293 views
2mo ago
Description: In this Part 2 of the Java Memory Model (JMM) series, we dive deep into two crucial concepts every Java developer ...
2,311 views
1,313 views
7y ago
Эта лекция про модель памяти в java. Тема на самом деле безразмерная и я советую посмотреть и другие лекции, что бы ...
9,338 views
Hi guys! Welcome back! Welcome to Java Concurrency: A Beginner's Guide to Thread Creation and Java Memory Model video.
32,995 views
Tomasz Borek Architect at Lumesse Slides are available at http://goo.gl/KFEjWe JavaDay Kiev (http://javaday.org.ua) - ежегодная ...
1,417 views
11y ago
A memory model describes the relationship between variables in a program (instance fields, static fields, and array elements) and ...
334 views
3y ago
Feel Free to reach: Alphaa-Solutions@outlook.com PLEASE DO NOT OPT FOR COPYRIGHT, IF ANY OF YOUR ...
7,078 views
Google Tech Talks March 21, 2007 ABSTRACT This talk describes the Java Memory Model and how it affects the ways concurrent ...
69,141 views
18y ago
All these modifications, combined with the constraints of the Java Memory Model and the limitations of current hardware, created ...
9,876 views
10mo ago
Java Memory Management & Garbage Collector Explained (Stack vs Heap with Real Examples) In this video, we cover everything ...
3,507 views
Join us for JavaOne 2026. Sign up now to get ongoing updates https://go.oracle.com/LP=149517 Memory issues in Java ...
24,208 views
This talk describes how the Go memory model works. It addresses the semantics around accessing shared memory from different ...
1,713 views
In this video, we begin one of the most important and misunderstood topics in Java , Memory Management. If you want to truly ...
20,760 views
4mo ago
Java Memory Model (JMM) specification tries to be very concise yet complete. Because JMM tries to embrace a very large set of ...
25,918 views
René Schwietzke ( @ReneSchwietzke ) presented "Java Memory Model" This topic was presented at the April, 20th 2022 CinJUG ...
152 views
Ever wondered how Java manages memory internally? In this video, we deep-dive into Java Memory Areas inside the JVM, ...
1,024 views
8mo ago
Nagranie 308. spotkania Warsaw Java User Group z 07.11.2023. https://www.meetup.com/warszawa-jug/events/297023830 ...
628 views
Technotrek Mail.ru Group at MIPT. Course: "Java Development." Lecture #14: Memory Model. Lecturer: Dmitry Arkhangelsky. The ...
44,127 views
10y ago
Java Memory Model aur happens-before rules par ek deep-dive conversation — atomicity, visibility, aur ordering se lekar, JVM ...
4 views
1d ago
127,808 views
14y ago
This video covers Understanding JVM Memory, Heap, Garbage Collection and Monitoring the JVM using JVisual VM. Website: ...
163,253 views
The main presentation starts at 6:46. We have our usual Java News and a quick Robocode battle, then Jonathan Fuerth presents ...
5,145 views
java memory optimizing with simple tricks (Please like and subscribe)
1,346 views
Due to compiler and hardware optimizations, modern programming languages (PLs) do not provide sequential consistent memory ...
826 views
TOMASZ BOREK, JACEK JAGIEŁA JMM is often (incorrectly) treated as Java Memory Management, which it's NOT. It's NOT about ...
356 views
This video explains in detail about Java Memory model building blocks.
653 views
Please subscribe to our YouTube channel @ https://www.youtube.com/@DevoxxForever Subscribe to LinkedIn ...
1,770 views
5mo ago
Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...
89 views
If you've been learning from Perfology and finding value in our content on Performance Testing, DevOps, Cloud, and System ...
38,345 views
ABSTRACT: The memory consistency model for a shared address space specifies the value a load can return, affecting ...
2,820 views
Timecodes: 00:00 - Start 00:02 - Operation Reordering 01:52 - Operation Reordering Issues 04:15 - Memory Barriers 06:08 ...
3,183 views
chariotsolutions.com Jamie Allen moderates this panel on the JVM at Philly ETE 2013 featuring Cliff Click, Charlie Hunt, Doug Lea ...
5,005 views
13y ago
Many C and C++ programs use threads interfaces such as pthreads or the win32 threads API, either for program structuring, or to ...
882 views
However, there are still best practice provisos and considerations, particularly in the area of JVM memory management. This talk ...
13,394 views
Java's use of memory, often chided for being excessive, is actually a strength as it trades more memory use for fewer CPU cycles.
11,752 views
_Project Valhalla wants to heal the rift in #Java's type system between classes and primitives by introducing value classes, which ...
102,844 views
In this in-depth presentation, SriSatish Ambati is going to take a deep dive into Concurrency and Garbage Collection. SriSatish ...
28,592 views
15y ago
Notes: Shared in the Member Community Post (If you are Member of this channel, then pls check the Member community post, ...
198,894 views
More about Java conferences: — in the spring — JPoint: https://jrg.su/gTrwHx — in the fall — Joker: https://jrg.su/h7yvG4 ...
85,002 views
Advanced Topics in Programming Languages The Java Memory.
51 views
Rust has memory management built in. Ian Knight takes us through some of its features. Garbage Collection video: ...
277,670 views
This video gives an overview of the Java memory model and a detailed walkthrough of atomic compare-and-swap operations.
827 views
Does JVM option '-Xmx4g' mean that the process will consume up to 4 GB RAM? Certainly not. What else can take virtual memory ...
44,605 views
Memory Efficient Java When developers and Operations are asked what their biggest performance bottleneck is, it's rare that ...
74 views
In this JEP Café episode, we take on the well-known '1 Billion Rows Challenge' and implement it using the standard Memory API ...
28,679 views
... cases they are a too low level abstraction: using them correctly is hard and understanding the Java Memory Model even harder.
4,542 views
This presentation was recorded at GOTO Chicago 2020. #GOTOcon #GOTOchgo http://gotochgo.com Kirk Pepperdine - Kirk ...
4,811 views
This video continues with an overview of Java threads, focusing on how a thread runs, common methods in the Java Thread class, ...
1,183 views
9y ago
Let us peer into the future of Java with the Foreign Function and Memory Interface, the new way to interact with native code.
53 views
We'll begin with a crash course in the Java memory model in order to understand what the error message actually means.
1,469 views
In this in-depth lecture, we take a deep dive into Java Heap Memory, one of the most critical yet misunderstood parts of JVM ...
13,136 views
Have you ever wondered about the meaning of acquire, release, relaxed and sequentially-consistent? These are the "memory ...
26,535 views
In this video I tried to explore one of the popular core Java interview topics - Java virtual machine architecture - this provides you a ...
554,066 views
Welcome back to our comprehensive series on Apache Spark Performance Tuning/Optimisation! In this video, we dive deep into ...
55,041 views
Programming concurrency has turned into a Herculean task. This session's speaker calls the traditional approach the ...
24,941 views
ScalaSyd EP40 - 03. The Java Memory Model and the Mutability Matrix of Pain by Jamie Allen (Sep 2015) Rich Hickey has ...
156 views
The idea is to show how some widely used code statements can have some impact on memory in Java. Some good practices of ...
236 views
Learn how to manually manage memory in the C programming language and build not one, but two garbage collectors from ...
495,642 views
A discussion of Java memory management with reminders about references.
438 views
Authors: John Bender, Jens Palsberg Presented at SPLASH 2019.
213 views
Atomic VarHandles with Paul Sandoz.
1,624 views
Nastel CTO, Albert Mavashev on: - Proactive resource leak detection across multiple JVMs using heuristics - Remotely diagnosing ...
1,566 views
Opening-Keynote at W-JAX 2012 with Kirk Pepperdine and Martijn Verburg: Java and the machine.
591 views
JNI is, to date, the only way to access native libraries from Java code, but JNI's brittle and convoluted programming model makes it ...
10,290 views
JVMLS 2015 - New Bytecodes, New Objects for the JVM - John Rose The JVM Language Summit is an open technical ...
6,865 views
We present a novel framework for defining memory models in terms of two properties: thread-local Instruction Reordering axioms ...
899 views
Google Tech Talks November 21, 2006 ABSTRACT Terracotta DSO acts like network attached memory, sharing critical parts of ...
3,854 views
This video presents an overview of Java synchronization mechanisms, including the volatile keyword, built-in monitor objects, and ...
2,057 views
This video gives an overview of the concepts of concurrency and parallelism in Java, focusing on shared objects, message ...
833 views
"As part of Project Tungsten, we started an ongoing effort to substantially improve the memory and CPU efficiency of Apache ...
4,600 views
In this video, I have explained what is Stack and Heap Memory - Java Memory Management in Java. --Heap vs stack memory ...
114,898 views
Richard joined Intel in 1998 where he has worked on memory management, concurrency, synchronization, and memory model ...
19,595 views
Green Track, 17:35 - 18:25 JavaDay Lviv (http://javaday.org.ua/lviv) - the community-driven conference for Java developers.
724 views
Heap vs Stack - Memory management in java Java !Java memory model tutorials for beginners!Learn all about the Java Memory ...
93 views
JVM at Google with Jeremy Manson.
7,902 views
In this age when parallelism matters, being able to write proper concurrent code is paramount. While Java hides lots of ...
8,435 views
Streamed 11y ago
From Java Code to Java Heap: Understanding the Memory Usage of Your Application: Understanding JVM Memory Model, Java ...
167,214 views
Join us for JavaOne 2026. Sign up now to get ongoing updates https://go.oracle.com/LP=149517 Garbage collection (GC) is a ...
19,358 views
As part of Project Tungsten, we started an ongoing effort to substantially improve the memory and CPU efficiency of Apache ...
14,955 views
Classes and Objects In Java with examples Methods and Constructors in Java Exploring Java Objects What is Stack Memory ...
171 views
JVM Architect John Rose talks about the new trends and projects related to the JVM Many Technical Initiatives on the JVM (10:17) ...
3,993 views
Java, in fact JVM, has a well-deserved fame as a hardware-unfriendly platform, and therefore nobody (except Apache Kafka, ...
853 views
In this video we are going learn about jvm in detail. Content of Video: 00:00 Introduction to video 00:41 How we run java program ...
41,851 views
C1, C2, JIT, Runtime Optimizations. Presentation for Kerala JUG.
393 views