HI, Request approval for : 7177216 - native2ascii changes file permissions of input file for 6-open
webrev : http://cr.openjdk.java.net/~mbankal/7177216/webrev.00/ This webrev fixes bug# 7177216 (regression reported in jdk6u33.) Native2ascii tool 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.native2ascii.Main. JDK8 and JDK7 integrations : http://hg.openjdk.java.net/jdk8/tl/jdk/rev/819258b5002e http://hg.openjdk.java.net/icedtea/jdk7/jdk/rev/e50c9a5f001c rgds mala