comparison src/share/vm/c1x/c1x_JavaAccess.hpp @ 2663:d7c0775d7e72

added includes to build without precompiled headers
author Christian.Wimmer@Oracle.com
date Wed, 11 May 2011 16:59:18 -0700
parents a384fac3fd34
children d90bf514d647
comparison
equal deleted inserted replaced
2662:440ceca8e3d7 2663:d7c0775d7e72
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 void c1x_compute_offsets(); 24 void c1x_compute_offsets();
25 25
26 #include "classfile/systemDictionary.hpp"
26 #include "oops/instanceMirrorKlass.hpp" 27 #include "oops/instanceMirrorKlass.hpp"
27 28
28 /* This macro defines the structure of the CiTargetMethod - classes. 29 /* This macro defines the structure of the CiTargetMethod - classes.
29 * It will generate classes with accessors similar to javaClasses.hpp, but with specializations for oops, Handles and jni handles. 30 * It will generate classes with accessors similar to javaClasses.hpp, but with specializations for oops, Handles and jni handles.
30 * 31 *