src/hotspot/share/code/codeBlob.hpp
changeset 49373 47b5652f2928
parent 47768 3d1d05c9b6cd
child 49655 d6893a76c554
equal deleted inserted replaced
49372:3bb8b00832d0 49373:47b5652f2928
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 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.
    80 //   - code  <-/
    80 //   - code  <-/
    81 
    81 
    82 
    82 
    83 class CodeBlobLayout;
    83 class CodeBlobLayout;
    84 
    84 
    85 class CodeBlob VALUE_OBJ_CLASS_SPEC {
    85 class CodeBlob {
    86   friend class VMStructs;
    86   friend class VMStructs;
    87   friend class JVMCIVMStructs;
    87   friend class JVMCIVMStructs;
    88   friend class CodeCacheDumper;
    88   friend class CodeCacheDumper;
    89 
    89 
    90 protected:
    90 protected: