diff src/share/vm/oops/constantPool.hpp @ 12285:7c29904fdfa2

8014956: nashorn/api/javaaccess/MethodAccessTest.java test fails on sparc-solaris 64 Summary: reference_map[] array had uninitialized junk that was causing a bogus bootstrap method to be found. Reviewed-by: hseigel, dcubed, sspitsyn
author coleenp
date Fri, 20 Sep 2013 18:34:00 -0400
parents 92ef81e2f571
children a7609ec351d6
line wrap: on
line diff
--- a/src/share/vm/oops/constantPool.hpp	Fri Sep 20 09:44:04 2013 -0400
+++ b/src/share/vm/oops/constantPool.hpp	Fri Sep 20 18:34:00 2013 -0400
@@ -231,7 +231,6 @@
   static int cache_offset_in_bytes()        { return offset_of(ConstantPool, _cache); }
   static int pool_holder_offset_in_bytes()  { return offset_of(ConstantPool, _pool_holder); }
   static int resolved_references_offset_in_bytes() { return offset_of(ConstantPool, _resolved_references); }
-  static int reference_map_offset_in_bytes() { return offset_of(ConstantPool, _reference_map); }
 
   // Storing constants