hotspot/src/share/vm/memory/cardTableModRefBS.hpp
changeset 6187 4fa7845f7c14
parent 5547 f4b087cbb361
child 7397 5b173b4ca846
equal deleted inserted replaced
6186:7eef4cda471c 6187:4fa7845f7c14
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2010, 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.
    42   // Some classes get to look at some private stuff.
    42   // Some classes get to look at some private stuff.
    43   friend class BytecodeInterpreter;
    43   friend class BytecodeInterpreter;
    44   friend class VMStructs;
    44   friend class VMStructs;
    45   friend class CardTableRS;
    45   friend class CardTableRS;
    46   friend class CheckForUnmarkedOops; // Needs access to raw card bytes.
    46   friend class CheckForUnmarkedOops; // Needs access to raw card bytes.
       
    47   friend class SharkBuilder;
    47 #ifndef PRODUCT
    48 #ifndef PRODUCT
    48   // For debugging.
    49   // For debugging.
    49   friend class GuaranteeNotModClosure;
    50   friend class GuaranteeNotModClosure;
    50 #endif
    51 #endif
    51  protected:
    52  protected: