mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-12 17:03:14 +00:00
8205091: AIX: build errors in hotspot after 8203641: Refactor String Deduplication into shared
Reviewed-by: simonis, stuefe, dholmes
This commit is contained in:
parent
7f9bbfa767
commit
effacccf36
@ -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();
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user