src/share/vm/classfile/symbolTable.hpp

changeset 4850
ede380e13960
parent 4277
e4f764ddb06a
child 5196
8dbc025ff709
equal deleted inserted replaced
4849:e458120c6e1a 4850:ede380e13960
285 // Internal test. 285 // Internal test.
286 static void test_alt_hash() PRODUCT_RETURN; 286 static void test_alt_hash() PRODUCT_RETURN;
287 287
288 // Probing 288 // Probing
289 static oop lookup(Symbol* symbol); 289 static oop lookup(Symbol* symbol);
290 static oop lookup(jchar* chars, int length);
290 291
291 // Interning 292 // Interning
292 static oop intern(Symbol* symbol, TRAPS); 293 static oop intern(Symbol* symbol, TRAPS);
293 static oop intern(oop string, TRAPS); 294 static oop intern(oop string, TRAPS);
294 static oop intern(const char *utf8_string, TRAPS); 295 static oop intern(const char *utf8_string, TRAPS);

mercurial