review request for 7008728, update 1: diamond conversion of basic security, permissions, authentication

Stuart Marks stuart.marks at oracle.com
Fri Jan 7 00:16:04 UTC 2011


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



More information about the security-dev mailing list