JDK-8203928 : [Test] Convert non-JDB scaffolding serviceability shell script tests to java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-05-29
  • Updated: 2020-08-27
  • Resolved: 2018-10-02
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 b14Fixed
Related Reports
Relates :  
Description
There are several remaining shell script tests that do not use JDB scaffolding that need to be converted to java:

PrivateTransportTest.sh
JITDebug.sh
JdbReadTwiceTest.sh
ImmutableResourceTest.sh
connect/spi/JdiLoadedByCustomLoader.sh
redefine/RedefineSetUp.sh
redefineMethod/RedefineSetUp.sh

Comments
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}.
25-08-2020

JdbReadTwiceTest.sh contains a lot of shell commands, java test has to do the same. So it would be better to keep it shell test
26-09-2018