On Thu, 14 Oct 2021 22:36:30 GMT, Markus Grönlund <mgron...@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