On Thu, 23 Jan 2025 22:30:48 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> > Overall the changes seem fine, however it would be nice if the > > vmStructs.cpp registration mechanism was modular and extensible, instead of > > monolithic. That would make it easier to register private types, or even > > types outside of libjvm. > > I'm not too sure what you are suggesting here. For example, instead of a single table, allow multiple tables. They could be registered with with an API similar to JNI RegisterNatives. ------------- PR Comment: https://git.openjdk.org/jdk/pull/23279#issuecomment-2613547838