[Ladybird, Merlin] ShouldNotReachHere when perfrom math operations on longs.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P1
    • 1.3.1
    • Affects Version/s: 1.3.1, 1.4.0
    • Component/s: hotspot
    • None
    • beta
    • x86
    • windows_nt

        Bug reported by Ken Russell.

        running the code below in Xcomp causes the c1 compiler1 to crash.

         public class CrashC1 {
          public long alignUp(long size, long alignment) {
            return (size + alignment - 1) & ~(alignment - 1);
          }

          public static void main(String[] args) {
            new CrashC1().alignUp(8, 8);
          }
        }

              Assignee:
              Srdjan Mitrovic (Inactive)
              Reporter:
              Mohammad Gharahgouzloo (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: