comparison src/share/vm/graal/graalJavaAccess.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 6cb39a47da14
children 87e8baf5447c
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_JAVA_ACCESS_HPP
25 #define SHARE_VM_GRAAL_GRAAL_JAVA_ACCESS_HPP
23 26
24 void graal_compute_offsets(); 27 void graal_compute_offsets();
25 28
26 #include "classfile/systemDictionary.hpp" 29 #include "classfile/systemDictionary.hpp"
27 #include "oops/instanceMirrorKlass.hpp" 30 #include "oops/instanceMirrorKlass.hpp"
292 #undef FLOAT_FIELD 295 #undef FLOAT_FIELD
293 #undef OOP_FIELD 296 #undef OOP_FIELD
294 #undef STATIC_OOP_FIELD 297 #undef STATIC_OOP_FIELD
295 298
296 void compute_offset(int &dest_offset, klassOop klass_oop, const char* name, const char* signature, bool static_field); 299 void compute_offset(int &dest_offset, klassOop klass_oop, const char* name, const char* signature, bool static_field);
300
301 #endif // SHARE_VM_GRAAL_GRAAL_JAVA_ACCESS_HPP