Relates :
|
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.