Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/java-profiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v_1.22.0
Choose a base ref
...
head repository: DataDog/java-profiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v_1.23.0
Choose a head ref
  • 11 commits
  • 35 files changed
  • 6 contributors

Commits on Feb 27, 2025

  1. [Automated] Bump dev version to 1.23.0

    Datadog Java Profiler committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    b02f0ad View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Run tests on musl aarch64 (#190)

    * Cache JDK for aarch64/musl
    
    * Run tests on aarch64/musl
    jbachorik authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    4783826 View commit details
    Browse the repository at this point in the history
  2. Update test_workflow.yml

    jbachorik authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    7990590 View commit details
    Browse the repository at this point in the history
  3. Update test_workflow.yml

    jbachorik committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    cc98924 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Configuration menu
    Copy the full SHA
    914e076 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Downport of f0ceda6: Unwind String.indexOf intrinsic on AArch64. Fix …

    …TTSP test. (#193)
    Matt authored Mar 18, 2025
    1 Configuration menu
    Copy the full SHA
    9b1ff48 View commit details
    Browse the repository at this point in the history
  2. Fix Java 24 support (#194)

    jbachorik authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    0e5b5f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Configuration menu
    Copy the full SHA
    2be058c View commit details
    Browse the repository at this point in the history
  2. Switch JDK 23->24

    jbachorik committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    0e0fd97 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Configuration menu
    Copy the full SHA
    6fa1618 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2025

  1. A set of fixes related to clang, aarch64 and musl pecularities of vms…

    …tructs stack unwinder (#199)
    
    * Use heuristic to get frame layout for aarch64
    
    * Improve recovery from Java Anchor Frame
    
    * Add and extend tests for vmstructs based stackwalking
    
    * Adjust for Musl signal trampoline
    
    * Run non-crashy test configs first
    
    * Reduce crashiness and locking of tests
    
    * Use root symbols
    
    * Compensate for GH musl/x64 runner quirks
    
    * Emit 'skip_frames' error frame on java anchor fallback
    
    * Do not try to recover from invalid anchor frames
    
    * Use X-enums for better code clarity
    jbachorik authored Mar 30, 2025
    Configuration menu
    Copy the full SHA
    e48ac23 View commit details
    Browse the repository at this point in the history
Loading