hg: jdk8/tl/hotspot: 52 new changesets

2013-04-30 Thread lana . steuck
Changeset: d080f5168deb Author:katleman Date: 2013-04-25 09:24 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/d080f5168deb Added tag jdk8-b87 for changeset d4c266784660 ! .hgtags Changeset: c60f69931e1a Author:amurillo Date: 2013-04-11 21:54 -0700 URL: ht

hg: jdk8/tl/langtools: 8013531: Provide a utility class in com.sun.tools.classfile to find field/method references

2013-04-30 Thread mandy . chung
Changeset: 57648bad3287 Author:mchung Date: 2013-04-30 15:43 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/57648bad3287 8013531: Provide a utility class in com.sun.tools.classfile to find field/method references Reviewed-by: alanb ! src/share/classes/com/sun/tools/cl

hg: jdk8/tl/jdk: 8013531: Provide a utility class in com.sun.tools.classfile to find field/method references

2013-04-30 Thread mandy . chung
Changeset: 4a82d2b86c75 Author:mchung Date: 2013-04-30 15:42 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4a82d2b86c75 8013531: Provide a utility class in com.sun.tools.classfile to find field/method references Reviewed-by: alanb ! test/sun/reflect/CallerSensitive/CallerS

hg: jdk8/tl/jdk: 8009389: Unpack200 native library should be removed from profiles

2013-04-30 Thread kumar . x . srinivasan
Changeset: 1432a6247ac9 Author:ksrini Date: 2013-04-30 13:12 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1432a6247ac9 8009389: Unpack200 native library should be removed from profiles Reviewed-by: alanb, bobv, jrose ! makefiles/profile-includes.txt ! src/share/classes/com

hg: jdk8/tl/jdk: 8013647: JPRT unable to clean-up after tests that leave file trees with loops

2013-04-30 Thread alan . bateman
Changeset: eda99449ab26 Author:alanb Date: 2013-04-30 21:19 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/eda99449ab26 8013647: JPRT unable to clean-up after tests that leave file trees with loops Reviewed-by: chegar, tbell ! test/java/nio/file/Files/walkFileTree/MaxDepth.j

Re: RFR 6594296: NetworkInterface.getHardwareAddress returns zero length byte array

2013-04-30 Thread Alan Bateman
On 30/04/2013 20:42, Chris Hegarty wrote: This is a conformance issue where getHardwareAddress may incorrectly return a zero length byte array, rather than null. The spec allows for null, in fact it requires it for such cases. The issue is reproducible with newer versions of Windows, with IPv6

RFR 6594296: NetworkInterface.getHardwareAddress returns zero length byte array

2013-04-30 Thread Chris Hegarty
This is a conformance issue where getHardwareAddress may incorrectly return a zero length byte array, rather than null. The spec allows for null, in fact it requires it for such cases. The issue is reproducible with newer versions of Windows, with IPv6 enabled. The problem is in src/windows/na

hg: jdk8/tl/jdk: 2 new changesets

2013-04-30 Thread mike . duigou
Changeset: 0e6f412f5536 Author:mduigou Date: 2013-04-30 12:31 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0e6f412f5536 8011814: Add testng.jar to Netbeans projects test compile classpath 8013271: Add MacOS sources to J2SE Netbeans project 8013272: JDK Netbeans projects sho

hg: jdk8/tl/jdk: 8010416: Add a way for java.sql.Driver to be notified when it is deregistered

2013-04-30 Thread lance . andersen
Changeset: ac3e189c9099 Author:lancea Date: 2013-04-30 14:44 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ac3e189c9099 8010416: Add a way for java.sql.Driver to be notified when it is deregistered Reviewed-by: alanb, ulfzibis ! src/share/classes/java/sql/Driver.java + src/

Re: API change for 8010464: Evolve java networking same origin policy

2013-04-30 Thread Kurchi Subhra Hazra
Ok, now this is clear to me, which probably indicates that something like this should be included in the documentation. Thanks Michael, Kurchi On 4/30/13 3:30 AM, Michael McMahon wrote: Hi Kurchi, I can include such an example easily. Eg: "GET,POST:Header1,Header2" means one permission that

hg: jdk8/tl/jdk: 8007373: Inet6Address serialization incompatibility

2013-04-30 Thread chris . hegarty
Changeset: 49d6596100db Author:msheppar Date: 2013-04-29 23:07 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/49d6596100db 8007373: Inet6Address serialization incompatibility Reviewed-by: alanb, chegar ! src/share/classes/java/net/Inet6Address.java + test/java/net/Inet6Addre

Re: API change for 8010464: Evolve java networking same origin policy

2013-04-30 Thread Michael McMahon
Hi Kurchi, I can include such an example easily. Eg: "GET,POST:Header1,Header2" means one permission that permits either GET or POST with either or both of the two headers. If you wanted to restrict one set of headers to GET and another set to POST, then that would require two different permiss

hg: jdk8/tl/jdk: 8003671: [findbugs] sun.management.AgentConfigurationError.getParams() may expose internal representation by returning AgentConfigurationError.params

2013-04-30 Thread staffan . larsen
Changeset: fff665e54df0 Author:sla Date: 2013-04-30 10:48 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fff665e54df0 8003671: [findbugs] sun.management.AgentConfigurationError.getParams() may expose internal representation by returning AgentConfigurationError.params Reviewe