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

[lworld] configuring with --disable-cds causes cdsConfig.hpp compilation errors

XMLWordPrintable

      When configured with --disable-cds, the compilation of cdsConfig.hpp errors occur.

      ```
      src/hotspot/share/cds/cdsConfig.hpp:82:55: error: use of undeclared identifier '_module_patching_disables_cds'; did you mean 'module_patching_disables_cds'?
        static bool module_patching_disables_cds() { return _module_patching_disables_cds; }
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                            module_patching_disables_cds
      ```

            matsaave Matias Saavedra Silva
            rriggs Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: