Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Unnecessary Assertion in removeHCRGuards #20292

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2024

  1. Remove Unnecessary Assertion in removeHCRGuards

    The assertion "!guardInfo->getByteCodeInfo().isInvalidByteCodeIndex()"
    is obsolete and not needed since the function does not actual
    access a ByteCodeInfo anywhere. It fails incorrectly when a
    "TR_SideEffectGuard" is encountered.
    
    Signed-off-by: Luke Li <[email protected]>
    luke-li-2003 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6c8fb42 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge branch 'master' of https://github.com/eclipse-openj9/openj9 int…

    …o RemoveHCRGuardsAssert
    luke-li-2003 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e6fd380 View commit details
    Browse the repository at this point in the history
  2. cmake to fail asserts

    luke-li-2003 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0d1a86a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    c6cd286 View commit details
    Browse the repository at this point in the history
  2. Appending record print

    luke-li-2003 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c2c87a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    9c48555 View commit details
    Browse the repository at this point in the history
  2. New line printout

    luke-li-2003 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    782c83a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f094243 View commit details
    Browse the repository at this point in the history