equal
deleted
inserted
replaced
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; |