8205091: AIX: build errors in hotspot after 8203641: Refactor String Deduplication into shared
authormbaesken
Mon, 18 Jun 2018 14:36:50 +0200
changeset 50607 af94bdd511cd
parent 50606 8f1d5d706bdd
child 50608 1609a43e77ae
8205091: AIX: build errors in hotspot after 8203641: Refactor String Deduplication into shared Reviewed-by: simonis, stuefe, dholmes
src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp
--- a/src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp	Mon Jun 18 12:11:59 2018 +0200
+++ b/src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp	Mon Jun 18 14:36:50 2018 +0200
@@ -102,9 +102,9 @@
 
 protected:
   // Initialize string deduplication.
-  // QUEUE: String Dedup Queue implementation
-  // STAT:  String Dedup Stat implementation
-  template <typename QUEUE, typename STAT>
+  // Q: String Dedup Queue implementation
+  // S: String Dedup Stat implementation
+  template <typename Q, typename S>
   static void initialize_impl();
 };