On Wed, 13 May 2026 12:40:05 GMT, David Holmes <[email protected]> wrote:

> We pass `oop` parameters to lots of C++ methods. ??

"Pass" is too strong of the word. 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.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/31151#issuecomment-4441589729

Reply via email to