discovered 03 Aug 2026
JavaFuzzer
→ View on GitHubJava Fuzzer is a randomized test generator for Java that focuses on generating small test cases to evaluate and identify issues within the Java Virtual Machine (JVM) compiler and runtime. It enhances coverage of Java syntax features and compares execution results in JIT mode against the interpreter mode to detect crashes and computational inaccuracies. Noteworthy features include the ability to generate a large quantity of tests based on predefined heuristics and the provision of static, verifiable test bundles that can be utilized across various environments without additional dependencies.