Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-4860

RunSuite on derbylang and other subsuites fails with java.lang.NoClassDefFoundError because of prepended ^

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 10.5.3.0
    • 10.5.3.2, 10.6.2.4, 10.7.1.1
    • Test
    • None

    Description

      -Djvmflags works fine when run RunTest or with RunSuite and derbyall, but with derbylang, derbtools and other subsuites it fails as follows, because it prepends ^ inappropriately to the options when launching the process.

      java -Dverbose=true -Djvmflags="-Xgcpolicy:optthruput^-Xjit:count=0"
      org.apache.derbyTesting.functionTests.harness.RunSuite derbylang

      With the second command I see the following in derbylang.sum
      > Exception in thread "main" java.lang.NoClassDefFoundError:
      -Xgcpolicy:optthruput-Xjit:count=0
      > Caused by: java.lang.ClassNotFoundException:
      -Xgcpolicy:optthruput-Xjit:count=0
      > Could not find the main class: -Xgcpolicy:optthruput-Xjit:count=0.
      Program will exit.
      Test Failed.

          • End: checkConstraint jdk1.6.0 derbylang:derbylang 2010-10-19
            16:58:24 ***

      Attachments

        1. derby-4860_diff.txt
          3 kB
          Katherine Marsden

        Activity

          People

            kmarsden Katherine Marsden
            kmarsden Katherine Marsden
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: