diff -r e6a180c1fbf8 -r fb61ea6af339 hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp --- a/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp Mon Mar 09 01:58:59 2015 +0100 +++ b/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp Mon Mar 09 08:22:34 2015 +0100 @@ -34,6 +34,7 @@ #include "memory/resourceArea.hpp" #include "oops/methodCounters.hpp" #include "oops/objArrayKlass.hpp" +#include "oops/objArrayOop.inline.hpp" #include "oops/oop.inline.hpp" #include "prims/jvmtiExport.hpp" #include "prims/jvmtiThreadState.hpp"