Understanding Java Garbage Collection and what you can do about it

Recorded at SpringOne 2GX 2012. Speaker: Gil Tene, Azul Systems Garbage Collection is an integral part of application behavior on Java platforms, yet it is o… Read more

Similar

JEP 338: Java Vector API

Provide an initial iteration of an incubator module, jdk.incubator.vector, to express vector computations that reliably compile at runtime to optimal vector hardware instructions on supported CPU architectures and thus achieve superior performance to equi... (more…)

Read more »

FOMO: Java Module Edition

tl;dr version: Skip the FOMO on the Java module system. If Oracle makes a push to enhance it or otherwise invest in the system, it might make sense to revisit. Until then, enjoy the tiny JVMs produced by jlink and don’t worry about the rest. (more…)

Read more »