@@ -38,11 +38,11 @@ private: BasicType _basic_type; ciType(BasicType t); // for primitive and unloaded types - ciType(KlassHandle k); // for subclasses (reference types) + ciType(Klass* k); // for subclasses (reference types) const char* type_string() { return "ciType"; } void print_impl(outputStream* st);