For full text search please use the '?' prefix. e.g. ? Onboarding

JVM

Internals

Bytecode Instructions Bytecode Specification

JVM & Concurrency

Cheatsheet: Concurrency & Parallel Programming

dennyzhang/cheatsheet.dennyzhang.com

null

Refs

Chapter 12. Execution

Chapter 2. The Structure of the Java Virtual Machine

https://www.youtube.com/watch?v=R6pl91IRVaI

Resources

For testing

Load / Soak Tests

General info and example

GitHub - Jacke/100-Java-Concurrency-questions: An attempt to answer to the questions from the famous blogpost (in Russian)

GitHub - code-review-checklists/java-concurrency: Checklist for code reviews

GitHub - callicoder/java-concurrency-examples: Java Concurrency/Multithreading Tutorial with Examples for Dummies

GitHub - Apress/java-threads-concurrency-utilities: Source code for 'Java Threads and the Concurrency Utilities' by JEFF FRIESEN

GitHub - LeonardoZ/java-concurrency-patterns: Concurrency Patterns and features found in Java, through multithreaded programming. Threads, Locks, Atomics and more.

Java Threads 2nd edition: ATM locking example does not synchronize. WHY?

research!rsc: Memory Models

Актуальна ли книга "Java Concurrency in Practice" во времена Java 8 и 11?

Java Concurrent Collections Cheat Sheet

https://sites.cs.ucsb.edu/~cappello/190B/resources/rc061-010d-java_concurrency_0.pdf

Core Java Concurrency - DZone Refcardz

Java Performance Optimization - DZone Refcardz


Children
  1. Java
  2. Scala
  3. Streams
Internals
JVM & Concurrency
Refs
Resources