--- old/src/share/classes/com/sun/tools/jdi/EventRequestManagerImpl.java 2014-07-31 10:51:22.000000000 -0700 +++ new/src/share/classes/com/sun/tools/jdi/EventRequestManagerImpl.java 2014-07-31 10:51:22.000000000 -0700 @@ -39,7 +39,7 @@ // Warnings from List filters and List[] requestLists is hard to fix. // Remove SuppressWarning when we fix the warnings from List filters // and List[] requestLists. The generic array is not supported. -@SuppressWarnings("unchecked") +@SuppressWarnings({"unchecked", "rawtypes"}) class EventRequestManagerImpl extends MirrorImpl implements EventRequestManager {