src/share/vm/gc_implementation/shared/mutableSpace.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/shared/mutableSpace.cpp	Tue Apr 29 16:54:14 2014
--- new/src/share/vm/gc_implementation/shared/mutableSpace.cpp	Tue Apr 29 16:54:13 2014

*** 30,39 **** --- 30,41 ---- #include "oops/oop.inline.hpp" #include "runtime/safepoint.hpp" #include "runtime/thread.hpp" #endif // INCLUDE_ALL_GCS + PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC + MutableSpace::MutableSpace(size_t alignment): ImmutableSpace(), _top(NULL), _alignment(alignment) { assert(MutableSpace::alignment() >= 0 && MutableSpace::alignment() % os::vm_page_size() == 0, "Space should be aligned"); _mangler = new MutableSpaceMangler(this);

src/share/vm/gc_implementation/shared/mutableSpace.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File