src/share/classes/com/sun/imageio/stream/StreamCloser.java

Print this page
rev 9230 : imported patch 8033716

@@ -80,11 +80,11 @@
                         }
                     }
                 };
 
                 java.security.AccessController.doPrivileged(
-                    new java.security.PrivilegedAction() {
+                    new java.security.PrivilegedAction<Object>() {
                         public Object run() {
                             /* The thread must be a member of a thread group
                              * which will not get GCed before VM exit.
                              * Make its parent the top-level thread group.
                              */