comparison src/share/vm/oops/instanceMirrorKlass.hpp @ 2411:63997f575155

7031614: jmap -permstat fails with java.lang.InternalError in sun.jvm.hotspot.oops.OopField.getValue Reviewed-by: kvn, dcubed
author never
date Wed, 30 Mar 2011 07:47:19 -0700
parents c7f3d0b4570f
children da91efe96a93
comparison
equal deleted inserted replaced
2410:fe1dbd98e18f 2411:63997f575155
34 // instances and need special logic for computing their size and for 34 // instances and need special logic for computing their size and for
35 // iteration of their oops. 35 // iteration of their oops.
36 36
37 37
38 class instanceMirrorKlass: public instanceKlass { 38 class instanceMirrorKlass: public instanceKlass {
39 friend class VMStructs;
40
39 private: 41 private:
40 static int _offset_of_static_fields; 42 static int _offset_of_static_fields;
41 43
42 public: 44 public:
43 // Type testing 45 // Type testing