Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083016 | emb-9 | Stefan Karlsson | P4 | Resolved | Fixed | team |
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.
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.
- backported by
-
JDK-8083016 Missing symbol "objArrayOopDesc::obj_at" when buiding with CPP Interpreter
-
- Resolved
-
- relates to
-
JDK-8074457 Remove the non-Zero CPP Interpreter
-
- Resolved
-