RFR: 8290370: Convert SymbolPropertyTable to ResourceHashtable [v3]

Coleen Phillimore coleenp at openjdk.org
Mon Aug 1 21:43:06 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

src/hotspot/share/classfile/systemDictionary.cpp line 2051:

> 2049:   }
> 2050:   // Now grab the lock.  We might have to throw away the new method,
> 2051:   // if a racing thread has managed to install one at the same time.

This comment is now not true and should be removed.  sorry I missed this.

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

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


More information about the hotspot-runtime-dev mailing list