< prev index next >

src/hotspot/share/classfile/stringTable.hpp

Print this page

        

*** 99,109 **** bool do_rehash(); public: // The string table static StringTable* the_table() { return _the_table; } ! size_t table_size(Thread* thread = NULL); static OopStorage* weak_storage() { return the_table()->_weak_handles; } static void create_table() { assert(_the_table == NULL, "One string table allowed."); --- 99,109 ---- bool do_rehash(); public: // The string table static StringTable* the_table() { return _the_table; } ! size_t table_size(); static OopStorage* weak_storage() { return the_table()->_weak_handles; } static void create_table() { assert(_the_table == NULL, "One string table allowed.");
< prev index next >