HI, Request approval for : 7175845 - "jar uf" changes file permissions unexpectedly for 6-open
webrev : http://cr.openjdk.java.net/~mbankal/7175845/webrev.00/ This webrev fixes bug# 7175845 (regression reported in jdk6u33.) Jar command changes permission of file. Caused due to 7143606. sun.misc.IOUtils.createTempFile creates the temporary file with more restrictions which is causing this issue. Fix is to revert changes in sun.tools.jar.Main. JDK8 and JDK7 integrations : http://hg.openjdk.java.net/jdk8/tl/jdk/rev/819258b5002e http://hg.openjdk.java.net/icedtea/jdk7/jdk/rev/c735836c2355 rgds mala