JDK-8256452 : Integrate missing part of JDK-8232370 to 11u
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 11.0.9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-11-17
  • Updated: 2020-12-22
  • Resolved: 2020-11-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11
11.0.10 b04Fixed
Related Reports
Relates :  
Relates :  
Description
The change for JDK-8232370 was backported to OpenJDK 11u, leaving out changes to RedefineImplementor.java which at the time of backport did not exist in 11u.
Now, JDK-8210560 was backported as well, so the missing part should be added atop.
Comments
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/24bfe1859069 User: goetz Date: 2020-11-25 07:28:25 +0000
25-11-2020

URL: https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/24bfe1859069 User: clanger Date: 2020-11-24 08:00:54 +0000
24-11-2020

Fix request (11u): This is a test only change that only applies to JDK11u. It got necessary because of the order in which JDK-8232370 and JDK-8210560 had been backported. Makes the Eclipse IDE green again. No regressions spotted in SAP nightly testing. Changes of JDK-8232370 to RedefineImplementor.java apply cleanly. Nevertheless, review thread: https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2020-November/004160.html
17-11-2020