hotspot/src/share/vm/oops/oopsHierarchy.hpp
changeset 3262 30d1c247fc25
parent 2105 347008ce7984
child 5547 f4b087cbb361
equal deleted inserted replaced
3192:607a56c8880f 3262:30d1c247fc25
    27 // of B, A's representation is a prefix of B's representation.
    27 // of B, A's representation is a prefix of B's representation.
    28 
    28 
    29 typedef juint narrowOop; // Offset instead of address for an oop within a java object
    29 typedef juint narrowOop; // Offset instead of address for an oop within a java object
    30 typedef class klassOopDesc* wideKlassOop; // to keep SA happy and unhandled oop
    30 typedef class klassOopDesc* wideKlassOop; // to keep SA happy and unhandled oop
    31                                           // detector happy.
    31                                           // detector happy.
       
    32 typedef void* OopOrNarrowOopStar;
    32 
    33 
    33 #ifndef CHECK_UNHANDLED_OOPS
    34 #ifndef CHECK_UNHANDLED_OOPS
    34 
    35 
    35 typedef class oopDesc*                            oop;
    36 typedef class oopDesc*                            oop;
    36 typedef class   instanceOopDesc*            instanceOop;
    37 typedef class   instanceOopDesc*            instanceOop;