Java language needs reallocation mechanism for arrays

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 1.2.0
    • Component/s: core-libs
    • x86
    • windows_nt



      Name: rm29839 Date: 06/15/98


      Java language needs reallocation mechanism for arrays
      like realloc function in C and GlobalRealloc in Windows.
      Using this function core Java classes like Vector
      can be reimplemented in more efficient way.
      It can _really_ speed up all Java programs.

      For example it can be just a method in System class:
      public static Object reallocate (Object array, int newSize);

      which can return the same object or the new one with new size.
      (Review ID: 33606)
      ======================================================================

            Assignee:
            Michael Mccloskey (Inactive)
            Reporter:
            Ronan Mandel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: