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

Add new flag J9VM_OPT_JITSERVER to enable JITServer #379

Merged
merged 1 commit into from
Feb 27, 2020

Conversation

ashu-mehra
Copy link

@ashu-mehra ashu-mehra commented Feb 25, 2020

The macro used for building JITServer in OpenJ9 is changed from
JITSERVER_SUPPORT to J9VM_OPT_JITSERVER. The makefile OpenJ9.mk
needs to be updated to set the correct env variable.
Older env variable JITSERVER_SUPPORT would be kept until changes
in OpenJ9 are not done to avoid any build breaks.

Signed-off-by: Ashutosh Mehra mehra.ashutosh@ibm.com

@ashu-mehra
Copy link
Author

See eclipse-openj9/openj9#8656 for related OpenJ9 change.

The macro used for building JITServer in OpenJ9 is changed from
JITSERVER_SUPPORT to J9VM_OPT_JITSERVER. The makefile OpenJ9.mk
needs to be updated to set the correct env variable.

Signed-off-by: Ashutosh Mehra <mehra.ashutosh@ibm.com>
@keithc-ca
Copy link
Member

Jenkins compile win jdk8 depends eclipse-openj9/openj9#8656

@keithc-ca keithc-ca merged commit 4d1d143 into ibmruntimes:openj9 Feb 27, 2020
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.

None yet

2 participants