classloaders
There are 4 repositories under classloaders topic.
burningwave/core
An advanced and highly optimized Java library to build frameworks: it's useful for scanning class paths, generating classes at runtime, facilitating the use of reflection, scanning the filesystem, executing stringified source code and much more...
birbe/jvm-old
Pure Rust implementation of the JVM 7 specification
kotalr/b2b-jcl
Dynamic java classloader (in-memory and JDBC classloader). Load class code from DB, load class code into MEM cache from jar files, directories with jar files, class file, java file.
temikfart/java-classloading
Here are examples of loading classes and modules using custom class loaders in Java 8 and Java 9+.