Integrated: 8260630: Templatize literal_size

Kim Barrett kbarrett at openjdk.java.net
Sat Jan 30 09:59:42 UTC 2021


On Fri, 29 Jan 2021 08:44:51 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review a couple of small cleanups in Hashtable support.
> 
> (1) Replace some "default" overloads for literal_size with a template.  This
> makes it easier to add new Hashtable value types whose sizes aren't
> interesting for statistics printout.
> 
> (2) Trivial change to remove no longer used instantiation of Hashtable
> support for oop values.
> 
> Testing:
> mach5 tier1

This pull request has now been integrated.

Changeset: 67a34daf
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/67a34daf
Stats:     14 lines in 1 file changed: 1 ins; 11 del; 2 mod

8260630: Templatize literal_size
8260629: Remove explicit instantiation of Hashtable with oop value

Reviewed-by: pliden, tschatzl, coleenp

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

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


More information about the hotspot-dev mailing list