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: graalvm/mandrel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: mandrel-22.3.4.0-Final
Choose a base ref
...
head repository: graalvm/mandrel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: mandrel-22.3.5.0-Final
Choose a head ref
  • 13 commits
  • 23 files changed
  • 4 contributors

Commits on Oct 30, 2023

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

Commits on Nov 9, 2023

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

Commits on Nov 10, 2023

  1. Add support for Windows extended socket options

    Support for this got added to JDK 17.0.10+1 and, thus,
    the GraalVM code needs to account for this change.
    
    Closes: #612
    jerboaa authored and zakkak committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2b6c34a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. [22.3] Stop deleting (Buddhist|JapaneseImperial)Calendar

    This breaks basic Calendar.Builder semantics in native-images
    
    Backport of:
    oracle#6089
    jerboaa committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6e1462f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Use synchronized data structures for reachability handlers registration

    Prevent data races in reachability handlers registration when using
    `-H:-RunReachabilityHandlersConcurrently`.
    
    Closes oracle#5868
    
    (cherry picked from commit 777cb82)
    zakkak committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c629840 View commit details
    Browse the repository at this point in the history
  2. Throw exception for null in RuntimeJNIAccess/RuntimeReflection reg.

    Don't allow null values to be passed to the `register` method of
    `RuntimeJNIAccess` and `RuntimeReflection`. Since these are public APIs
    GraalVM should either handle null values (by ignoring them in this case)
    or throw a `NullPointerException` before creating an asynchronous task
    to perform the registration in the analysis, which then results in
    `NullPointerException`s being thrown later when it's no longer possible
    to understand where the null value originate from.
    
    (cherry picked from commit e6c12dd)
    zakkak committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    08c1d09 View commit details
    Browse the repository at this point in the history
  3. Fix style.

    (cherry picked from commit d621dbd)
    fniephaus authored and zakkak committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2f90e1a View commit details
    Browse the repository at this point in the history
  4. Move null checks to the beginning of register methods.

    Not before the register methods, which can miss cases, nor later on in a runnable.
    
    (cherry picked from commit f94551a)
    fniephaus authored and zakkak committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    158239a View commit details
    Browse the repository at this point in the history
  5. Apply non-null strategy to JNIAccessFeature.

    (cherry picked from commit d996f32)
    fniephaus authored and zakkak committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cdc404c View commit details
    Browse the repository at this point in the history
  6. Use Objects.requireNonNull() in ConditionalConfigurationRegistry.

    (cherry picked from commit 0ba6cc2)
    fniephaus authored and zakkak committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    88fcde3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #638 from zakkak/2023-12-18-22.3-jan-cpu-backports

    [22.3] Backports for January CPU release
    zakkak authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2c0293f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    58c08e1 View commit details
    Browse the repository at this point in the history
Loading