hotspot/src/share/vm/utilities/hashtable.cpp
changeset 36384 b0b41336a9a8
parent 35498 392b50de06c6
child 38733 2b65f4db449e
--- a/hotspot/src/share/vm/utilities/hashtable.cpp	Tue Mar 01 09:42:19 2016 +0100
+++ b/hotspot/src/share/vm/utilities/hashtable.cpp	Tue Mar 01 23:46:09 2016 +0100
@@ -383,4 +383,9 @@
 template class BasicHashtable<mtSymbol>;
 template class BasicHashtable<mtCode>;
 template class BasicHashtable<mtInternal>;
+#if INCLUDE_TRACE
+template class Hashtable<Symbol*, mtTracing>;
+template class HashtableEntry<Symbol*, mtTracing>;
+template class BasicHashtable<mtTracing>;
+#endif
 template class BasicHashtable<mtCompiler>;