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

Remove testing against NSK_FALSE/NSK_TRUE from tests in vmTestbase

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Delivered
    • Icon: P4 P4
    • 14
    • None
    • hotspot

      A lot of tests are explicitly testing NSK_FALSE or NSK_TRUE, these could be simplified.

      Example:

      - if (nsk_jvmti_parseOptions(options) == NSK_FALSE ) {

      Could become

      - if (!nsk_jvmti_parseOptions(options)) {

      There are 76 files that have these cases.

            jcbeyler Jean Christophe Beyler
            jcbeyler Jean Christophe Beyler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: