diff --git a/src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp b/src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp index 2125224008f..de756c95aff 100644 --- a/src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp +++ b/src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp @@ -102,9 +102,9 @@ public: protected: // Initialize string deduplication. - // QUEUE: String Dedup Queue implementation - // STAT: String Dedup Stat implementation - template + // Q: String Dedup Queue implementation + // S: String Dedup Stat implementation + template static void initialize_impl(); };