-
Notifications
You must be signed in to change notification settings - Fork 729
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
ThreadMxBean:getThreadAllocatedBytes(long) not available with ppc64le IBM Semeru v11 #16694
Comments
You can try the following test build https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Build_JDK11_ppc64le_linux_Personal/444/OpenJ9-JDK11-ppc64le_linux-20230209-102156.tar.gz |
pshipton
added a commit
to pshipton/openj9
that referenced
this issue
Feb 16, 2023
Stop stubbing com.sun.management.ThreadMXBean and inherit com.ibm.lang.management.ThreadMXBean from com.sun.management.ThreadMXBean Issue eclipse-openj9#16694 Signed-off-by: Peter Shipton <[email protected]>
pshipton
added a commit
to pshipton/openj9
that referenced
this issue
Feb 16, 2023
Stop stubbing com.sun.management.ThreadMXBean and inherit com.ibm.lang.management.ThreadMXBean from com.sun.management.ThreadMXBean Issue eclipse-openj9#16694 Signed-off-by: Peter Shipton <[email protected]>
pshipton
added a commit
to pshipton/openj9
that referenced
this issue
Feb 22, 2023
Stop stubbing com.sun.management.ThreadMXBean and inherit com.ibm.lang.management.ThreadMXBean from com.sun.management.ThreadMXBean Issue eclipse-openj9#16694 Signed-off-by: Peter Shipton <[email protected]>
pshipton
added a commit
to pshipton/openj9
that referenced
this issue
Mar 14, 2023
Stop stubbing com.sun.management.ThreadMXBean and inherit com.ibm.lang.management.ThreadMXBean from com.sun.management.ThreadMXBean Issue eclipse-openj9#16694 Signed-off-by: Peter Shipton <[email protected]>
aaneja
added a commit
to aaneja/mvn-test
that referenced
this issue
Nov 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Java -version output
Output from
java -version
.JAVA rpm can be downloaded from here: https://github.com/ibmruntimes/semeru11-certified-binaries/releases/download/jdk-11.0.17%2B8_openj9-0.35.0/ibm-semeru-certified-11-jdk-11.0.17.0-1.ppc64le.rpm
Summary of problem
I have been working on getting an ISV application (Open-source version) running on ppc64le. The source links are located here: https://hub.alfresco.com/t5/alfresco-content-services-blog/building-alfresco-docker-images-from-source-code/ba-p/311375
When trying to build the component called "base-repo" with mvn install, gives an error with the IBM Semeru v11.
It looks like Semeru/OpenJ9 didn’t implement this symbol currently. I did find the same reference in one of the issues, still open,
#14054 (comment)
Would like to know, if this symbol can be included as part of Semeru/OpenJ9. Also, if it can be implemented, when can we expect a new build or a supported maintenance release, so that I can continue with my test.
Do let me know if you need more details, I will be able to provide the same.
The text was updated successfully, but these errors were encountered: