Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for hotspots (0.04 seconds)

  1. benchmarks/README.md

       your results. If so, try to force a GC between runs (`-gc true`) but watch out for the caveats.
        * Add `-prof perf` or `-prof perfasm` (both only available on Linux, see Disassembling below) to see hotspots.
        * Add `-prof async` to see hotspots.
    * Have your benchmarks peer-reviewed.
    
    ### Don't
    
    * Blindly believe the numbers that your microbenchmark produces but verify them by measuring e.g. with `-prof perfasm`.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon May 03 15:30:50 GMT 2021
    - 5.9K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/JdkDownloadPlugin.java

                        + "/[module]/[classifier]/jdk/hotspot/normal/adoptium";
                } else {
                    // current pattern since JDK 9
                    artifactPattern = "jdk-"
                        + jdk.getBaseVersion()
                        + "+"
                        + jdk.getBuild()
                        + "/[module]/[classifier]/jdk/hotspot/normal/adoptium";
                }
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 27 19:29:10 GMT 2021
    - 7.6K bytes
    - Click Count (0)
Back to Top