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

8336759: C2: int counted loop with long limit not recognized as counted loop #22449

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Nov 13, 2024

  1. insert loop_limit_check

    tabjy committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dffcd8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9b167d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

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

Commits on Nov 21, 2024

  1. fix TEstMemorySegment

    tier-1 passing
    tabjy committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    07e6ac1 View commit details
    Browse the repository at this point in the history
  2. fix TestClassDump

    tabjy committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    bf4f002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dca9984 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3ebc69 View commit details
    Browse the repository at this point in the history
  5. fixed cmp operand order

    tabjy committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8da24ab View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. fixed TestMismatch

    tabjy committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    060995a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba35c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. add TestIntLoopLongLimit.java

    tabjy committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2e6e203 View commit details
    Browse the repository at this point in the history
  2. update comments

    tabjy committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    053953b View commit details
    Browse the repository at this point in the history
  3. update tests

    tabjy committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    346feb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. uncomment tests

    tabjy committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    58e6fc8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    6e9ad5a View commit details
    Browse the repository at this point in the history
  2. fix typo in comments

    tabjy committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    fce1819 View commit details
    Browse the repository at this point in the history
  3. update testLimitNotInvariant

    tabjy committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    0a8e998 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c8cb05 View commit details
    Browse the repository at this point in the history
  5. wrap a line at 80 chars

    tabjy committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4a7d03f View commit details
    Browse the repository at this point in the history