src/share/vm/code/codeBlob.hpp

changeset 2314
f95d63e2154a
parent 2103
3e8fbc61cee8
child 2895
167b70ff3abc
     1.1 --- a/src/share/vm/code/codeBlob.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/code/codeBlob.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,14 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_CODE_CODEBLOB_HPP
     1.8 +#define SHARE_VM_CODE_CODEBLOB_HPP
     1.9 +
    1.10 +#include "asm/codeBuffer.hpp"
    1.11 +#include "compiler/oopMap.hpp"
    1.12 +#include "runtime/frame.hpp"
    1.13 +#include "runtime/handles.hpp"
    1.14 +
    1.15  // CodeBlob - superclass for all entries in the CodeCache.
    1.16  //
    1.17  // Suptypes are:
    1.18 @@ -499,3 +507,5 @@
    1.19    // Typing
    1.20    bool is_safepoint_stub() const                 { return true; }
    1.21  };
    1.22 +
    1.23 +#endif // SHARE_VM_CODE_CODEBLOB_HPP

mercurial