src/share/vm/gc_implementation/shared/mutableSpace.hpp

changeset 25
873fd82b133d
parent 1
2d8a650513c2
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/gc_implementation/shared/mutableSpace.hpp	Wed Jun 22 14:26:49 2016 +0800
     1.2 +++ b/src/share/vm/gc_implementation/shared/mutableSpace.hpp	Fri Jun 24 17:12:13 2016 +0800
     1.3 @@ -22,12 +22,6 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -/*
     1.8 - * This file has been modified by Loongson Technology in 2015. These
     1.9 - * modifications are Copyright (c) 2015 Loongson Technology, and are made
    1.10 - * available on the same license terms set forth above.
    1.11 - */
    1.12 -
    1.13  #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_MUTABLESPACE_HPP
    1.14  #define SHARE_VM_GC_IMPLEMENTATION_SHARED_MUTABLESPACE_HPP
    1.15  
    1.16 @@ -136,10 +130,6 @@
    1.17    // Allocation (return NULL if full)
    1.18    virtual HeapWord* allocate(size_t word_size);
    1.19    virtual HeapWord* cas_allocate(size_t word_size);
    1.20 -
    1.21 -  // Allocation for Old NUMA (return NULL if full)
    1.22 -  virtual HeapWord* cas_allocate_oldnuma(size_t word_size, int node);
    1.23 -
    1.24    // Optional deallocation. Used in NUMA-allocator.
    1.25    bool cas_deallocate(HeapWord *obj, size_t size);
    1.26  

mercurial