[7u-dev] request for approval: 8065552: setAccessible(true) on fields of Class may throw a SecurityException

2014-12-18 Thread cheleswer sahu
Hi! May I please have approval to backport this fix from JDK8 to JDK7. I have built the JDK7 and tested already. JDK8 fix applies cleanly to JDK7 source. As I do not have account for OpenJDK, David Buck will push the fix into jdk7u/jdk7u-dev/jdk. BUGURL: https://bugs.openjdk.java.net/browse/

Re: [7u-dev] request for approval: 8065552: setAccessible(true) on fields of Class may throw a SecurityException

2014-12-18 Thread Seán Coffey
Approved. regards, Sean. On 18/12/2014 09:28, cheleswer sahu wrote: Hi! May I please have approval to backport this fix from JDK8 to JDK7. I have built the JDK7 and tested already. JDK8 fix applies cleanly to JDK7 source. As I do not have account for OpenJDK, David Buck will push the fix in

hg: jdk7u/jdk7u-dev/jdk: 8065552: setAccessible(true) on fields of Class may throw a SecurityException

2014-12-18 Thread david . buck
Changeset: 54acd5cd0485 Author:dfuchs Date: 2014-12-01 21:02 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/54acd5cd0485 8065552: setAccessible(true) on fields of Class may throw a SecurityException Summary: This fix hides the new private Class.classLoader field from

[jdk7u-dev] Request for approval: 8029775: Improve Solaris OS support

2014-12-18 Thread Paul Nauman
Would like to push this trivial backport. Builds and tests OK. Bug: 8029775 (Confidential) - clean up audit warnings in solaris specific code. JDK8 Changeset: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/7d28f4e15b61 Reviewed by: gerald.thornbr...@oracle.com - Paul