--- old/src/share/vm/oops/constantPool.cpp 2017-08-14 18:59:26.168604571 -0400 +++ new/src/share/vm/oops/constantPool.cpp 2017-08-14 18:59:25.804065834 -0400 @@ -130,7 +130,7 @@ } objArrayOop ConstantPool::resolved_references() const { - return (objArrayOop)JNIHandles::resolve(_cache->resolved_references()); + return (objArrayOop)_cache->resolved_references(); } // Create resolved_references array and mapping array for original cp indexes