JDK-8145552 : Convert all the shell scripts in test/com/sun/jdi to java
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 7,8,9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-12-16
  • Updated: 2018-04-05
  • Resolved: 2018-04-05
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
There are several shell tests in test/com/sun/jdi. 
All of them depend on a common shell script ShellScaffold.sh
There is a Java replacement for the ShellScaffold.sh.
Therefore, all the shell tests in test/com/sun/jdi shall be converted to java (the java version of ShellScaffold might need to be extended as well).