comparison src/share/vm/classfile/symbolTable.hpp @ 8883:b9a918201d47

Merge with hsx25
author Gilles Duboscq <duboscq@ssw.jku.at>
date Sat, 06 Apr 2013 20:04:06 +0200
parents ede380e13960
children 8dbc025ff709
comparison
equal deleted inserted replaced
8660:d47b52b0ff68 8883:b9a918201d47
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);