login
Home / Papers / Compact Java Monitors

Compact Java Monitors

1 Citations•2021•
D. Dice, Alex Kogan
ArXiv

The idea the authors'll describe below, Compact Java Monitors, is intended as a potential replacement implementation for the"synchronized"construct in the HotSpot JVM.

Abstract

For scope and context, the idea we'll describe below, Compact Java Monitors, is intended as a potential replacement implementation for the"synchronized"construct in the HotSpot JVM. The readers is assumed to be familiar with current HotSpot implementation.