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

ResourceObj::operator new(size_t, allocation_type) leaks memory

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 2.0
    • hotspot
    • None
    • gc
    • generic
    • generic

      ResourceObj's can be allocated on the C heap by calling

          new(ResourceObj::C_HEAP) Foo(...)

      Unfortunately, there is then no way to recover the space that is
      allocated, because ResourceObj::operator delete(void*) is a noop.

      ###@###.### 2002-01-30

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: