src/hotspot/share/gc/g1/g1RegionToSpaceMapper.hpp
changeset 49392 2956d0ece7a9
parent 47216 71c04702a3d5
child 53116 bb03098c4dde
equal deleted inserted replaced
49391:02076019c25d 49392:2956d0ece7a9
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2018, 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.
    29 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
    30 #include "utilities/debug.hpp"
    30 #include "utilities/debug.hpp"
    31 
    31 
    32 class WorkGang;
    32 class WorkGang;
    33 
    33 
    34 class G1MappingChangedListener VALUE_OBJ_CLASS_SPEC {
    34 class G1MappingChangedListener {
    35  public:
    35  public:
    36   // Fired after commit of the memory, i.e. the memory this listener is registered
    36   // Fired after commit of the memory, i.e. the memory this listener is registered
    37   // for can be accessed.
    37   // for can be accessed.
    38   // Zero_filled indicates that the memory can be considered as filled with zero bytes
    38   // Zero_filled indicates that the memory can be considered as filled with zero bytes
    39   // when called.
    39   // when called.