src/share/vm/interpreter/rewriter.hpp

changeset 2314
f95d63e2154a
parent 2015
083fde3b838e
child 2945
d3b9f2be46ab
     1.1 --- a/src/share/vm/interpreter/rewriter.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/interpreter/rewriter.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,13 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_INTERPRETER_REWRITER_HPP
     1.8 +#define SHARE_VM_INTERPRETER_REWRITER_HPP
     1.9 +
    1.10 +#include "memory/allocation.hpp"
    1.11 +#include "runtime/handles.inline.hpp"
    1.12 +#include "utilities/growableArray.hpp"
    1.13 +
    1.14  // The Rewriter adds caches to the constant pool and rewrites bytecode indices
    1.15  // pointing into the constant pool for better interpreter performance.
    1.16  
    1.17 @@ -94,3 +101,5 @@
    1.18      _secondary_entry_tag = nth_bit(30)
    1.19    };
    1.20  };
    1.21 +
    1.22 +#endif // SHARE_VM_INTERPRETER_REWRITER_HPP

mercurial