< prev index next >

src/share/vm/classfile/javaAssertions.cpp

Print this page
rev 12906 : [mq]: gc_interface

*** 29,38 **** --- 29,39 ---- #include "classfile/vmSymbols.hpp" #include "memory/allocation.inline.hpp" #include "memory/oopFactory.hpp" #include "oops/objArrayOop.inline.hpp" #include "oops/oop.inline.hpp" + #include "oops/typeArrayOop.inline.hpp" #include "runtime/handles.inline.hpp" bool JavaAssertions::_userDefault = false; bool JavaAssertions::_sysDefault = false; JavaAssertions::OptionList* JavaAssertions::_classes = 0;
< prev index next >