Cross Run Considerations in JVM Features
Offered By: Java via YouTube
Course Description
Overview
Explore cross-run considerations in JVMs with Gil Tene in this 29-minute Java conference talk. Delve into the desire for repeatability across multiple runs of information traditionally confined to a single instance. Examine features like Class Data sharing, Profile sharing, externalized JIT'ing, Compiled code stashing, and AOT, focusing on their sensitivity to run-to-run variations. Analyze specific examples of relevant behavior in HotSpot-based JVMs, including reflection, lambda expressions, class loaders, and runtime code generation patterns. Discuss solutions to encountered issues and their impact on key metrics. Cover topics such as introduction, examples, speed motivation, problem identification, class loaders (known and unknown), naming conventions, class names, reflection, lambda expressions, XML transform, practical examples, profiles, class IDs, and correctness.
Syllabus
Introduction
Examples
Speed
Motivation
Problem
Class Loaders
Known Loaders
Unknown Loaders
Naming
Class Names
Reflection
Lambda Expressions
XML Transform
Practical Example
Profiles
Class IDs
Correctness
Taught by
Java
Related Courses
Python Functions, Files, and DictionariesUniversity of Michigan via Coursera Complete Modern C++ (C++11/14/17)
Udemy Java Programming Masterclass: Learn Java From Scratch
Udemy Lambda with Functional Programming in Java8
Udemy C# Advanced Topics: Prepare for Technical Interviews
Udemy