[foreign-memaccess+abi] RFR: 8275382: foreign-memaccess+abi branch fails to build with error Undefined symbol: “typeArrayOopDesc::long_at(int) const”
Jorn Vernee
jvernee at openjdk.java.net
Mon Oct 18 08:40:09 UTC 2021
On Mon, 18 Oct 2021 05:57:48 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:
> added include directive to nativeEntryPoint.cpp
Thanks for fixing, I can reproduce after doing a clean build as well.
src/hotspot/share/prims/nativeEntryPoint.cpp line 32:
> 30: #include "logging/logStream.hpp"
> 31: #include "memory/resourceArea.hpp"
> 32: #include "oops/typeArrayOop.hpp"
Please also remove the normal include.
Suggestion:
-------------
Marked as reviewed by jvernee (Committer).
PR: https://git.openjdk.java.net/panama-foreign/pull/599
More information about the panama-dev
mailing list