-
Enhancement
-
Resolution: Fixed
-
P4
-
9, 11
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8284668 | 11.0.16-oracle | Adithya Haradi Gopal | P4 | Resolved | Fixed | b03 |
JDK-8285898 | 11.0.16 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
E.g. arguments/TestTargetSurvivorRatioFlag.java has the following @requires tag:
* @requires (vm.opt.ExplicitGCInvokesConcurrent == null) | (vm.opt.ExplicitGCInvokesConcurrent == false)
should be changed to
* @requires vm.opt.ExplicitGCInvokesConcurrent != true
There are other tests that also have similar too verbose tags. Fix them.
* @requires (vm.opt.ExplicitGCInvokesConcurrent == null) | (vm.opt.ExplicitGCInvokesConcurrent == false)
should be changed to
* @requires vm.opt.ExplicitGCInvokesConcurrent != true
There are other tests that also have similar too verbose tags. Fix them.
- backported by
-
JDK-8284668 Fix redundant @requires tags in tests
- Resolved
-
JDK-8285898 Fix redundant @requires tags in tests
- Resolved