Questions tagged [openj9]

Eclipse OpenJ9 is an open source project that provides a high-performance, scalable, Java virtual machine (JVM) implementation. The initial code contribution for the project came from IBM's production J9 JVM.

Eclipse OpenJ9 is an open source project that provides a high-performance, scalable, Java virtual machine (JVM) implementation. The initial code contribution for the project came from IBM's production J9 JVM. See the code at https://github.com/eclipse/openj9

65 questions
0
votes
1 answer

Openj9 version for DST 2019 brasil

We need to know the openj9 version that includes DST brasil 2019 changes (iana 2019b or Greater). link https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=openj9#x64_linux please clarify
0
votes
1 answer

How to use docker-built library&bin in the host machine

My question is how to use docker container-built software&library in the host machine. A docker shipped library might be a dependence for other tool/library compilation. this question comes with me when I tried some open source projects, e.g.,…
shijie xu
  • 1,975
  • 21
  • 52
0
votes
1 answer

JVM: Add a hook to Heap Access

I am hoping to do a profiling analysis on my Java project. To get the results I want to add a "hook" to the JVM so that every time a heap access occurs, the "hook" is called and does some tracing. I have been looking into JVMTI but this does not…
Bojian Zheng
  • 2,167
  • 3
  • 13
  • 17
-1
votes
2 answers

Changing MacOS java version, Eclipse OpenJ9

I am using MacOS BigSur, trying to change java version to v1.8 I have followed the instructions from this question but no results. /usr/libexec/java_home -V commands outputs: Matching Java Virtual Machines (1): 1.8.0_292 (x86_64) "AdoptOpenJDK"…
pinki
  • 3
  • 2
-1
votes
1 answer

memory management problems with openj9 and k8s

we are running a k8s-cluster with some java applications. As container-runtime we use cr-io and as jvm adoptopenjdk-16 openj9 (should have good container support). Recently we have an increased workload on our cluster and we noticed that the…
Chris
  • 11
  • 3
1 2 3 4
5