hg: jdk7/tl/jdk: 3 new changesets

2011-05-16 Thread daniel . daugherty
Changeset: 2ecb989b6fcc Author:dcubed Date: 2011-05-16 12:56 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2ecb989b6fcc 6977677: 3/2 Deadlock on logging subsystem initialization Summary: Over synchronized Logger.getLogger() deadlocks with LogManager.via PlatformLogger Revie

Re: Why does the new File(URI) constructor restricts the uri to hierarchical?

2011-05-16 Thread Paulo Levi
Yes, they are relative to the current directory of the file normally (the current dir won't work since the file might not be there). I was just surprised at the inflexibility since the file: scheme is not used on the net. I understand that trying to convert from relative (without scheme) to file i

hg: jdk7/tl/jdk: 7036199: Adding a notification to the implementation of GarbageCollectorMXBeans

2011-05-16 Thread frederic . parain
Changeset: e0c3fd538f1f Author:fparain Date: 2011-05-16 17:28 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e0c3fd538f1f 7036199: Adding a notification to the implementation of GarbageCollectorMXBeans Summary: Add a JMX notification to GarbageCollectorMXBeans Reviewed-by: ac

hg: jdk7/tl/jdk: 7042679: Phaser javadoc example does not compile

2011-05-16 Thread chris . hegarty
Changeset: cecfcb4dbcaa Author:chegar Date: 2011-05-16 13:10 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/cecfcb4dbcaa 7042679: Phaser javadoc example does not compile Reviewed-by: dl ! src/share/classes/java/util/concurrent/Phaser.java

Re: Why does the new File(URI) constructor restricts the uri to hierarchical?

2011-05-16 Thread Alan Bateman
Michael McMahon wrote: Paulo, URI's with a scheme (such as file:) cannot be relative. That's a feature of the specification of URIs themselves. So, this behavior is a side-effect of the requirement that the URI provided to the constructor has a file: scheme. Right, and I suspect the relative

Re: Why does the new File(URI) constructor restricts the uri to hierarchical?

2011-05-16 Thread Michael McMahon
Paulo, URI's with a scheme (such as file:) cannot be relative. That's a feature of the specification of URIs themselves. So, this behavior is a side-effect of the requirement that the URI provided to the constructor has a file: scheme. - Michael. On 14/05/11 18:24, Paulo Levi wrote: I have a

hg: jdk7/tl/langtools: 7043922: Regression: internal compiler error for nested anonymous inner class featuring varargs constructor

2011-05-16 Thread maurizio . cimadamore
Changeset: 5faa9eedc44e Author:mcimadamore Date: 2011-05-16 09:38 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/5faa9eedc44e 7043922: Regression: internal compiler error for nested anonymous inner class featuring varargs constructor Summary: Attributing a constructor