Inside Java

Inside Java

@inside-java

Publisher

13

Posts

Posts by Inside Java

Identifying JDK Value Class Candidates

Identifying JDK Value Class Candidates

As long as value classes are a preview feature, they can’t generally be adopted in the JDK libraries (which are not compiled with `--enable-preview`). However, we felt it was important for this JEP to provide users with a “starter kit” of some value classes out of the box, and to ease into any mi...

Inside Java Inside Java · C/C++ ·
0
Simplifying Weak Reference Processing in ZGC

Simplifying Weak Reference Processing in ZGC

What are GC barriers and how do they relate to ahead-of-time compilation? This blog post explores the intersection of HotSpot's GCs and compilers through the lense of implementing GC-agnostic load barriers at the assembly level, and gives key insights on performance and overall takeaways.

Inside Java Inside Java · Backend ·
0