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

GrowableArrays do not work with jlong, use uint64_t

    XMLWordPrintable

Details

    • b32
    • generic
    • solaris_8

    Description

      GrowableArray's do not work with jlong, and must use uint64_t to get the same capabilities.

      jvmtiTagMap.cpp:857
       GrowableArray<jlong>* _tag_results; // collected tags

      Must be changed to
       GrowableArray<uint64_t>* _tag_results;

      Along with any other references to jlong.

      Attachments

        Activity

          People

            alanb Alan Bateman
            azeemj Azeem Jiva
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: