Re: Signature.getAlogrithm return null in special case

2013-05-27 Thread Brad Wetmore
Hi Deven, I just got back from a short break, hope to return back to this shortly. I tweaked your test a bit before I left, but the builds were failing (unrelated issue) so I couldn't check in. Still need to check the actual Signature code for a couple things, but I think it's ok. Brad On

Re: Code Review: 7160837 DigestOutputStream does not turn off digest calculation when "close()" is called

2013-05-27 Thread Anthony Scarpino
Sure.. Tony On 05/26/2013 09:52 PM, Xuelei Fan wrote: Looks fine to me, except a very minor coding style comment: CipherInputStream.java == 307 } 308 catch (BadPaddingException | IllegalBlockSizeException ex) {} I would prefer a style as: 307 } catch (BadPaddin

hg: jdk8/tl/jdk: 6470730: Disconnect button leads to wrong popup message

2013-05-27 Thread nils . loodin
Changeset: bbf6e6222726 Author:nloodin Date: 2013-05-27 17:10 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bbf6e6222726 6470730: Disconnect button leads to wrong popup message Reviewed-by: dcubed, sla, egahlin ! src/share/classes/sun/tools/jconsole/VMPanel.java

Re: Status of old sun tracker issues?

2013-05-27 Thread Seán Coffey
A JIRA system is now the system of record for OpenJDK issues.[1] Work on getting that system open to external audience is ongoing. In the meantime you can reference the bug via bugs.sun.com : http://bugs.sun.com/view_bug.do?bug_id=7007966 regards, Sean. [1] https://blogs.oracle.com/darcy/ent

hg: jdk8/tl/jdk: 2 new changesets

2013-05-27 Thread chris . hegarty
Changeset: a2dc42667df3 Author:chegar Date: 2013-05-27 14:00 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a2dc42667df3 8015439: Minor/sync/cleanup of ConcurrentHashMap Reviewed-by: chegar Contributed-by: Doug Lea , Chris Hegarty ! src/share/classes/java/util/concurrent/C

hg: jdk8/tl/langtools: 7030476: Fix conflicting use of JCTree/JCExpression

2013-05-27 Thread vicente . romero
Changeset: b391ecea538e Author:vromero Date: 2013-05-27 13:44 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b391ecea538e 7030476: Fix conflicting use of JCTree/JCExpression Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javac/comp/Lower.java ! src/share/cl

hg: jdk8/tl/jdk: 7038914: VM could throw uncaught OOME in ReferenceHandler thread

2013-05-27 Thread david . holmes
Changeset: 0b8dab7fec54 Author:plevart Date: 2013-05-27 09:41 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0b8dab7fec54 7038914: VM could throw uncaught OOME in ReferenceHandler thread Summary: Catch OutOfMemoryError in reference handler thread if caused by allocation of a

Status of old sun tracker issues?

2013-05-27 Thread Tomas Gustavsson
Hi, What is the master issue tracker for OpenJDK these days? We have reported https://bugs.openjdk.java.net/show_bug.cgi?id=100162 Which is closed referencing a "sun bug" id. Is the oracle tracker (which was off line for a long time) the main issue tracker for OpenJDK still? Cheers, Tomas Gus

hg: jdk8/tl/nashorn: 4 new changesets

2013-05-27 Thread sundararajan . athijegannathan
Changeset: 6fc7b51e83d6 Author:lagergren Date: 2013-05-23 15:51 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/6fc7b51e83d6 8012522: Clean up lexical contexts - split out stack based functionality in CodeGenerator and generify NodeVisitors based on their LexicalContext t