8074543: Missing symbol "objArrayOopDesc::obj_at" when buiding with CPP Interpreter
authorstefank
Mon, 09 Mar 2015 08:22:34 +0100
changeset 29468 fb61ea6af339
parent 29467 e6a180c1fbf8
child 29469 2213171cca5b
child 29470 e34bbcd36e53
8074543: Missing symbol "objArrayOopDesc::obj_at" when buiding with CPP Interpreter Reviewed-by: stefank Contributed-by: thomas.stuefe@gmail.com
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"