Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 455 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 455 Bytes

JMH Benchmark for Disabled Biased Locking in Java 15

A JMH Benchmark that shows the effects of disabling biased locking on Vector operations in Java 15.

This repository is referenced from the following HappyCoders article on new features in Java 15: