8205091: AIX: build errors in hotspot after 8203641: Refactor String Deduplication into shared
Reviewed-by: simonis, stuefe, dholmes
--- 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();
};