hg: jdk8/tl/langtools: 8007485: test creates .class files in the test/ directory

2013-02-05 Thread jonathan . gibbons
Changeset: de932285124c Author:jjg Date: 2013-02-05 21:55 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/de932285124c 8007485: test creates .class files in the test/ directory Reviewed-by: mcimadamore ! test/tools/javac/api/8007344/Test.java

Re: RFR: JDK-8007606

2013-02-05 Thread Vitaly Davidovich
Hi John, In NetworkInterface.c: 162 ret = (MIB_IFROW *) malloc(sizeof(MIB_IFROW)); 163 if(ret == NULL) 164 return NULL; tableP is left dangling if line 164 runs, no? 222 if (ret != NO_ERROR) { 223 if (tableP != NULL) { 224 free(tableP);

RFR: JDK-8007606

2013-02-05 Thread John Zavgren
Greetings: I modified the use of malloc() and realloc() so that return values are checked and potential memory leaks and data corruption problems are prevented. http://cr.openjdk.java.net/~jzavgren/8007606/webrev.01/ Thanks! John Zavgren

hg: jdk8/tl/jaxp: 8007389: Remove uses of _ as identifier in jaxp

2013-02-05 Thread alan . bateman
Changeset: f0ad3747b40e Author:emc Date: 2013-02-05 14:56 + URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/f0ad3747b40e 8007389: Remove uses of _ as identifier in jaxp Reviewed-by: lancea, joehw ! src/javax/xml/validation/SchemaFactoryFinder.java ! src/javax/xml/xpath/XPathFa

hg: jdk8/tl/jdk: 8007483: attributes are ignored when loading keys from a PKCS12 keystore

2013-02-05 Thread vincent . x . ryan
Changeset: e526277b51be Author:vinnie Date: 2013-02-05 14:25 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e526277b51be 8007483: attributes are ignored when loading keys from a PKCS12 keystore Reviewed-by: mullan ! src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java !