Code Review Request: 7117570: Warnings in sun.mangement.* and its subpackages

Mandy Chung mandy.chung at oracle.com
Tue Jan 10 18:04:47 PST 2012


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



More information about the serviceability-dev mailing list