We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
openjdk version "1.8.0_345" IBM Semeru Runtime Open Edition (build 1.8.0_345-b01) Eclipse OpenJ9 VM (build openj9-0.33.1, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20220817_453 (JIT enabled, AOT enabled) OpenJ9 - 1d9d168 OMR - b58aa2708 JCL - e361c66299 based on jdk8u345-b01)
I used jvm-sandbox https://github.com/alibaba/jvm-sandbox to build my javaagent, and when i running my app and agent in k8s environment, it will stuck when starting javaagent incidentally. At this time, jtools (jstack, jcmd, jps) cannot connect to jvm, the jvm maybe down. I print some log in the code https://github.com/alibaba/jvm-sandbox/blob/c01c28ab5d7d97a64071a2aca261804c47a534[…]sandbox/core/manager/impl/DefaultCoreLoadedClassDataSource.java like this pic , and the log is ended with “INFO c.a.j.s.c.m.i.DefaultCoreLoadedClassDataSource - Found class: com.sun.proxy.$Proxy30” and no more log. Is this a bug caused by openj9? Or if it’s other bug, how can i find the problem? jtools cannot use .
The text was updated successfully, but these errors were encountered:
Is this a bug caused by openj9?
Does it happen on other JVMs, like OpenJDK ?
Also I see you are using a 0.33.1 OpenJ9 build from 2022. May be worth trying on the latest release of OpenJ9.
Sorry, something went wrong.
Also, does the same problems occur with Semeru outside of the k8s environment?
In tried many times in my macos, i cannot appear this problem again in the local environment
Is this a bug caused by openj9? Does it happen on other JVMs, like OpenJDK ? Also I see you are using a 0.33.1 OpenJ9 build from 2022. May be worth trying on the latest release of OpenJ9.
Hotspot doesnot occur so far
No branches or pull requests
Java -version output
openjdk version "1.8.0_345"
IBM Semeru Runtime Open Edition (build 1.8.0_345-b01)
Eclipse OpenJ9 VM (build openj9-0.33.1, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20220817_453 (JIT enabled, AOT enabled)
OpenJ9 - 1d9d168
OMR - b58aa2708
JCL - e361c66299 based on jdk8u345-b01)
Summary of problem
I used jvm-sandbox https://github.com/alibaba/jvm-sandbox to build my javaagent, and when i running my app and agent in k8s environment, it will stuck when starting javaagent incidentally. At this time, jtools (jstack, jcmd, jps) cannot connect to jvm, the jvm maybe down. I print some log in the code https://github.com/alibaba/jvm-sandbox/blob/c01c28ab5d7d97a64071a2aca261804c47a534[…]sandbox/core/manager/impl/DefaultCoreLoadedClassDataSource.java like this pic
, and the log is ended with “INFO c.a.j.s.c.m.i.DefaultCoreLoadedClassDataSource - Found class: com.sun.proxy.$Proxy30” and no more log. Is this a bug caused by openj9? Or if it’s other bug, how can i find the problem? jtools cannot use .
The text was updated successfully, but these errors were encountered: