src/share/vm/classfile/symbolTable.hpp

changeset 2700
352622fd140a
parent 2660
924777755fad
child 3427
94ec88ca68e2
     1.1 --- a/src/share/vm/classfile/symbolTable.hpp	Thu Mar 31 02:31:57 2011 -0700
     1.2 +++ b/src/share/vm/classfile/symbolTable.hpp	Thu Mar 31 14:00:41 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2011, 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 @@ -242,8 +242,6 @@
    1.11      _the_table = new StringTable(t, number_of_entries);
    1.12    }
    1.13  
    1.14 -  static int hash_string(jchar* s, int len);
    1.15 -
    1.16    // GC support
    1.17    //   Delete pointers to otherwise-unreachable objects.
    1.18    static void unlink(BoolObjectClosure* cl);

mercurial