Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Java GC bugfix #528

Merged
merged 1 commit into from
Aug 20, 2015
Merged

Java GC bugfix #528

merged 1 commit into from
Aug 20, 2015

Conversation

nrgraham23
Copy link
Contributor

This pull request adds two Buffer references to the
Request class. Whenever a request object is created
that has associated buffers, the buffers should be added
to these references so the java garbage collector does
not dispose of the buffers prematurely.

This is a more robust expansion on the idea first proposed by
@ggouaillardet, and further discussed in open-mpi/ompi#369.

Fixes open-mpi/ompi#369

Manual cherry-pick from open-mpi/ompi@d363b5d

Signed-off-by: Nathaniel Graham [email protected]

This pull request adds two Buffer references to the
Request class. Whenever a request object is created
that has associated buffers, the buffers should be added
to these references so the java garbage collector does
not dispose of the buffers prematurely.

This is a more robust expansion on the idea first proposed by
@ggouaillardet, and further discussed in open-mpi#369.

Fixes open-mpi#369

Manual cherry-pick from d363b5d

Signed-off-by: Nathaniel Graham <[email protected]>
@jsquyres
Copy link
Member

👍

@osvegis @hppritcha The goal here is to get the fix to the long-standing open-mpi/ompi#369 into the v1.10 release.

@jsquyres jsquyres added this to the v1.10.0 milestone Aug 20, 2015
@jsquyres jsquyres added the bug label Aug 20, 2015
rhc54 pushed a commit that referenced this pull request Aug 20, 2015
@rhc54 rhc54 merged commit 51babab into open-mpi:v1.10 Aug 20, 2015
alex-mikheev pushed a commit to alex-mikheev/ompi-release that referenced this pull request Nov 11, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants