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

(0.25) Implement TR_J9VM::ensureOSRBufferSize for JITServer #11916

Merged

Conversation

dmitry-ten
Copy link
Contributor

The method needs to compute the usage of VM's buffer and
reallocate it to a bigger size if necessary.
Since the buffer is stored on the client, this PR overrides
ensureOSRBufferSize and sends a message to the client
to expand the buffer when it detects that it's needed

The method needs to compute the usage of VM's buffer and
reallocate it to a bigger size if necessary.
Since the buffer is stored on the client, this PR overrides
`ensureOSRBufferSize` and sends a message to the client
to expand the buffer when it detects that it's needed

Signed-off-by: Dmitry Ten <Dmitry.Ten@ibm.com>
@dmitry-ten
Copy link
Contributor Author

This is a copy of #11898 for 0.25 release.
@mpirvu .

@mpirvu mpirvu added the comp:jitserver Artifacts related to JIT-as-a-Service project label Feb 9, 2021
@mpirvu mpirvu added this to In progress in JIT as a Service via automation Feb 9, 2021
@mpirvu mpirvu self-assigned this Feb 9, 2021
@mpirvu mpirvu merged commit c0c8839 into eclipse-openj9:v0.25.0-release Feb 9, 2021
JIT as a Service automation moved this from In progress to Done Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:jitserver Artifacts related to JIT-as-a-Service project
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants