DynamicJava: Removed wildcard bound check that was happening before types were resolved (the check is handled later by ensureWellFormed()); prevented infinite looping when checking well-formedness of variable bounds; fixed userRepresentation() printing of ParameterizedClassTypes for static inner classes.