Openjdk

MaTSa: Race Detection in Java

Parallel programs are prone to data races, which are concurrency bugs that are difficult to track and reproduce. Various attempts have been made to create or incorporate tools that …

Alexandros emmanouil antonakakis

Getting started with OpenJDK development

Introduction The aim of this tutorial is to help you setup your working environment for editing, building, and testing OpenJDK. Prerequisites This tutorial assumes that you will …