Fix redundant @requires tags in tests

XMLWordPrintable

    • gc
    • b06

        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.

              Assignee:
              Jean Christophe Beyler
              Reporter:
              Michail Chernov
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: