src/share/vm/classfile/symbolTable.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/symbolTable.hpp	Thu Mar 31 10:59:15 2011
--- new/src/share/vm/classfile/symbolTable.hpp	Thu Mar 31 10:59:14 2011

*** 1,7 **** --- 1,7 ---- /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 240,251 **** --- 240,249 ---- assert((size_t)length == StringTableSize * sizeof(HashtableBucket), "bad shared string size."); _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); // Invoke "f->do_oop" on the locations of all oops in the table.

src/share/vm/classfile/symbolTable.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File