OpenLDK is a Just-In-Time (JIT) compiler and runtime environment for Java, implemented entirely in Common Lisp. It bridges the gap between Java and Common Lisp by incrementally translating Java ...
A comprehensive static analysis tool for Java bytecode that identifies dead methods, unused fields, and unreachable code blocks. The analyzer works directly on compiled .class files and JAR archives, ...