Christian Jorgensen

Results 66 comments of Christian Jorgensen

It's IBM i 7.3. Java 11 is installed as licensed program. Is it required to have both - and why? Latest Java PTF group is installed.

Thanks for explaining and looking into this... I'm fully up-to-date with CUM and group PTF packages (like to be on the frontline 😄), so I don't miss any group PTF...

> I expected nothing less 🙂 You know me 😉 I can confirm that setting environment variable `JAVA_TOOL_OPTIONS=-Xint` indeed does work. I have set the variable at the system level...

I have local repositories, mirrored from the IBM repositories, so my version of your `yum` commands is this: ``` yum clean expire-cache --enablerepo="ibmi*" --disablerepo="m02*" && yum upgrade openjdk-11 --enablerepo="ibmi*" --disablerepo="m02*"...

Much better! ``` → /QOpenSys/pkgs/lib/jvm/openjdk-11/bin/java -version openjdk version "11.0.15-ea" 2022-04-19 OpenJDK Runtime Environment (build 11.0.15-ea+10) Eclipse OpenJ9 VM (build openj9-0.32.0, JRE 11 OS400 ppc64-64-Bit Compressed References 20230320_202 (JIT enabled, AOT...

@rcronin Here is the output from Java11 on our IBM i 7.5 (Power9) server: ``` → /QOpenSys/pkgs/lib/jvm/openjdk-11/bin/java --version openjdk 11.0.15-ea 2022-04-19 OpenJDK Runtime Environment (build 11.0.15-ea+10) Eclipse OpenJ9 VM (build...