src/share/vm/c1/c1_Runtime1.hpp

changeset 2314
f95d63e2154a
parent 2138
d5d065957597
child 2488
e4fee0bdaa85
     1.1 --- a/src/share/vm/c1/c1_Runtime1.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/c1/c1_Runtime1.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_C1_C1_RUNTIME1_HPP
     1.8 +#define SHARE_VM_C1_C1_RUNTIME1_HPP
     1.9 +
    1.10 +#include "c1/c1_FrameMap.hpp"
    1.11 +#include "code/stubs.hpp"
    1.12 +#include "interpreter/interpreter.hpp"
    1.13 +#include "memory/allocation.hpp"
    1.14 +#include "runtime/deoptimization.hpp"
    1.15 +
    1.16  class StubAssembler;
    1.17  
    1.18  // The Runtime1 holds all assembly stubs and VM
    1.19 @@ -174,3 +183,5 @@
    1.20  
    1.21    static void print_statistics()                 PRODUCT_RETURN;
    1.22  };
    1.23 +
    1.24 +#endif // SHARE_VM_C1_C1_RUNTIME1_HPP

mercurial