< prev index next >
src/share/vm/ci/ciType.hpp
Print this page
*** 38,48 ****
private:
BasicType _basic_type;
ciType(BasicType t); // for primitive and unloaded types
! ciType(KlassHandle k); // for subclasses (reference types)
const char* type_string() { return "ciType"; }
void print_impl(outputStream* st);
--- 38,48 ----
private:
BasicType _basic_type;
ciType(BasicType t); // for primitive and unloaded types
! ciType(Klass* k); // for subclasses (reference types)
const char* type_string() { return "ciType"; }
void print_impl(outputStream* st);
< prev index next >