Skip to content

Changes

Summary

  1. Bug 581932 ArrayIndexOutOfBoundsException in ArrayIntCompressed (details)
  2. Bug 581932 ArrayIndexOutOfBoundsException in ArrayIntCompressed (details)
Commit 8a4b7916316dfd29858aab5d2805a09b141741b1 by Andrew Johnson
Bug 581932 ArrayIndexOutOfBoundsException in ArrayIntCompressed

on beforePass2 parsing

Fix and test possible bug on MAT collections when while using an
iterator doing a non-structural update to the collection

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=581932
Change-Id: Ife7a4bfa8c202f3a60dd61bd7e99b79ffdc77c28
The file was modified plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/HashMapLongObject.java
The file was modified plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/HashMapIntLong.java
The file was modified plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/HashMapIntObject.java
The file was modified plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SetIntTest.java
The file was modified plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/SetLong.java
The file was modified plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/SetLongTest.java
The file was modified plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/HashMapObjectLong.java
The file was modified plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/SetInt.java
The file was modified plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/collect/PrimitiveMapTests.java
Commit 54651070d185e9c369e1fab303fb5b2e6e3b298d by Andrew Johnson
Bug 581932 ArrayIndexOutOfBoundsException in ArrayIntCompressed

on beforePass2 parsing

Add debug message if a class address can't be found in
beforePass2 parsing.

Change-Id: I3acf642d7d47b02dc9c6147b8ead4ed32045c472
The file was modified plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/Messages.java
The file was modified plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/messages.properties
The file was modified plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/HprofParserHandlerImpl.java