JDK 24 |
---|
24 b15Fixed |
The way the ClassFileImpl is written today we'll eagerly load all possible Option classes up front. By refactoring - have ClassFileImpl store Option instances and default to null values - we can make this lazily loaded (only load, say, DeadCodeOption if a user provides it)
|