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
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
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
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
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
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
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