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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 1.3.1
    • 1.3.1, 1.4.0
    • 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);
          }
        }

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: