SaaSHub helps you find the best software and product alternatives Learn more →
Top 3 Java java-virtual-machine Projects
-
Project mention: Serverless applications on AWS with Lambda using Java 25, API Gateway and Aurora DSQL - Part 6 Using GraalVM Native Image | dev.to | 2026-04-22
The biggest challenge was the fact that Hibernate uses Byte Buddy. Byte Buddy is a code generation and manipulation library for creating and modifying Java classes during the runtime of a Java application, without the help of a compiler. This obviously doesn't work at runtime in the GraalVM native image. Hibernate also ships no-op org.hibernate.bytecode.internal.none.BytecodeProviderImpl, but for many versions, it doesn't allow its configuration from outside. The Byte Buddy implementation was always found in the classpath and broke at runtime. Frameworks like Quarkus and Spring Boot can do this magic with the AOT, but as I don't use them, I was seeking the possibilities of how to solve it. Please, read my discussion in the Hibernate forum.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Java java-virtual-machine discussion
Java java-virtual-machine related posts
-
Serverless applications on AWS with Lambda using Java 25, API Gateway and Aurora DSQL - Part 6 Using GraalVM Native Image
-
I Hacked the JVM to Visualize Algorithms Without Touching the Source Code
-
Byte Buddy is a code generation and manipulation library for Java
-
Ulyp: Recording Java code execution for faster debugging (Part 1)
-
How to disable parrot parser on build.gradle
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Jun 2026
Index
What are some of the best open-source java-virtual-machine projects in Java? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | Byte Buddy | 6,855 |
| 2 | JaCoCo | 4,574 |
| 3 | groovy-eclipse | 681 |