src/share/vm/ci/ciStreams.hpp

changeset 2314
f95d63e2154a
parent 1957
136b78722a08
child 2462
8012aa3ccede
     1.1 --- a/src/share/vm/ci/ciStreams.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/ci/ciStreams.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,15 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_CI_CISTREAMS_HPP
     1.8 +#define SHARE_VM_CI_CISTREAMS_HPP
     1.9 +
    1.10 +#include "ci/ciClassList.hpp"
    1.11 +#include "ci/ciExceptionHandler.hpp"
    1.12 +#include "ci/ciInstanceKlass.hpp"
    1.13 +#include "ci/ciMethod.hpp"
    1.14 +#include "interpreter/bytecode.hpp"
    1.15 +
    1.16  // ciBytecodeStream
    1.17  //
    1.18  // The class is used to iterate over the bytecodes of a method.
    1.19 @@ -397,3 +406,5 @@
    1.20      return _method->_exception_handlers[_pos];
    1.21    }
    1.22  };
    1.23 +
    1.24 +#endif // SHARE_VM_CI_CISTREAMS_HPP

mercurial