RFR(XS): JDK-8187143: JDI crash in ~BufferBlob::MethodHandles adapters
Daniil Titov
daniil.x.titov at oracle.com
Sat Nov 16 00:12:35 UTC 2019
Hi Alex,
The change looks good to me.
Thanks!
Best regards,
Daniil
On 11/15/19, 3:58 PM, "serviceability-dev on behalf of Alex Menkov" <serviceability-dev-bounces at openjdk.java.net on behalf of alexey.menkov at oracle.com> wrote:
Hi all,
Please review small fix for
https://bugs.openjdk.java.net/browse/JDK-8187143
The issue is not reproducible from JDK10, but now test fails
NashornPopFrameTest fails with "MemberName required for invokeVirtual
etc" error, i.e. this is a dup of
https://bugs.openjdk.java.net/browse/JDK-8225620
The fix updates ProblemList.txt to point to 8225620
The diff:
--- a/test/jdk/ProblemList.txt Fri Nov 15 14:22:24 2019 -0800
+++ b/test/jdk/ProblemList.txt Fri Nov 15 15:21:53 2019 -0800
@@ -845,7 +845,7 @@
com/sun/jdi/RepStep.java
8043571 generic-all
-com/sun/jdi/NashornPopFrameTest.java 8187143
generic-all
+com/sun/jdi/NashornPopFrameTest.java 8225620
generic-all
############################################################################
--alex
More information about the serviceability-dev
mailing list