Default classlist not deterministic due to JIT activity

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • 27
    • Affects Version/s: 27
    • Component/s: hotspot

      Method::load_signature_classes() can normally load the classes MemorySessionImpl and MemorySegment$Scope when generating the classlist but the JIT may sometimes not load these classes due to system load. A non-deterministic classlist will result in different CDS default archives which should be avoided.

      To prevent this non-determinism, we should generate the classlist with -Xint.

            Assignee:
            Matias Saavedra Silva
            Reporter:
            Matias Saavedra Silva
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: