Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8004051

ARM: assert(_oprs_len[mode] < maxNumberOfOperands) failed: array overflow

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • hs25
    • hs24, hs25, 7u60
    • embedded
    • None
    • b15
    • arm
    • linux
    • Verified

        assert is triggered when number of register based arguments passed to a java method exceeds 16.

        In share/vm/c1/c1_LIR.hpp:

        enum {
            maxNumberOfOperands = 16,
            maxNumberOfInfos = 4
          };

              bpittore Bill Pittore (Inactive)
              vladidan Vladimir Danushevsky (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: