-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 18
-
b12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8274877 | 17.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b03 |
`runtime/CommandLine/DoubleFlagWithIntegerValue.java` test uses `G1ConcMarkStepDurationMillis` flag which is available only on the builds w/ G1 GC, hence this test might fail on the builds where G1 is disabled.
instead of adding `@requires` to exclude the test from running on builds w/o G1, the test can be updated to use the flag that is available in all builds.
instead of adding `@requires` to exclude the test from running on builds w/o G1, the test can be updated to use the flag that is available in all builds.
- backported by
-
JDK-8274877 DoubleFlagWithIntegerValue uses G1GC-only flag
-
- Resolved
-
- relates to
-
JDK-8178364 Command-line flags of type double should accept integer values
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u/9b3b88e2
-
Commit openjdk/jdk/6ace805f
-
Review openjdk/jdk17u/156
-
Review openjdk/jdk/5233
(1 links to)