On 1/10/2012 4:35 PM, Kurchi Hazra wrote:
Updated webrev with all the above changes incorporated: http://cr.openjdk.java.net/~khazra/7117570/webrev.04/
GarbageCollectorImpl.java L76: nit - needs a space between "for" and "(" SnmpNamedListTableCache.java L215: I assume the unchecked suppressed warning is gone and this annotation can be removed, right? L225: the cast "(List<?>)" isn't needed. SnmpListTableCache.java L107: this cast "(Object)" shouldn't be needed. Mandy