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

Build fails when cds is disabled after JDK-8247536

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 16
    • hotspot
    • b20

      # 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.
      ```

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

              Created:
              Updated:
              Resolved: