RFR(xxs) 8074543 Missing symbol "objArrayOopDesc::obj_at" when buiding with CPP Interpreter
Coleen Phillimore
coleen.phillimore at oracle.com
Mon Mar 9 15:40:28 UTC 2015
Thomas, Did you build the Zero or the CPP interpreter? See:
https://bugs.openjdk.java.net/browse/JDK-8074457
Thanks,
Coleen
On 3/6/15, 6:15 AM, 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/
>
> 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