JDK-8074543 : Missing symbol "objArrayOopDesc::obj_at" when buiding with CPP Interpreter
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2015-03-06
  • Updated: 2015-06-03
  • Resolved: 2015-03-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b56Fixed
Related Reports
Relates :  
Description
On AIX, when linking the libjvm.so, I get 

ld: 0711-317 ERROR: Undefined symbol: .objArrayOopDesc::obj_at(int) const

But I believe the error is platform independent and just gets hidden (why is not yet clear to me).

Reason is missing include "objArrayOop.inline.hpp" in bytecodeInterpreter.cpp.