JDK-8075889 : Test task: Create tests to check java runtime works with MV jar files
  • Type: Task
  • Component: core-libs
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-03-24
  • Updated: 2017-01-11
  • Resolved: 2017-01-11
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 9
9 teamFixed
Related Reports
Relates :  
Description
These tests will include:
1) test for the "java -jar" command for MV jar files with entry point;
2) test for the "java -cp mv.jar MyClass" command, where MyClass is a class inside the mv.jar;
3) test for the "java -cp mv.jar UserClass" command, where UserClass is a class outside the mv.jar and uses import to access classes from mv.jar;
3) test for the "java -cp mv.jar UserClass" command, where UserClass is a class outside the mv.jar and uses reflection to access classes from mv.jar;