JDK-8213440 : Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-11-07
  • Updated: 2022-04-29
  • Resolved: 2018-11-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 11 JDK 12
11.0.16-oracleFixed 12 b20Fixed
Related Reports
Relates :  
Relates :  
Description
The code in test_oopStorage_parperf.cpp is conditionalized on INCLUDE_ALL_GCS.  The test only makes sense, and at one time only compiled, when a non-Serial GC was included.  However, that macro is no longer the proper way to say that, as that macro is no longer ever defined (per JDK-8200729).  As a result, the this test is always conditionalized away.

JDK-8200557, which introduced this new test, was pushed 2018-05-03.  JDK-8200729, which removed INCLUDE_ALL_GCS, was pushed 2018-05-04.  The effect of the latter change on the test was missed because the test just quietly ceased to exist.

Comments
Fix request [11u] I backport this for parity with 11.0.16-oracle. No risk, only a test change. Clean backport. SAP nightly testing passed.
28-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk11u-dev/pull/1051 Date: 2022-04-26 20:43:40 +0000
26-04-2022

Git URL: https://github.com/openjdk/jdk/commit/0050cd57761d0249d5668540a0bd19db96e42ee6
26-04-2022

URL: http://hg.openjdk.java.net/jdk/jdk/rev/2b5d37ad7d06 User: kbarrett Date: 2018-11-13 18:51:44 +0000
13-11-2018