Details
-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b20
-
generic
-
generic
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8284941 | 11.0.16-oracle | Adithya Haradi Gopal | P4 | Resolved | Fixed | b04 |
JDK-8285902 | 11.0.16 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
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.
Attachments
Issue Links
- backported by
-
JDK-8284941 Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp
- Resolved
-
JDK-8285902 Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp
- Resolved
- relates to
-
JDK-8200557 OopStorage parallel iteration scales poorly
- Resolved
-
JDK-8200729 Conditional compilation of GCs
- Resolved
(1 links to)