RFR: 8267089: Use typedef KVHashtable for ID2KlassTable

Yi Yang yyang at openjdk.java.net
Mon May 17 06:00:34 UTC 2021


On Mon, 17 May 2021 05:43:16 GMT, Xin Liu <xliu at openjdk.org> wrote:

> I think you patch looks good. in particular, you tuck away ID2KlassTable in . That increases encapsulation.
> 
> I mean you can change the return type of `table()` to 'ID2KlassTable*[whitespace]'.
> In hotspot cod style, pointer '*' is close to its type.

Good catch! Changed.

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

PR: https://git.openjdk.java.net/jdk/pull/4007


More information about the hotspot-runtime-dev mailing list