hotspot/src/share/vm/oops/constantPool.cpp
changeset 46961 c9094b1e5f87
parent 46816 f64eb2bfb250
child 47095 9d21da6fe729
--- a/hotspot/src/share/vm/oops/constantPool.cpp	Wed Aug 23 15:47:41 2017 +0200
+++ b/hotspot/src/share/vm/oops/constantPool.cpp	Wed Aug 23 12:00:39 2017 -0400
@@ -134,7 +134,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