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
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,
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
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
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
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 &
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
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
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
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
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
11 matches
Mail list logo