Quiltflower – Modern Java Decompiler

Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler. – GitHub – QuiltMC/quiltflower: Modern Java decompiler aiming to … Read more

Similar

Faster Java startup for microservices

Our previous two posts have focused on the deployment infrastructure and continuous integration building blocks that we need to both enable our Kubernetes cluster and provide the foundation of our containerised deployments – continuously integrated builds... (more…)

Read more »

Why Java’s TLABs are so important

The JVM’s garbage collectors make use of Thread-Local Allocation Buffers (TLABs) to improve allocation performance. In this article we’re going to understand what TLABs are, how they affect the code generated by the JIT for allocation and what the resulti... (more…)

Read more »