comparison src/share/vm/graal/graalVMToCompiler.hpp @ 5747:120820e30baa

added basic high-level interpreter support to HotSpot
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 03 Jul 2012 16:56:40 +0200
parents 70f715dfbb41
children ac3a4ea144a6
comparison
equal deleted inserted replaced
5746:17d2c3b72762 5747:120820e30baa
18 * 18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23
24 #ifndef SHARE_VM_GRAAL_GRAAL_VM_TO_COMPILER_HPP
25 #define SHARE_VM_GRAAL_GRAAL_VM_TO_COMPILER_HPP
23 26
24 #include "memory/allocation.hpp" 27 #include "memory/allocation.hpp"
25 #include "oops/oop.hpp" 28 #include "oops/oop.hpp"
26 #include "runtime/handles.hpp" 29 #include "runtime/handles.hpp"
27 #include "runtime/thread.hpp" 30 #include "runtime/thread.hpp"
120 tty->print_cr("%s", message); 123 tty->print_cr("%s", message);
121 vm_abort(dump_core); 124 vm_abort(dump_core);
122 } 125 }
123 } 126 }
124 127
128 #endif // SHARE_VM_GRAAL_GRAAL_VM_TO_COMPILER_HPP