A library for creating and parsing Paseto in Java. Contribute to paseto-toolkit/jpaseto development by creating an account on GitHub. (more…)
Read more »
A Java app is not an obvious choice for a streaming media server, but for us it was the logical choice. With our distributed architecture, we expect roughly constant scaling at the app level and each individual app would only need to support a small numbe... (more…)
Read more »
Java virtual machines (JVM) use built-in garbage collection (GC) technology to automatically manage memory usage within the Java heap. When an allocation failure occurs, a GC cycle is triggered to reclaim memory from objects that are no longer referenced.... (more…)
Read more »
RefDiff - A tool to compare different versions of Java source code to find refactoring changes between them... (more…)
Read more »
The previous
post
introduced the Ideal Graph
Visualizer
(IGV), a tool to visualize the inner workings of
OpenJDK’s main just-in-time compiler. This post
focuses on a new IGV feature, to be released in OpenJDK 19, to make it easier
for compiler experts to ... (more…)
Read more »