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

configuring with --with-jvm-variants=minimal,server makes cds disappear in server

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 15
    • 15
    • infrastructure
    • None
    • b07
    • generic
    • generic

      When building 2 VM variants in one build and using

        --with-jvm-variants=minimal,server

      For this, the build works nicely. But I notice that in the server VM, cds is removed.
      Instead of

      checking if cds should be enabled... yes

      I get ( with the following patch that adds tracing) :

      configure: WARNING: ENABLE_CDS set to false because we found a minimal, core or zero JVM.
      checking if cds should be enabled... no

      The checks in hotspot.m4 disable cds by error for the server vm.

            mbaesken Matthias Baesken
            mbaesken Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: