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: xerial/snappy-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.10.6
Choose a base ref
...
head repository: xerial/snappy-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.10.7
Choose a head ref
  • 6 commits
  • 6 files changed
  • 4 contributors

Commits on Aug 7, 2024

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

Commits on Sep 10, 2024

  1. internal: use LambdaMetafactory to generate java.util.zip.CRC32C inst…

    …ances (#595)
    
    currently we have written a lambda (turns into anonymous class) which
    invokes a MethodHandle for the java.util.zip.CRC32C constructor as the
    Supplier<Checksum> implementation.
    
    This has 2 layers of misdirection. The Supplier implementation spun up
    by the jvm calls the anonymous lambda class, which then calls the
    MethodHandle invoke. This leads to stack traces like:
    
    use LambdaMetafactory to generate a Supplier<Checksum> which calls the
    java.util.zip.CRC32C
    
    Co-authored-by: bo8979 <[email protected]>
    bokken and bo8979 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    01368fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5290e26 View commit details
    Browse the repository at this point in the history
  3. Bump peter-evans/create-pull-request from 6 to 7 (#596)

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1af05fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da1af8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    899b9b2 View commit details
    Browse the repository at this point in the history
Loading