@@ -34,13 +34,10 @@ // of B, A's representation is a prefix of B's representation. // Global offset instead of address for an oop within a java object. enum class narrowOop : uint32_t { null = 0 }; - // If compressed klass pointers then use narrowKlass. - typedef juint narrowKlass; - typedef void* OopOrNarrowOopStar; #ifndef CHECK_UNHANDLED_OOPS typedef class oopDesc* oop;