Re: JEP Review Request: Improve Security Manager Performance

2014-04-30 Thread Florian Weimer
On 04/25/2014 04:54 PM, David M. Lloyd wrote: Relatedly, it would also be nice if there were some way to simplify or improve the JAAS Subject association mechanism, which also relies on the ACC, causing a substantial enough performance cost that (AFAICT) no major Java EE application server actua

Re: JDK 9 Review Request for 8038349: Signing XML with DSA throws Exception when key is larger than 1024 bits

2014-04-30 Thread Sean Mullan
On 04/29/2014 10:26 PM, Xuelei Fan wrote: Minor comments. algorithms/implementations/SignatureDSA.java 51 public static final String URI = XMLSignature.ALGO_ID_SIGNATURE_DSA; With this update, this variable can be declared as private, I think. I