/home/andrew/projects/openjdk/upstream/jdk7/hotspot/src/share/vm/utilities/hashtable.cpp: In instantiation of 'void BasicHashtable<F>::bulk_free_entries(BasicHashtable<F>::BucketUnlinkContext*) [with short unsigned int F = 256u]':
/home/andrew/projects/openjdk/upstream/jdk7/hotspot/src/share/vm/utilities/hashtable.cpp:360:16: required from here
/home/andrew/projects/openjdk/upstream/jdk7/hotspot/src/share/vm/utilities/hashtable.cpp:200:23: error: 'p2i' was not declared in this scope
p2i(context->_removed_head), p2i(context->_removed_tail)));
~~~^~~~~~~~~~~~~~~~~~~~~~~~
This was introduced in backporting 8180048, but not visible in product builds.