-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
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)
- links to
-
Commit(master)
openjdk/jdk/d53e405a
-
Review(master)
openjdk/jdk/20911