Java Object Layout (JOL) Tool

https://openjdk.org/projects/code-tools/jol. Contribute to openjdk/jol development by creating an account on GitHub. Read more

Similar

Java – Don’t use raw types

I’m re-learning Java, which I have already dealt with in large parts of the 2000s. In addition to pair-programming with my experienced work colleagues, I plan to pick out language features and concepts, and deal with them more intensively. In this article... (more…)

Read more »

Structured Concurrency preview in Java 21

Simplify concurrent programming by introducing an API for structured concurrency. Structured concurrency treats groups of related tasks running in different threads as a single unit of work, thereby streamlining error handling and cancellation, improving ... (more…)

Read more »

Azul Launches Java Cloud Compiler

Azul has launched a cloud-native compiler, improving the time to peak performance for Java applications. By delegating JIT to an external system, applications can reach higher throughput, faster than when JIT is performed locally. (more…)

Read more »

Code Climate for Java

Code Climate provides automated code review for your apps, letting you fix quality and security issues before they hit production. We check every commit, branch and pull request for changes in quality and potential vulnerabilities. If an issue is found, y... (more…)

Read more »