RFR: 8290370: Convert SymbolPropertyTable to ResourceHashtable [v3]

Coleen Phillimore coleenp at openjdk.org
Tue Aug 2 01:27:32 UTC 2022


On Mon, 1 Aug 2022 17:54:58 GMT, Justin Gu <duke at openjdk.org> wrote:

>> Converting the invoke_method_table into two tables, invoke_method_instrinsic_table and invoke_method_type_table
>
> Justin Gu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix whitespaces

The performance impact of calling methods_do() is minimal since there's a quick exit for each method and is only for debug builds, since product mode, the call was gated with -XX:+PrintMethodData.

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

PR: https://git.openjdk.org/jdk/pull/9495


More information about the hotspot-runtime-dev mailing list