Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thread name based exclusions #1353

Merged
merged 1 commit into from
May 20, 2019
Merged

Thread name based exclusions #1353

merged 1 commit into from
May 20, 2019

Conversation

pyricau
Copy link
Member

@pyricau pyricau commented May 20, 2019

  • Readded support for exclusions of local variable based on thread names
  • Renamed ThreadExclusion to JavaLocalExclusion
  • Fixed bug: KeyedWeakReference was not always ignored because its superclass is has a weakly reachable exclusion.
  • Fixed bug: all root nodes had the same visit order as the first non root enqueued item, making it possible for a non root node to be dequeued before we're done with all roots.
  • Redded gc root sorting
  • Added tests to cover all uncovered bugs
  • Added support for parsing StackFrameRecord

Fixes #1339

* Readded support for exclusions of local variable based on thread names
* Renamed ThreadExclusion to JavaLocalExclusion
* Fixed bug: KeyedWeakReference was not always ignored because its superclass is has a weakly reachable exclusion.
* Fixed bug: all root nodes had the same visit order as the first non root enqueued item, making it possible for a non root node to be dequeued before we're done with all roots.
* Redded gc root sorting
* Added tests to cover all uncovered bugs
* Added support for parsing StackFrameRecord

Fixes #1339
@pyricau pyricau merged commit 6c2ee60 into master May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add back support for Thread name based exclusions
1 participant