src/share/vm/memory/heapInspection.cpp

changeset 7074
833b0f92429a
parent 6680
78bbf4d43a14
child 7535
7ae4e26cb1e0
     1.1 --- a/src/share/vm/memory/heapInspection.cpp	Wed Aug 27 09:36:55 2014 +0200
     1.2 +++ b/src/share/vm/memory/heapInspection.cpp	Wed Aug 27 08:19:12 2014 -0400
     1.3 @@ -135,7 +135,7 @@
     1.4    _ref = (HeapWord*) Universe::boolArrayKlassObj();
     1.5    _buckets =
     1.6      (KlassInfoBucket*)  AllocateHeap(sizeof(KlassInfoBucket) * _num_buckets,
     1.7 -                                            mtInternal, 0, AllocFailStrategy::RETURN_NULL);
     1.8 +       mtInternal, CURRENT_PC, AllocFailStrategy::RETURN_NULL);
     1.9    if (_buckets != NULL) {
    1.10      _size = _num_buckets;
    1.11      for (int index = 0; index < _size; index++) {

mercurial