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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 15
    • Affects Version/s: 15
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: