comparison src/share/vm/graal/graalCodeInstaller.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 f238fe91dc7f
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_CODE_INSTALLER_HPP
25 #define SHARE_VM_GRAAL_GRAAL_CODE_INSTALLER_HPP
23 26
24 /* 27 /*
25 * This class handles the conversion from a InstalledCode to a CodeBlob or an nmethod. 28 * This class handles the conversion from a InstalledCode to a CodeBlob or an nmethod.
26 */ 29 */
27 class CodeInstaller { 30 class CodeInstaller {
110 113
111 void process_exception_handlers(); 114 void process_exception_handlers();
112 115
113 }; 116 };
114 117
118 #endif // SHARE_VM_GRAAL_GRAAL_CODE_INSTALLER_HPP