Skip to content

Changes

Summary

  1. 277422: Nice if heap parsing was multi-threaded (details)
  2. 277422: Nice if heap parsing was multi-threaded (details)
  3. 277422: Nice if heap parsing was multi-threaded (details)
  4. 550167: Multi-threaded object marking can give incorrect results on OOME (details)
Commit 9cd4ef30ec713d60eaa81fc1d83005fbcd7a3dbb by Andrew Johnson
277422: Nice if heap parsing was multi-threaded
Performance and memory usage tests Task-Url:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=277422
Change-Id: I9b87350515606822f01d2cf15efd3c366127a2f6
The file was modified plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/Application.java
The file was modified plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/TestApplication.java
The file was modified plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/TestSuiteResult.java
The file was modified plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/TestParseApp.java
The file was modified plugins/org.eclipse.mat.tests/META-INF/tests/performance.xml
The file was modified plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/PerfData.java
Commit 2bee17237c07090b8a0ea5e0584fcb7c78407db2 by Andrew Johnson
277422: Nice if heap parsing was multi-threaded
Fix bug with no units on Xmx Task-Url:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=277422
Change-Id: Iab7edfe115c0f2b5def661c92827ac4087ef9c10
The file was modified plugins/org.eclipse.mat.tests/META-INF/tests/performance.xml
The file was modified plugins/org.eclipse.mat.tests/META-INF/tests/regression.xml
The file was modified plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/TestApplication.java
Commit 4e556c1e0bdf5e4f6b09c964f2bc3d4773254457 by Andrew Johnson
277422: Nice if heap parsing was multi-threaded
Performance regression test CSV fixes Task-Url:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=277422
Change-Id: I5be1f11e834a3c7e1b64df38f951849f183e0a18
The file was modified plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/TestApplication.java
The file was modified plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/TestParseApp.java
The file was modified plugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/regression/RegTestUtils.java
Commit 11244ade3970e00ed64a7c295b9bb5e6267b2311 by Andrew Johnson
550167: Multi-threaded object marking can give incorrect results on OOME
Revert GarbageCleaner change to avoid conflicts with parallel parsing
changes. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=550167
Change-Id: I6e534e20c7ef525e065385b62b0069fc0f4fd715
The file was modified plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/Messages.java
The file was modified plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/snapshot/ObjectMarker.java
The file was modified plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/messages.properties
The file was addedplugins/org.eclipse.mat.tests/src/org/eclipse/mat/tests/CreatePerformanceDump.java