Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
VM.BuildWithAllClasses is used in a single place in VM and is guarding the use of a class initializer that appears not necessary to run (perhaps its need for an IBM VM bootstrap). In any case we should either always run that class initializer or never. And BuildWithAllClasses appears a redundant field.
fix committed in r14235.