src/share/vm/oops/constantPool.hpp

changeset 5753
7c29904fdfa2
parent 5097
92ef81e2f571
child 5756
a7609ec351d6
     1.1 --- a/src/share/vm/oops/constantPool.hpp	Fri Sep 20 09:44:04 2013 -0400
     1.2 +++ b/src/share/vm/oops/constantPool.hpp	Fri Sep 20 18:34:00 2013 -0400
     1.3 @@ -231,7 +231,6 @@
     1.4    static int cache_offset_in_bytes()        { return offset_of(ConstantPool, _cache); }
     1.5    static int pool_holder_offset_in_bytes()  { return offset_of(ConstantPool, _pool_holder); }
     1.6    static int resolved_references_offset_in_bytes() { return offset_of(ConstantPool, _resolved_references); }
     1.7 -  static int reference_map_offset_in_bytes() { return offset_of(ConstantPool, _reference_map); }
     1.8  
     1.9    // Storing constants
    1.10  

mercurial