--- old/src/share/vm/prims/whitebox.cpp 2014-04-22 14:09:28.000000000 -0500 +++ new/src/share/vm/prims/whitebox.cpp 2014-04-22 14:09:28.000000000 -0500 @@ -586,7 +586,7 @@ InstanceKlass* ik = InstanceKlass::cast(arg_klass); //Create symbols to look for in the class - TempNewSymbol name_symbol = SymbolTable::lookup(field_name, (int) strlen(field_name), + TempNewSymbol name_symbol = SymbolTable::lookup_and_add(field_name, (int) strlen(field_name), THREAD); //To be filled in with an offset of the field we're looking for