summaryrefslogtreecommitdiff
path: root/lang/openjdk7/patches/patch-hotspot_src_share_vm_utilities_hashtable.cpp
blob: 32f31e90540a5eb98756ef7b4f6c857181d66243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-hotspot_src_share_vm_utilities_hashtable.cpp,v 1.1 2014/01/08 13:09:38 jperkin Exp $

Delete obsolete (and now harmful) SunOS code.

--- hotspot/src/share/vm/utilities/hashtable.cpp.orig	2014-01-01 05:50:08.000000000 +0000
+++ hotspot/src/share/vm/utilities/hashtable.cpp
@@ -318,9 +318,6 @@ template class Hashtable<constantPoolOop
 template class Hashtable<Symbol*, mtSymbol>;
 template class Hashtable<klassOop, mtClass>;
 template class Hashtable<oop, mtClass>;
-#ifdef SOLARIS
-template class Hashtable<oop, mtSymbol>;
-#endif
 template class Hashtable<oopDesc*, mtSymbol>;
 template class Hashtable<Symbol*, mtClass>;
 template class HashtableEntry<Symbol*, mtSymbol>;