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

AArch64: java/javac error with AllocatePrefetchDistance

XMLWordPrintable

    • b23
    • aarch64

        The default AllocatePrefetchDistance is 3 * the dcache line size.

        http://hg.openjdk.java.net/jdk/jdk11/file/tip/src/hotspot/cpu/aarch64/vm_version_aarch64.cpp#l132

        If the cache line size is 256, we trip over an error at

        http://hg.openjdk.java.net/jdk/jdk11/file/tip/src/hotspot/share/runtime/flags/jvmFlagConstraintsCompiler.cpp#l93

        This is because the prefetch distance is limited to 512.

              aph Andrew Haley
              aph Andrew Haley
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: