On Wed, 13 May 2026 13:40:16 GMT, Aleksey Shipilev <[email protected]> wrote:
> The actual problem is declaring oop in C++ method signature that is called > from Java/stubs. oop is a wrapper, so you need to declare oopDesc*. This is > what we do everywhere else. Interesting limitation that I was not aware of. Not sure how to spot the places where this is necessary. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31151#issuecomment-4445225125
