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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.hpp36 constantPoolHandle _cpool; member in class:JvmtiConstantPoolReconstituter
42 constantPoolHandle cpool() { return _cpool; };
58 _cpool = constantPoolHandle(Thread::current(), ikh->constants());
61 _cpool_size = _cpool->hash_entries_to(_symmap, _classmap);

Completed in 30 milliseconds