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/jdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0bb6af3b
Choose a base ref
...
head repository: openjdk/jdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4eeeb165
Choose a head ref
  • 13 commits
  • 24 files changed
  • 1 contributor

Commits on Aug 7, 2023

  1. Fix relocator.cpp

    coleenp committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bfeaafc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d668be View commit details
    Browse the repository at this point in the history
  3. Fix java.cpp

    coleenp committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b413244 View commit details
    Browse the repository at this point in the history
  4. Fixed sharedRuntime.cpp

    coleenp committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    4186fee View commit details
    Browse the repository at this point in the history
  5. Fix arguments.cpp

    coleenp committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    20545c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4421daf View commit details
    Browse the repository at this point in the history
  7. Fix deoptimization.cpp (size_of_frames is used to assign to _total_fr…

    …ame_sizes, which is an int and referred to from cpu code, so left it as an int and added checked cast instead)
    coleenp committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c6ecce8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18e3f67 View commit details
    Browse the repository at this point in the history
  9. Fix signature.cpp

    coleenp committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    070e905 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d086870 View commit details
    Browse the repository at this point in the history
  11. Fix gtests

    coleenp committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    48a306f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    12295ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4eeeb16 View commit details
    Browse the repository at this point in the history
Loading