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

Build fails when cds is disabled after JDK-8247536

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 16
    • 16
    • hotspot
    • b20

    Description

      # Reproduce
      ```
      bash configure --disable-cds ...
      ```

      # Symptom
      ```
      * For target hotspot_variant-server_libjvm_objs_jvm.o:
      ./src/hotspot/share/prims/jvm.cpp:3872:41: error: use of undeclared identifier 'classlist_file'
        return DumpLoadedClassList != NULL && classlist_file != NULL && classlist_file->is_open();
                                              ^
      ./src/hotspot/share/prims/jvm.cpp:3872:67: error: use of undeclared identifier 'classlist_file'
        return DumpLoadedClassList != NULL && classlist_file != NULL && classlist_file->is_open();
                                                                        ^
      2 errors generated.
      ```

      Attachments

        Issue Links

          Activity

            People

              jiefu Jie Fu
              jiefu Jie Fu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: