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

unsafe pointer subtraction in klassVtable constructor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • hs13
    • 1.2.2
    • hotspot
    • None
    • gc
    • generic
    • generic

      The pointer subtraction in the klassVtable ctor to compute _tableOffset is unsafe in a 64-bit VM.

       public:
        klassVtable(KlassHandle h_klass, void* base, int length) : _klass(h_klass) {
          _tableOffset = (address)base - (address)h_klass(); _length = length;
        }

      Spotted by Peter Kessler.

            jcoomes John Coomes (Inactive)
            jcoomes John Coomes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: