
| Key: |
RVM-501
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
David Grove
|
| Reporter: |
Ian Rogers
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
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. |
Show » |
|