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

Dean Long dlong at openjdk.org
Fri Jan 24 22:54:51 UTC 2025


On Thu, 23 Jan 2025 22:30:48 GMT, Chris Plummer <cjplummer 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.

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

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


More information about the hotspot-dev mailing list