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

Implement -XX:+AOTClassLinking

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • 24
    • None
    • hotspot

      This is the first step of JDK-8315737

      - If -XX:+ AOTClassLinking is specified during CDS archive assembly, marked all applicable classes in the archive that should be loaded immediately upon application start (aka "preloaded classes").
      - At application start, if its CDS archive(s) were created with -XX:+ AOTClassLinking, disable CDS completely when an incompatible configuration is detected (e.g., if JVMTI ClassFileLoadHook is enabled).
      - When the three main class loaders (boot, platform, app) are created, add AOT-linked classes to these loaders.

            iklam Ioi Lam
            iklam Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: