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

Several runtime/CommandLine fails with fastdebug bundles

XMLWordPrintable

      Several runtime/CommandLine fails with fastdebug bundles, because processing of some options may be different comparing to product bundles.

      Following tests are affected:
      a) runtime/CommandLine/CompilerConfigFileWarning.java
      runtime/CommandLine/ConfigFileWarning.java

      Root cause: fastdebug JVM uses default compiler config and hotspot config files when appropriate CLI options are omitted.

      b) runtime/CommandLine/VMOptionWarning.java

      Root cause: UnlockUnreognizedVMOptions is true in debug, but test based on assumption that usage of diagnostic option w/o UnlockUnreognizedVMOptions will cause startup failure.

      These tests should be updated to work correctly with both product and fastdebug builds.

      Root cause:

            Unassigned Unassigned
            fzhinkin Filipp Zhinkin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: