Searched refs:update_pool (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.hpp152 // takes an extra bool argument "update_pool" to decide whether to update the constantPool during klass resolution.
153 static void resolve_field(FieldAccessInfo& result, constantPoolHandle pool, int index, Bytecodes::Code byte, bool check_only, bool update_pool, TRAPS);
H A DlinkResolver.cpp592 void LinkResolver::resolve_field(FieldAccessInfo& result, constantPoolHandle pool, int index, Bytecodes::Code byte, bool check_only, bool update_pool, TRAPS) { argument
601 if (update_pool) {

Completed in 644 milliseconds