Option to automatically preload added directories of classes #1
Labels
enhancement
An improvement to existing functionality
minor
Has only a small impact for the majority of users
performance
Relates to the efficiency or speed of an operation
When a directory of classfiles is added to the classpath, we could append them to a preload queue, however, as soon as the instruction to start the JVM is received, we should skip the queue and invoke the main method.
The text was updated successfully, but these errors were encountered: