# HG changeset patch # User stefank # Date 1425885754 -3600 # Node ID fb61ea6af33947bfa5d0c8dab80b42ab77c6e096 # Parent e6a180c1fbf8ae29ef34230770af676061abccb4 8074543: Missing symbol "objArrayOopDesc::obj_at" when buiding with CPP Interpreter Reviewed-by: stefank Contributed-by: thomas.stuefe@gmail.com 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"