RFR: 8348239: SA does not know about DeoptimizeObjectsALotThread [v2]

Chris Plummer cjplummer at openjdk.org
Fri Jan 24 23:26:46 UTC 2025


On Fri, 24 Jan 2025 22:52:19 GMT, Dean Long <dlong at 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.

I don't see how that relates to this change. It sounds more like a general suggestion to overhaul of how vmStructs is implemented.

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

PR Comment: https://git.openjdk.org/jdk/pull/23279#issuecomment-2613584454


More information about the serviceability-dev mailing list