News

The OpenJDK finalises numerous JDK Enhancement Proposals, including for immutable values, flexible constructors and slim Java ...
Java 25 was released today as the latest LTS version of the language, meaning it will be supported by Oracle for at least ...
I'm gonna implement a crash log collection feature for Java processes using the -XX:OnError JVM parameter in our distro. This feature allows automatic execution of a ...
Most "forbidden reference" error ranges highlight just the method/constructor name. However in this case, where disallowed.pkg.Forbidden is a forbidden type, the error marker for the invocation of the ...