< prev index next >

src/share/vm/jvmci/jvmciCodeInstaller.cpp

Print this page
rev 12906 : [mq]: gc_interface

*** 34,43 **** --- 34,44 ---- #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,1284 **** JVMCI_ERROR("invalid mark id: %d", id); break; } } } - --- 1280,1284 ----
< prev index next >