[11u] RFR: 8193879: Java debugger hangs on method invocation
    Baesken, Matthias 
    matthias.baesken at sap.com
       
    Wed Mar  4 12:41:05 UTC 2020
    
    
  
Hi Christoph, looks good to me !
Best regards, Matthias
From: Langer, Christoph <christoph.langer at sap.com>
Sent: Dienstag, 3. März 2020 16:03
To: jdk-updates-dev at openjdk.java.net
Cc: Baesken, Matthias <matthias.baesken at sap.com>
Subject: [11u] RFR: 8193879: Java debugger hangs on method invocation
Hi,
please review the backport of this JDI fix. The bug was recently opened by Oracle (was private before) and it already contained the jdk11u-fix-request and approval labels. So I looked into backporting. The change did not apply cleanly. The hunk for test/jdk/com/sun/jdi/lib/jdb/JdbTest.java does not apply since the file does not exist in 11u. In the test "test/jdk/com/sun/jdi/MethodInvokeWithTraceOnTest.java", I had to inline the method parseBreakpoints from JdbTest.java and also the coding of getTestSourcePath() which are used in head jdk/jdk.
With these modifications, the patch successfully runs through our testing and the new testcase passes.
Bug: https://bugs.openjdk.java.net/browse/JDK-8193879
Original Change: http://hg.openjdk.java.net/jdk/jdk/rev/218b5b64f102
Webrev: http://cr.openjdk.java.net/~clanger/webrevs/8193879.11u/
Best regards
Christoph
    
    
More information about the jdk-updates-dev
mailing list