Hi Sean, Here's an updated webrev for 7008728 which we had discussed earlier.
Basically this webrev includes ONLY changes that use diamond in the initializer of a variable or field declaration, where the inferred type of the diamond is right there in the declaration. I've removed all the use of diamond from assignments, where the declaration (and thus the inferred type) is elsewhere. I've also removed the use of diamond from the problematic cases that we noted, such as within the ternary (?:) operator and within method arguments.
http://cr.openjdk.java.net/~smarks/reviews/7008728/webrev.1/ Thanks! s'marks
