RFR(xxs) 8074543 Missing symbol "objArrayOopDesc::obj_at" when buiding with CPP Interpreter
Stefan Karlsson
stefan.karlsson at oracle.com
Fri Mar 6 13:15:37 UTC 2015
Hi Thomas,
On 2015-03-06 12:15, Thomas Stüfe wrote:
> Hi all,
>
> please review this tiny change to fix a build error when building with the
> CPP interpreter.
>
> webrev:
> http://cr.openjdk.java.net/~stuefe/webrevs/8074543/webrev.01/
#include "oops/objArrayKlass.hpp"
#include "oops/oop.inline.hpp"
+#include "oops/objArrayOop.inline.hpp"
I'm fine with the change if the added line is moved up one line so that
we keep the includes sorted.
Thanks,
StefanK
>
> bug:
> https://bugs.openjdk.java.net/browse/JDK-8074543
>
> bytecodeInterpreter.cpp misses include "objArrayOop.inline.hpp", so the
> inline definition of this function is missing.
>
> Kind Regards, Thomas
More information about the hotspot-runtime-dev
mailing list