--- old/src/share/classes/javax/sql/rowset/spi/SyncFactory.java 2011-11-29 12:28:48.000000000 -0500 +++ new/src/share/classes/javax/sql/rowset/spi/SyncFactory.java 2011-11-29 12:28:47.000000000 -0500 @@ -257,7 +257,7 @@ * See section 2.0 of the class comment for SyncFactory for an * explanation of how a provider can be added to this registry. */ - private static Hashtable implementations; + private static Hashtable implementations; /** * Internal sync object used to maintain the SPI as a singleton */ @@ -344,7 +344,7 @@ Properties properties = new Properties(); if (implementations == null) { - implementations = new Hashtable(); + implementations = new Hashtable(); try {