diff src/share/vm/classfile/symbolTable.hpp @ 2418:352622fd140a

7032129: Native memory usage grow unexpectedly for vm/oom/*InternedString tests Reviewed-by: kvn, kamg, jcoomes
author never
date Thu, 31 Mar 2011 14:00:41 -0700
parents 924777755fad
children 94ec88ca68e2
line wrap: on
line diff
--- a/src/share/vm/classfile/symbolTable.hpp	Thu Mar 31 02:31:57 2011 -0700
+++ b/src/share/vm/classfile/symbolTable.hpp	Thu Mar 31 14:00:41 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -242,8 +242,6 @@
     _the_table = new StringTable(t, number_of_entries);
   }
 
-  static int hash_string(jchar* s, int len);
-
   // GC support
   //   Delete pointers to otherwise-unreachable objects.
   static void unlink(BoolObjectClosure* cl);