jdk-hs Udiff src/hotspot/share/oops/arrayKlass.cpp (original) (raw)

< prev index next >

Print this page

rev 49211 : 8199472: Fix non-PCH build after JDK-8199319


@@ -35,10 +35,11 @@ #include "oops/arrayKlass.hpp" #include "oops/arrayOop.hpp" #include "oops/instanceKlass.hpp" #include "oops/objArrayOop.hpp" #include "oops/oop.inline.hpp" +#include "runtime/handles.inline.hpp"

int ArrayKlass::static_size(int header_size) { // size of an array klass object assert(header_size <= InstanceKlass::header_size(), "bad header size"); // If this assert fails, see comments in base_create_array_klass.

< prev index next >