hg: jdk8/tl/jdk: 7198904: (alt-rt) TreeMap.clone is broken

2012-11-20 Thread vikram . aroskar
Changeset: f389bf27fc4f Author:dbuck Date: 2012-11-20 21:35 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f389bf27fc4f 7198904: (alt-rt) TreeMap.clone is broken Summary: Test case for cr7198904. Issue only found in OracleJDK, but test case is valid for OpenJDK as well Revie

Re: RFR (XS): 8003690: Example code in JVMTI GetStackTrace documentation is broken

2012-11-20 Thread David Holmes
Looks good to me Mikael. David On 21/11/2012 2:52 AM, Mikael Vidstedt wrote: In the JVMTI documentation for GetStackTrace there is a code snippet outlining how to use the functionality: jvmtiFrameInfo frames[5]; jint count; jvmtiError err; err = (*jvmti)->GetStackTrace(jvmti, aThread, 0, 5,

Re: RFR (XS): 8003690: Example code in JVMTI GetStackTrace documentation is broken

2012-11-20 Thread serguei.spit...@oracle.com
Mikael, The fix looks good. Thank you for fixing it! The first The second problem was introduced when the JVMTI was updated with generics. The GetMethodName got an extra parameter for generic signature, but this code snippet was not fixed at this time. Thanks, Serguei On 11/20/12 8:52 AM, Mik

hg: jdk8/tl/langtools: 8003639: convert lambda testng tests to jtreg and add them

2012-11-20 Thread robert . field
Changeset: d898d9ee352f Author:rfield Date: 2012-11-20 09:58 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/d898d9ee352f 8003639: convert lambda testng tests to jtreg and add them Reviewed-by: mcimadamore + test/tools/javac/defaultMethodExecution/DefaultMethodRegressio

Re: RFR (XS): 8003690: Example code in JVMTI GetStackTrace documentation is broken

2012-11-20 Thread serguei.spit...@oracle.com
Mikael, The fix looks good. Thank you for fixing it! The second problem was introduced when the JVMTI was updated with generics. The GetMethodName got 5th parameter for generic signature, but the example was not updated. Thanks, Serguei On 11/20/12 8:52 AM, Mikael Vidstedt wrote: In the J

RFR (XS): 8003690: Example code in JVMTI GetStackTrace documentation is broken

2012-11-20 Thread Mikael Vidstedt
In the JVMTI documentation for GetStackTrace there is a code snippet outlining how to use the functionality: jvmtiFrameInfo frames[5]; jint count; jvmtiError err; err = (*jvmti)->GetStackTrace(jvmti, aThread, 0, 5, &frames, &count); if (err == JVMTI_ERROR_NONE &

hg: jdk8/tl/langtools: 8003663: lambda test fails on Windows

2012-11-20 Thread maurizio . cimadamore
Changeset: 7538e419a588 Author:mcimadamore Date: 2012-11-20 15:43 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7538e419a588 8003663: lambda test fails on Windows Summary: fix path separator issue in test Reviewed-by: jjg ! test/tools/javac/lambda/abort/Abort.java

hg: jdk8/tl/langtools: 8003650: java.lang.Exception: expected string not found: pkg/package-frame.html

2012-11-20 Thread jonathan . gibbons
Changeset: fb97eaf93d61 Author:jjg Date: 2012-11-20 07:25 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/fb97eaf93d61 8003650: java.lang.Exception: expected string not found: pkg/package-frame.html Reviewed-by: ksrini ! test/tools/javadoc/api/basic/GetTask_WriterTest.j

hg: jdk8/tl/langtools: 8003649: regression/langtools: tools/javac/doctree

2012-11-20 Thread jonathan . gibbons
Changeset: a25c53e12bd0 Author:jjg Date: 2012-11-20 07:21 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a25c53e12bd0 8003649: regression/langtools: tools/javac/doctree Reviewed-by: ksrini ! test/tools/javac/doctree/DocCommentTester.java

hg: jdk8/tl/jdk: 2 new changesets

2012-11-20 Thread kumar . x . srinivasan
Changeset: 914cd9b482c8 Author:ksrini Date: 2012-11-19 19:49 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/914cd9b482c8 8001533: java launcher must launch javafx applications Reviewed-by: ksrini, mchung, kcr, alanb Contributed-by: david.deha...@oracle.com ! src/share/bin/ja

hg: jdk8/tl/jdk: 8000476: Memory Leaks and uninitialized memory access in PKCS11 and other native code

2012-11-20 Thread chris . hegarty
Changeset: 2d08b404cd91 Author:jzavgren Date: 2012-11-20 09:26 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2d08b404cd91 8000476: Memory Leaks and uninitialized memory access in PKCS11 and other native code Reviewed-by: dsamersoff, valeriep, chegar ! src/share/bin/wildcar