--- old/src/share/classes/com/sun/rowset/internal/CachedRowSetReader.java 2011-11-29 12:28:38.000000000 -0500 +++ new/src/share/classes/com/sun/rowset/internal/CachedRowSetReader.java 2011-11-29 12:28:38.000000000 -0500 @@ -363,6 +363,7 @@ * the given parameters are to be set * @throws SQLException if an access error occurs */ + @SuppressWarnings("deprecation") private void decodeParams(Object[] params, PreparedStatement pstmt) throws SQLException { // There is a corresponding decodeParams in JdbcRowSetImpl