JDK-8210560 : [TEST] convert com/sun/jdi redefineClass-related tests
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 10,11,12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-09-10
  • Updated: 2023-08-03
  • Resolved: 2018-09-12
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 JDK 12
11.0.10-oracleFixed 12 b12Fixed
Related Reports
Relates :  
Relates :  
Description
Need to develop basic functionality for the redefineClass-related tests (the same as implemented in ShellScaffold.sh)
This issue is to implement required redefineClass functionality and to covert the following tests:
- test/jdk/com/sun/jdi/RedefineAbstractClass.sh
- test/jdk/com/sun/jdi/RedefineAddPrivateMethod.sh
- test/jdk/com/sun/jdi/RedefineAnnotation.sh
- test/jdk/com/sun/jdi/RedefineChangeClassOrder.sh
- test/jdk/com/sun/jdi/RedefineClasses.sh
- test/jdk/com/sun/jdi/RedefineClearBreakpoint.sh
- test/jdk/com/sun/jdi/Redefine-g.sh
- test/jdk/com/sun/jdi/RedefineImplementor.sh
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk8u-dev/pull/350 Date: 2023-08-03 07:15:41 +0000
03-08-2023

Fix Request (11u) This backport improves testing and matches the codebases better (I see 11.0.10-oracle). Patch applies cleanly to 11u, com/sun/jdi tests pass in {fastdebug,release}. This bunch contains a rewrite and a few follow-ups: JDK-8210560, JDK-8210725, JDK-8210748.
25-08-2020

URL: http://hg.openjdk.java.net/jdk/jdk/rev/e7459270ca63 User: amenkov Date: 2018-09-12 19:30:50 +0000
12-09-2018