JDK-8192958 : TEST.groups: group jdk_util_other: file not found: jdk/internal/util
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.jar
  • Affected Version: 10
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2017-12-04
  • Updated: 2018-02-26
  • Resolved: 2017-12-06
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
10 b35Fixed
Related Reports
Relates :  
Relates :  
Description
java version "10-ea"
Java(TM) SE Runtime Environment (build 10-ea+34)
Java HotSpot(TM) 64-Bit Server VM (build 10-ea+34, mixed mode)

There was only one test case under the folder "jdk/internal/util" which was jdk/internal/util/jar/VersionedStream.java.

This test case has removed by JDK-8189611.

So whenever we  run the test group jdk_util_other, we will get this error message "TEST.groups: group jdk_util_other: file not found: jdk/internal/util"
Comments
Fix is, remove entry "jdk/internal/util" from test group jdk_util_other
04-12-2017