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

java.lang.Bignum.multiply(), divide(), integerDivide() methods may hang

XMLWordPrintable

    • sparc
    • solaris_2.5

      ==== Here is the template for tests ====
      ==== (****** is one of multiply, divide, integerDivide) ====
      import java.lang.Bignum;
      class java_lang_Bignum_binOp {
        public static void main(String args[]) {
          Bignum b1=new Bignum(0);
          Bignum b2=new Bignum("-53453345.545334325");
          System.out.println(b1.******(b2)); // hangs
        }
      }

            mhapnersunw Mark Hapner (Inactive)
            mgorshen Mikhail Gorshenev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: