Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8169004

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.

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

                Created:
                Updated:
                Resolved: