Add JNI Call to set ForceUsePreexistence#9
Merged
r30shah merged 1 commit intodebug-agentfrom Dec 9, 2021
Merged
Conversation
Add a JNI method which can be used to set ForceUsePreexistence JIT options for DebugAgent. Signed-off-by: Rahil Shah <rahil@ca.ibm.com>
Owner
Author
|
@ShaneKilloran Were you able to get the maven to pick up compiler options? Changes in https://github.com/r30shah/openj9-jit-debug-agent/pull/9/files#diff-3c946a5c11ff7d7dd8329822f67935a8d839ae0b334be118e46fc7c4c5fd3aa2 is only done to get the maven compile the debug agent. If you can specify compiler args and they are picked up, we can remove this change. |
Owner
Author
|
This change is needed for eclipse-openj9/openj9-utils#79 so merging now. Once we have the POM.xml that works with the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a JNI method which can be used to set ForceUsePreexistence JIT
options for DebugAgent.
Signed-off-by: Rahil Shah rahil@ca.ibm.com