Re: [PATCH FOR REVIEW] 8009996: tests javax/management/mxbean/MiscTest.java and javax/management/mxbean/StandardMBeanOverrideTest.java fail

2013-08-21 Thread Omair Majid
On 08/21/2013 04:29 PM, Andrew Hughes wrote: > This patch is necessary to fix a TCK regression which occurs as the result of > the June 2013 security fixes. > > http://cr.openjdk.java.net/~andrew/openjdk6/8009996/ > > Ok to push? > I am not terribly familiar with the code, but I see that the sa

[PATCH FOR REVIEW] 8009996: tests javax/management/mxbean/MiscTest.java and javax/management/mxbean/StandardMBeanOverrideTest.java fail

2013-08-21 Thread Andrew Hughes
This patch is necessary to fix a TCK regression which occurs as the result of the June 2013 security fixes. http://cr.openjdk.java.net/~andrew/openjdk6/8009996/ Ok to push? -- Andrew :) Free Java Software Engineer Red Hat, Inc. (http://www.redhat.com) PGP Key: 248BDC07 (https://keys.indymedia.

hg: jdk6/jdk6/jdk: OPENJDK6-13: Font configuration problem on RHEL6 systems

2013-08-21 Thread ptisnovs
Changeset: 60ee5d118868 Author:ptisnovs Date: 2013-08-21 18:44 +0200 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/60ee5d118868 OPENJDK6-13: Font configuration problem on RHEL6 systems Summary: Added font property file specific to RHEL 6, fixed code to load this file during sta

hg: jdk6/jdk6/jaxp: OPENJDK6-12: Xalan/xerxes classes don't have access to its own internal packages

2013-08-21 Thread ptisnovs
Changeset: d23a262afc5d Author:ptisnovs Date: 2013-08-21 18:32 +0200 URL: http://hg.openjdk.java.net/jdk6/jdk6/jaxp/rev/d23a262afc5d OPENJDK6-12: Xalan/xerxes classes don't have access to its own internal packages Summary: Added an exception rule for Xalan and Xerxes classes in secu

Re: [PATCH FOR REVIEW] Fix for font configuration handling on RHEL6 systems

2013-08-21 Thread Andrew Hughes
- Original Message - > Hi, > > following patches need to be used to fix font configuration > handling on RHEL6 systems (all versions): > > http://cr.openjdk.java.net/~ptisnovs/RHEL6_fontconfig/ > > This change does not affect any other systems. > > Could anybody please review this cha

Re: [PATCH FOR REVIEW] fix to give xalan/xerces access,to their own internal packages

2013-08-21 Thread Andrew Hughes
- Original Message - > Hi all, > > following set of changes is a fix to give xalan/xerces access > to their own internal packages. This changes also fix several > TCK failures: > > http://cr.openjdk.java.net/~ptisnovs/object_factory_access/ > > Can anybody please look at these changes?

[PATCH FOR REVIEW] Fix for font configuration handling on RHEL6 systems

2013-08-21 Thread Pavel Tisnovsky
Hi, following patches need to be used to fix font configuration handling on RHEL6 systems (all versions): http://cr.openjdk.java.net/~ptisnovs/RHEL6_fontconfig/ This change does not affect any other systems. Could anybody please review this change? Thank you in advance, Pavel Tisnovsky

[PATCH FOR REVIEW] fix to give xalan/xerces access,to their own internal packages

2013-08-21 Thread Pavel Tisnovsky
Hi all, following set of changes is a fix to give xalan/xerces access to their own internal packages. This changes also fix several TCK failures: http://cr.openjdk.java.net/~ptisnovs/object_factory_access/ Can anybody please look at these changes? Thank you in advance, Pavel Tisnovsky