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

javac generates duplicate constant pool entries

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.2
    • 1.4.0
    • tools
    • mantis
    • generic
    • solaris_8

      Try the following program to see how javac often generates duplicate
      constant pool entries.

      class T1 {
          int x;
      }

      class T2 extends T1 {
          {
              int a = x
                  + x + x + x + x
                  + x + x + x + x
                  + x + x + x + x
                  + x + x + x + x
                  + x + x + x + x
                  ;
          }
      }

            gafter Neal Gafter (Inactive)
            gafter Neal Gafter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: