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

Fix UMA build errors #15886

Merged
merged 1 commit into from
Sep 14, 2022
Merged

Fix UMA build errors #15886

merged 1 commit into from
Sep 14, 2022

Conversation

keithc-ca
Copy link
Contributor

@keithc-ca keithc-ca commented Sep 14, 2022

Fix compile error due to new #include "VMHelpers.hpp" in jcl code.

Remove obsolete exports that cause link errors:

  JVM_GetModuleByPackageName
  Java_java_lang_invoke_MethodHandleNatives_getConstant
  Java_java_lang_VirtualThread_notifyJvmtiMountBegin
  Java_java_lang_VirtualThread_notifyJvmtiMountEnd
  Java_java_lang_VirtualThread_notifyJvmtiUnmountBegin
  Java_java_lang_VirtualThread_notifyJvmtiUnmountEnd
  Java_java_lang_VirtualThread_registerNatives
  Java_jdk_internal_vm_Continuation_isPinnedImpl

Fix compile error due to new #include "VMHelpers.hpp" in jcl.

Remove obsolete exports that cause link errors:
  JVM_GetModuleByPackageName
  Java_java_lang_invoke_MethodHandleNatives_getConstant
  Java_java_lang_VirtualThread_notifyJvmtiMountBegin
  Java_java_lang_VirtualThread_notifyJvmtiMountEnd
  Java_java_lang_VirtualThread_notifyJvmtiUnmountBegin
  Java_java_lang_VirtualThread_notifyJvmtiUnmountEnd
  Java_java_lang_VirtualThread_registerNatives
  Java_jdk_internal_vm_Continuation_isPinnedImpl

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
@pshipton pshipton merged commit 32d53c0 into eclipse-openj9:master Sep 14, 2022
@keithc-ca keithc-ca deleted the uma branch September 14, 2022 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants