JDK-8176176 : fix @modules in jdk_svc tests
  • Type: Bug
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: 9,10
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-03-05
  • Updated: 2017-04-06
  • Resolved: 2017-03-17
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 10 JDK 9
10Fixed 9 b164Fixed
Related Reports
Blocks :  
Duplicate :  
Relates :  
Description
there are a couple issues w/ modules in jdk_svc tests:
 - some tests do not specify modules which they depend on
 - modules in TEST.properties is not used in cases there all tests (should) have the same @modules directive
 - @modules directive isn't placed according to current convention (before the 1st run directive)
Comments
Link to JDK-8145414 to avoid dup efforts
07-03-2017