--- old/src/share/classes/javax/sql/rowset/serial/SQLInputImpl.java 2011-11-29 12:28:44.000000000 -0500 +++ new/src/share/classes/javax/sql/rowset/serial/SQLInputImpl.java 2011-11-29 12:28:43.000000000 -0500 @@ -91,7 +91,7 @@ * SQLData (the Java class that defines how the UDT * will be mapped). */ - private Map map; + private Map> map; /**