Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.0
-
Fix Version/s: 3.1.1
-
Component/s: MMTk Harness
-
Labels:None
-
Number of attachments :
Description
The constructors of the selected Plan are called outside of an MMTk thread, meaning that there is no per-thread Log object available. This doesn't affect MMTk as distributed but if you add debugging output in constructors it doesn't work.
r15851. Delay calling MMTk constructors until the run() methods of the respective plans.