8205091: AIX: build errors in hotspot after 8203641: Refactor String Deduplication into shared

Reviewed-by: simonis, stuefe, dholmes
This commit is contained in:
Matthias Baesken 2018-06-18 14:36:50 +02:00
parent 7f9bbfa767
commit effacccf36

View File

@ -102,9 +102,9 @@ public:
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();
};