--- old/src/share/classes/javax/sql/rowset/serial/SerialStruct.java 2011-11-29 12:28:47.000000000 -0500 +++ new/src/share/classes/javax/sql/rowset/serial/SerialStruct.java 2011-11-29 12:28:47.000000000 -0500 @@ -139,7 +139,7 @@ //set the type name SQLTypeName = in.getSQLTypeName(); - Vector tmp = new Vector(); + Vector tmp = new Vector<>(); in.writeSQL(new SQLOutputImpl(tmp, map)); attribs = tmp.toArray(); @@ -220,7 +220,7 @@ * that defines how the UDT is to be mapped * @throws SerialException if an error occurs */ - private void mapToSerial(Map map) throws SerialException { + private void mapToSerial(Map> map) throws SerialException { try {