< prev index next >

src/hotspot/share/gc/shared/memAllocator.hpp

Print this page
*** 30,11 ***
  #include "runtime/javaThread.hpp"
  #include "utilities/exceptions.hpp"
  #include "utilities/globalDefinitions.hpp"
  #include "utilities/macros.hpp"
  
! // These fascilities are used for allocating, and initializing newly allocated objects.
  
  class MemAllocator: StackObj {
  protected:
    class Allocation;
  
--- 30,11 ---
  #include "runtime/javaThread.hpp"
  #include "utilities/exceptions.hpp"
  #include "utilities/globalDefinitions.hpp"
  #include "utilities/macros.hpp"
  
! // These facilities are used for allocating, and initializing newly allocated objects.
  
  class MemAllocator: StackObj {
  protected:
    class Allocation;
  
< prev index next >