src/share/vm/utilities/hashtable.cpp

changeset 5784
190899198332
parent 5144
a5d6f0c3585f
child 6351
f9e35a9dc8c7
     1.1 --- a/src/share/vm/utilities/hashtable.cpp	Wed Sep 25 17:47:51 2013 +0200
     1.2 +++ b/src/share/vm/utilities/hashtable.cpp	Thu Sep 26 10:25:02 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -356,9 +356,9 @@
    1.11  template class Hashtable<Symbol*, mtSymbol>;
    1.12  template class Hashtable<Klass*, mtClass>;
    1.13  template class Hashtable<oop, mtClass>;
    1.14 -#ifdef SOLARIS
    1.15 +#if defined(SOLARIS) || defined(CHECK_UNHANDLED_OOPS)
    1.16  template class Hashtable<oop, mtSymbol>;
    1.17 -#endif
    1.18 +#endif // SOLARIS || CHECK_UNHANDLED_OOPS
    1.19  template class Hashtable<oopDesc*, mtSymbol>;
    1.20  template class Hashtable<Symbol*, mtClass>;
    1.21  template class HashtableEntry<Symbol*, mtSymbol>;

mercurial