Open
Description
Currently, MMTk will always use zeroed memory for allocation. However, OpenJDK internally will do another round of zeroing, which is redundant. We need to either disable OpenJDK internal zeroing or make MMTk not doing zeroing at all.
V8 does not require zeroing. So we may want to disable zeroing for V8 as well.