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: openjdk/babylon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d02e7c6f
Choose a base ref
...
head repository: openjdk/babylon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 54035024
Choose a head ref
  • 18 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 17, 2024

  1. fixed InnerClassLambdaMetafactory for hidden classes

    asotona committed Apr 17, 2024
    Copy the full SHA
    ce8b8f2 View commit details
  2. fix of the non-reflective args load only

    asotona committed Apr 17, 2024
    Copy the full SHA
    df5cc78 View commit details
  3. applied suggested changes

    asotona committed Apr 17, 2024
    Copy the full SHA
    f0bc4b3 View commit details

Commits on Apr 18, 2024

  1. 8330467: NoClassDefFoundError when lambda is in a hidden class

    Reviewed-by: psandoz, mchung
    
    # Conflicts:
    #	src/java.base/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java
    #	test/jdk/java/lang/invoke/defineHiddenClass/BasicTest.java
    asotona committed Apr 18, 2024
    Copy the full SHA
    deacaaa View commit details
  2. Merge branch 'code-reflection' into generator-round-3

    asotona committed Apr 18, 2024
    Copy the full SHA
    701b09a View commit details
  3. removed obsolete code

    asotona committed Apr 18, 2024
    Copy the full SHA
    0083ddf View commit details
  4. Copy the full SHA
    be09e0d View commit details
  5. Copy the full SHA
    3b3b879 View commit details
  6. Copy the full SHA
    f5dfbfb View commit details
  7. Copy the full SHA
    fc2faf2 View commit details
  8. lambda revert

    asotona committed Apr 18, 2024
    Copy the full SHA
    1b54149 View commit details

Commits on Apr 19, 2024

  1. Copy the full SHA
    188d0ff View commit details
  2. Copy the full SHA
    4170966 View commit details
  3. Copy the full SHA
    64e6ffe View commit details
  4. Copy the full SHA
    ee08754 View commit details
  5. long lines breaks

    asotona committed Apr 19, 2024
    Copy the full SHA
    e4216c4 View commit details
  6. fixed comments

    asotona committed Apr 19, 2024
    Copy the full SHA
    2dfc8cc View commit details
  7. split of canDefer method to avoid redundant dispatching

    asotona committed Apr 19, 2024
    Copy the full SHA
    5403502 View commit details
Loading