Ian Rogers - 2007-02-12

Logged In: YES
user_id=308843
Originator: NO

This isn't an error so I'm closing the bug. The build system has alerted you to a potential problem with the address layout in the configuration file - MMTk would overlap with libraries linked against the boot image runner (JikesRVM) on your OS. You've fixed the problem but I would suggest an aligned value of 0xA0000000 is better than 0x99999999 (this is > 32bits ?!?). Given your build works the eclipse error should be reported as a new bug if it persists.

Ian