We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description OWSTTaskTerminator destructor not called because its parent class ParallelTaskTerminator's destructor is not virtual.
Steps to Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
JDK version The output of java -version command
java -version
Execution environment
The text was updated successfully, but these errors were encountered:
[Bug] Memory leak because OWSTTaskTerminator destructor not called
9e79483
Summary: Make parent class ParallelTaskTerminator destructor virtual. Test Plan: Test case Reviewed-by: Issue: dragonwell-project#319
[GC] Memory leak because OWSTTaskTerminator destructor not called
ca0ec2a
No branches or pull requests
Description
OWSTTaskTerminator destructor not called because its parent class ParallelTaskTerminator's destructor is not virtual.
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
JDK version
The output of
java -version
commandExecution environment
The text was updated successfully, but these errors were encountered: