JDK-8238932 : Invalid tier1_gc_1 test group definition
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 12,13,14,15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-02-11
  • Updated: 2021-10-12
  • Resolved: 2020-02-13
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 13 JDK 14 JDK 15
13.0.10Fixed 14.0.1Fixed 15 b11Fixed
Related Reports
Relates :  
Relates :  
Description
The tier1_gc_1 test group definition in test/hotspot/jtreg/TEST.groups is missing a backslash, and it turns out the TestTimelyCompaction.java file does not actually exist.

tier1_gc_1 = \
  :gc_epsilon \
  gc/g1/ \
  -gc/g1/ihop/TestIHOPErgo.java
  -gc/g1/TestTimelyCompaction.java
Comments
Fix request (13u): indeed, there's no TestTimelyCompaction.java anywhere, and no slash.
12-10-2021

Fix Request (14u) Trivial, removes the noisy jtreg error message from testing. Applies cleanly to 14u. There is no TestTimelyCompaction.java in 14u as well.
02-03-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/b9ff1541faf9 User: mikael Date: 2020-02-13 20:08:44 +0000
13-02-2020

[~iignatyev] noted that there is no TestTimelyCompaction.java.
12-02-2020

shouldn't jtreg have complained about a violation of test.groups file format? or it did, but nobody was listening?
11-02-2020