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

Markus Grönlund mgronlun at openjdk.java.net
Thu Oct 14 22:39:50 UTC 2021


On Thu, 14 Oct 2021 21:46:36 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Markus Grönlund has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR.
>
> 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 :)

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

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


More information about the hotspot-runtime-dev mailing list