< prev index next >

src/share/vm/jvmci/jvmciCodeInstaller.cpp

Print this page
rev 12906 : [mq]: gc_interface

@@ -34,10 +34,11 @@
 #include "jvmci/jvmciJavaClasses.hpp"
 #include "jvmci/jvmciCompilerToVM.hpp"
 #include "jvmci/jvmciRuntime.hpp"
 #include "oops/oop.inline.hpp"
 #include "oops/objArrayOop.inline.hpp"
+#include "oops/typeArrayOop.inline.hpp"
 #include "runtime/javaCalls.hpp"
 
 // frequently used constants
 // Allocate them with new so they are never destroyed (otherwise, a
 // forced exit could destroy these objects while they are still in

@@ -1279,6 +1280,5 @@
         JVMCI_ERROR("invalid mark id: %d", id);
         break;
     }
   }
 }
-
< prev index next >