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

A NonFatal Internal JIT

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.1.7
    • vm-legacy



      Name: vi73552 Date: 03/26/99


      2.
       public int getLimit(){
          
           float value = dates[N-2] / 7;
           int base = (int)value;
           int P;
          
           if(value > N) {
                 if(dates[N-2] % 7 > 0) {
      P = base + 1;
      }else {
                   P = base;
                 }
      }else if(value < N){
      if(dates[N-2] % 7 > 0) {
      P = base + 1;
      }else {
                   P = base;
                 }
      }else if(value == N){
      P = N;
      }

      return base;
          }



      3. A nonfatal internal JIT <3.00.07b<x>> error ' structured exception (C0000005)
         has occured in : ' Graph.getLimit() I'; Interpreting method


      4. This has occured twice today
      (Review ID: 56126)
      ======================================================================

            duke J. Duke
            vasya Vassili Igouchkine (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: