RFR: 8266936: Add a finalization JFR event [v16]

Markus Grönlund mgronlun at openjdk.java.net
Fri Oct 15 09:30:53 UTC 2021


On Thu, 14 Oct 2021 22:36:30 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

>> src/hotspot/share/jfr/support/jfrSymbolTable.hpp line 68:
>> 
>>> 66:   template <typename, typename, template<typename, typename> class, typename, size_t>
>>> 67:   friend class HashTableHost;
>>> 68:   typedef HashTableHost<const Symbol*, traceid, ListEntry, JfrSymbolTable> SymbolTable;
>> 
>> Oh here it is.  Since it's an enclosed type, can you rename it something simpler like Symbols and the other Strings?
>
> Maybe :)

Renamed.

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

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


More information about the hotspot-runtime-dev mailing list