hotspot/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.hpp
changeset 30291 54cdc5c1a9cb
parent 22551 9bf46d16dcc6
equal deleted inserted replaced
30288:476c276de939 30291:54cdc5c1a9cb
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSVIRTUALSPACE_HPP
    25 #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSVIRTUALSPACE_HPP
    26 #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSVIRTUALSPACE_HPP
    26 #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSVIRTUALSPACE_HPP
    27 
    27 
    28 #include "runtime/virtualspace.hpp"
    28 #include "memory/virtualspace.hpp"
    29 
    29 
    30 // VirtualSpace for the parallel scavenge collector.
    30 // VirtualSpace for the parallel scavenge collector.
    31 //
    31 //
    32 // VirtualSpace is data structure for committing a previously reserved address
    32 // VirtualSpace is data structure for committing a previously reserved address
    33 // range in smaller chunks.
    33 // range in smaller chunks.