Push event to branch R4_31_maintenance Connecting to https://api.github.com using eclipse-releng-bot/****** (GitHub bot (username/token)) Obtained Jenkinsfile from 2dd2ee58a8644359eca1cba747188a14beddaa0b [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-s0q23 is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-s0q23" namespace: "platform" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.platform.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-s0q23" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-8-s0q23" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.platform.svc.cluster.local/platform/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-platform" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-8-s0q23 in /home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git > git init /home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance # timeout=10 Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git > git --version # timeout=10 > git --version # 'git version 2.41.0' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git +refs/heads/R4_31_maintenance:refs/remotes/origin/R4_31_maintenance # timeout=10 Avoid second fetch Checking out Revision 2dd2ee58a8644359eca1cba747188a14beddaa0b (R4_31_maintenance) > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/R4_31_maintenance:refs/remotes/origin/R4_31_maintenance # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2dd2ee58a8644359eca1cba747188a14beddaa0b # timeout=10 Commit message: "Include jdt.debug plugins to the patch build" > git rev-list --no-walk 11a51d0b3f27d26b4a84f1b6af191f7d3365b4c1 # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.eclipse.jdt.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.path # timeout=10 > git config --get submodule.eclipse.jdt.core.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.core.path # timeout=10 > git config --get submodule.eclipse.jdt.core.binaries.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.core.binaries.path # timeout=10 > git config --get submodule.eclipse.jdt.debug.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.debug.path # timeout=10 > git config --get submodule.eclipse.jdt.ui.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.ui.path # timeout=10 > git config --get submodule.eclipse.pde.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.pde.path # timeout=10 > git config --get submodule.eclipse.platform.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.path # timeout=10 > git config --get submodule.eclipse.platform.swt.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.swt.path # timeout=10 > git config --get submodule.eclipse.platform.ui.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.ui.path # timeout=10 > git config --get submodule.rt.equinox.binaries.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.binaries.path # timeout=10 > git config --get submodule.equinox.url # timeout=10 > git config -f .gitmodules --get submodule.equinox.path # timeout=10 > git config --get submodule.rt.equinox.p2.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.p2.path # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt.core # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt.core.binaries # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt.debug # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt.ui # timeout=10 > git submodule update --init --recursive --remote eclipse.pde # timeout=10 > git submodule update --init --recursive --remote eclipse.platform # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.swt # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.ui # timeout=10 > git submodule update --init --recursive --remote rt.equinox.binaries # timeout=10 > git submodule update --init --recursive --remote equinox # timeout=10 > git submodule update --init --recursive --remote rt.equinox.p2 # timeout=10 The recommended git tool is: git using credential github-bot The recommended git tool is: git using credential github-bot > git rev-parse HEAD^{commit} # timeout=10 [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git' [GitCheckoutListener] Found previous build 'eclipse.platform.releng.aggregator/R4_31_maintenance #7' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since '11a51d0' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit '2dd2ee5' as starting point [GitCheckoutListener] -> Recorded one new commit [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@f6d6f6b5' to render commit links [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 4 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (initialize PGP) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withCredentials [2024-03-20T05:21:16.738Z] Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh [2024-03-20T05:21:17.125Z] + gpg --batch --import **** [2024-03-20T05:21:17.125Z] gpg: directory '/home/jenkins/.gnupg' created [2024-03-20T05:21:17.125Z] gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created [2024-03-20T05:21:17.125Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created [2024-03-20T05:21:17.125Z] gpg: key B6D3AB9BCC641282: public key "Eclipse Platform Project " imported [2024-03-20T05:21:17.125Z] gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status [2024-03-20T05:21:17.125Z] gpg: key B6D3AB9BCC641282: secret key imported [2024-03-20T05:21:17.125Z] gpg: Total number processed: 1 [2024-03-20T05:21:17.125Z] gpg: imported: 1 [2024-03-20T05:21:17.125Z] gpg: secret keys read: 1 [2024-03-20T05:21:17.125Z] gpg: secret keys imported: 1 [Pipeline] sh [2024-03-20T05:21:17.403Z] ++ gpg --list-keys --with-colons [2024-03-20T05:21:17.403Z] ++ awk -F: '/fpr:/ {print $10}' [2024-03-20T05:21:17.403Z] ++ sort -u [2024-03-20T05:21:17.403Z] + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) [2024-03-20T05:21:17.403Z] + echo -e '5 [2024-03-20T05:21:17.403Z] y [2024-03-20T05:21:17.403Z] ' [2024-03-20T05:21:17.403Z] + gpg --batch --command-fd 0 --expert --edit-key 3C91FED3922D52296888BAE9B6D3AB9BCC641282 trust [2024-03-20T05:21:17.403Z] Secret subkeys are available. [2024-03-20T05:21:17.403Z] [2024-03-20T05:21:17.403Z] pub rsa4096/B6D3AB9BCC641282 [2024-03-20T05:21:17.403Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-03-20T05:21:17.403Z] trust: unknown validity: unknown [2024-03-20T05:21:17.403Z] ssb rsa4096/700E4F39BC05364B [2024-03-20T05:21:17.403Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-03-20T05:21:17.403Z] [ unknown] (1). Eclipse Platform Project [2024-03-20T05:21:17.403Z] [2024-03-20T05:21:17.403Z] pub rsa4096/B6D3AB9BCC641282 [2024-03-20T05:21:17.403Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-03-20T05:21:17.403Z] trust: unknown validity: unknown [2024-03-20T05:21:17.403Z] ssb rsa4096/700E4F39BC05364B [2024-03-20T05:21:17.403Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-03-20T05:21:17.403Z] [ unknown] (1). Eclipse Platform Project [2024-03-20T05:21:17.403Z] [2024-03-20T05:21:17.403Z] Please decide how far you trust this user to correctly verify other users' keys [2024-03-20T05:21:17.403Z] (by looking at passports, checking fingerprints from different sources, etc.) [2024-03-20T05:21:17.404Z] [2024-03-20T05:21:17.404Z] 1 = I don't know or won't say [2024-03-20T05:21:17.404Z] 2 = I do NOT trust [2024-03-20T05:21:17.404Z] 3 = I trust marginally [2024-03-20T05:21:17.404Z] 4 = I trust fully [2024-03-20T05:21:17.404Z] 5 = I trust ultimately [2024-03-20T05:21:17.404Z] m = back to the main menu [2024-03-20T05:21:17.404Z] [2024-03-20T05:21:17.404Z] [2024-03-20T05:21:17.404Z] pub rsa4096/B6D3AB9BCC641282 [2024-03-20T05:21:17.404Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-03-20T05:21:17.404Z] trust: ultimate validity: unknown [2024-03-20T05:21:17.404Z] ssb rsa4096/700E4F39BC05364B [2024-03-20T05:21:17.404Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-03-20T05:21:17.404Z] [ unknown] (1). Eclipse Platform Project [2024-03-20T05:21:17.404Z] Please note that the shown key validity is not necessarily correct [2024-03-20T05:21:17.404Z] unless you restart the program. [2024-03-20T05:21:17.404Z] [2024-03-20T05:21:17.404Z] + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) [2024-03-20T05:21:17.404Z] + echo -e '5 [2024-03-20T05:21:17.404Z] y [2024-03-20T05:21:17.404Z] ' [2024-03-20T05:21:17.404Z] + gpg --batch --command-fd 0 --expert --edit-key 9E3044071B758EBCB7E45673700E4F39BC05364B trust [2024-03-20T05:21:17.404Z] Secret subkeys are available. [2024-03-20T05:21:17.404Z] [2024-03-20T05:21:17.404Z] gpg: checking the trustdb [2024-03-20T05:21:17.404Z] gpg: marginals needed: 3 completes needed: 1 trust model: pgp [2024-03-20T05:21:17.404Z] gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u [2024-03-20T05:21:17.404Z] gpg: next trustdb check due at 2026-12-15 [2024-03-20T05:21:17.404Z] pub rsa4096/B6D3AB9BCC641282 [2024-03-20T05:21:17.404Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-03-20T05:21:17.404Z] trust: ultimate validity: ultimate [2024-03-20T05:21:17.404Z] ssb rsa4096/700E4F39BC05364B [2024-03-20T05:21:17.404Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-03-20T05:21:17.404Z] [ultimate] (1). Eclipse Platform Project [2024-03-20T05:21:17.404Z] [2024-03-20T05:21:17.404Z] pub rsa4096/B6D3AB9BCC641282 [2024-03-20T05:21:17.404Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-03-20T05:21:17.404Z] trust: ultimate validity: ultimate [2024-03-20T05:21:17.404Z] ssb rsa4096/700E4F39BC05364B [2024-03-20T05:21:17.404Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-03-20T05:21:17.404Z] [ultimate] (1). Eclipse Platform Project [2024-03-20T05:21:17.404Z] [2024-03-20T05:21:17.404Z] Please decide how far you trust this user to correctly verify other users' keys [2024-03-20T05:21:17.404Z] (by looking at passports, checking fingerprints from different sources, etc.) [2024-03-20T05:21:17.404Z] [2024-03-20T05:21:17.404Z] 1 = I don't know or won't say [2024-03-20T05:21:17.404Z] 2 = I do NOT trust [2024-03-20T05:21:17.404Z] 3 = I trust marginally [2024-03-20T05:21:17.404Z] 4 = I trust fully [2024-03-20T05:21:17.404Z] 5 = I trust ultimately [2024-03-20T05:21:17.404Z] m = back to the main menu [2024-03-20T05:21:17.404Z] [2024-03-20T05:21:17.404Z] [2024-03-20T05:21:17.404Z] pub rsa4096/B6D3AB9BCC641282 [2024-03-20T05:21:17.404Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-03-20T05:21:17.404Z] trust: ultimate validity: ultimate [2024-03-20T05:21:17.404Z] ssb rsa4096/700E4F39BC05364B [2024-03-20T05:21:17.404Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-03-20T05:21:17.404Z] [ultimate] (1). Eclipse Platform Project [2024-03-20T05:21:17.404Z] [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Use master) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-20T05:21:18.080Z] + git submodule foreach 'git fetch origin master; git checkout FETCH_HEAD' [2024-03-20T05:21:18.080Z] Entering 'eclipse.jdt' [2024-03-20T05:21:18.338Z] From https://github.com/eclipse-jdt/eclipse.jdt [2024-03-20T05:21:18.338Z] * branch master -> FETCH_HEAD [2024-03-20T05:21:18.338Z] HEAD is now at c30e5d7 Version bumps for 4.32 stream [2024-03-20T05:21:18.338Z] Entering 'eclipse.jdt.core' [2024-03-20T05:21:18.904Z] From https://github.com/eclipse-jdt/eclipse.jdt.core [2024-03-20T05:21:18.904Z] * branch master -> FETCH_HEAD [2024-03-20T05:21:18.904Z] HEAD is now at 495984a3e5 Collect artifact comparison delta [2024-03-20T05:21:18.904Z] Entering 'eclipse.jdt.core.binaries' [2024-03-20T05:21:19.468Z] From https://github.com/eclipse-jdt/eclipse.jdt.core.binaries [2024-03-20T05:21:19.468Z] * branch master -> FETCH_HEAD [2024-03-20T05:21:19.468Z] HEAD is now at 79101b0 Update for release 4.32 [2024-03-20T05:21:19.468Z] Entering 'eclipse.jdt.debug' [2024-03-20T05:21:20.032Z] From https://github.com/eclipse-jdt/eclipse.jdt.debug [2024-03-20T05:21:20.032Z] * branch master -> FETCH_HEAD [2024-03-20T05:21:20.032Z] HEAD is now at fbe88c825 version bumps [2024-03-20T05:21:20.032Z] Entering 'eclipse.jdt.ui' [2024-03-20T05:21:20.597Z] From https://github.com/eclipse-jdt/eclipse.jdt.ui [2024-03-20T05:21:20.597Z] * branch master -> FETCH_HEAD [2024-03-20T05:21:20.597Z] HEAD is now at bf5168d490 Add chained append support to text block clean-up (#1271) [2024-03-20T05:21:20.597Z] Entering 'eclipse.pde' [2024-03-20T05:21:21.166Z] From https://github.com/eclipse-pde/eclipse.pde [2024-03-20T05:21:21.166Z] * branch master -> FETCH_HEAD [2024-03-20T05:21:21.166Z] HEAD is now at 96b143bc57 Fix assertions to actually tests for absence instead of empty [2024-03-20T05:21:21.166Z] Entering 'eclipse.platform' [2024-03-20T05:21:21.731Z] From https://github.com/eclipse-platform/eclipse.platform [2024-03-20T05:21:21.731Z] * branch master -> FETCH_HEAD [2024-03-20T05:21:21.989Z] HEAD is now at 9d8424b8ad version bump [2024-03-20T05:21:21.989Z] Entering 'eclipse.platform.swt' [2024-03-20T05:21:22.246Z] From https://github.com/eclipse-platform/eclipse.platform.swt [2024-03-20T05:21:22.246Z] * branch master -> FETCH_HEAD [2024-03-20T05:21:22.246Z] HEAD is now at e87e11e5eb [Build] Simplify build-script in pipeline for windows native binaries [2024-03-20T05:21:22.246Z] Entering 'eclipse.platform.ui' [2024-03-20T05:21:22.811Z] From https://github.com/eclipse-platform/eclipse.platform.ui [2024-03-20T05:21:22.811Z] * branch master -> FETCH_HEAD [2024-03-20T05:21:23.069Z] HEAD is now at 1122c6318b Remove one indirection level in orbit repository access [2024-03-20T05:21:23.069Z] Entering 'equinox' [2024-03-20T05:21:23.326Z] From https://github.com/eclipse-equinox/equinox [2024-03-20T05:21:23.326Z] * branch master -> FETCH_HEAD [2024-03-20T05:21:23.583Z] HEAD is now at f9b6e09c3 Extract retrieval of ShadowList into a method and invert conditions [2024-03-20T05:21:23.583Z] Entering 'rt.equinox.binaries' [2024-03-20T05:21:23.840Z] From https://github.com/eclipse-equinox/equinox.binaries [2024-03-20T05:21:23.840Z] * branch master -> FETCH_HEAD [2024-03-20T05:21:23.840Z] HEAD is now at a768faa Recompiled binaries [2024-03-20T05:21:23.840Z] Entering 'rt.equinox.p2' [2024-03-20T05:21:24.405Z] From https://github.com/eclipse-equinox/p2 [2024-03-20T05:21:24.405Z] * branch master -> FETCH_HEAD [2024-03-20T05:21:24.663Z] HEAD is now at 35cd938d4 Enhance p2 director with "addJREIU" option. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy eclipse-platform-parent pom and eclipse-sdk target) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-20T05:21:25.387Z] + mvn clean deploy -f eclipse-platform-parent/pom.xml [2024-03-20T05:21:25.387Z] [Global flags] [2024-03-20T05:21:25.387Z] int ActiveProcessorCount = -1 {product} {default} [2024-03-20T05:21:25.387Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-03-20T05:21:25.387Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-03-20T05:21:25.387Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-03-20T05:21:25.387Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-03-20T05:21:25.387Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-03-20T05:21:25.387Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-03-20T05:21:25.387Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-03-20T05:21:25.387Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-03-20T05:21:25.387Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-03-20T05:21:25.387Z] bool AggressiveHeap = false {product} {default} [2024-03-20T05:21:25.387Z] intx AliasLevel = 3 {C2 product} {default} [2024-03-20T05:21:25.387Z] bool AlignVector = false {C2 product} {default} [2024-03-20T05:21:25.387Z] ccstr AllocateHeapAt = {product} {default} [2024-03-20T05:21:25.387Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-03-20T05:21:25.387Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-03-20T05:21:25.387Z] intx AllocatePrefetchInstr = 3 {product} {default} [2024-03-20T05:21:25.387Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-03-20T05:21:25.387Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-03-20T05:21:25.387Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-03-20T05:21:25.387Z] bool AllowParallelDefineClass = false {product} {default} [2024-03-20T05:21:25.387Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-03-20T05:21:25.387Z] bool AllowUserSignalHandlers = false {product} {default} [2024-03-20T05:21:25.387Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-03-20T05:21:25.387Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-03-20T05:21:25.387Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-03-20T05:21:25.387Z] bool AlwaysLockClassLoader = false {product} {default} [2024-03-20T05:21:25.387Z] bool AlwaysPreTouch = false {product} {default} [2024-03-20T05:21:25.387Z] bool AlwaysRestoreFPU = false {product} {default} [2024-03-20T05:21:25.387Z] bool AlwaysTenure = false {product} {default} [2024-03-20T05:21:25.387Z] ccstr ArchiveClassesAtExit = {product} {default} [2024-03-20T05:21:25.388Z] intx ArrayCopyLoadStoreMaxElem = 8 {C2 product} {default} [2024-03-20T05:21:25.388Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-03-20T05:21:25.388Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-03-20T05:21:25.388Z] intx BCEATraceLevel = 0 {product} {default} [2024-03-20T05:21:25.388Z] bool BackgroundCompilation = true {pd product} {default} [2024-03-20T05:21:25.388Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-03-20T05:21:25.388Z] intx BiasedLockingBulkRebiasThreshold = 20 {product} {default} [2024-03-20T05:21:25.388Z] intx BiasedLockingBulkRevokeThreshold = 40 {product} {default} [2024-03-20T05:21:25.388Z] intx BiasedLockingDecayTime = 25000 {product} {default} [2024-03-20T05:21:25.388Z] intx BiasedLockingStartupDelay = 0 {product} {default} [2024-03-20T05:21:25.388Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-03-20T05:21:25.388Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-03-20T05:21:25.388Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-03-20T05:21:25.388Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-03-20T05:21:25.388Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-03-20T05:21:25.388Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-03-20T05:21:25.388Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-03-20T05:21:25.388Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-03-20T05:21:25.388Z] bool C1OptimizeVirtualCallProfiling = true {C1 product} {default} [2024-03-20T05:21:25.388Z] bool C1ProfileBranches = true {C1 product} {default} [2024-03-20T05:21:25.388Z] bool C1ProfileCalls = true {C1 product} {default} [2024-03-20T05:21:25.388Z] bool C1ProfileCheckcasts = true {C1 product} {default} [2024-03-20T05:21:25.388Z] bool C1ProfileInlinedCalls = true {C1 product} {default} [2024-03-20T05:21:25.388Z] bool C1ProfileVirtualCalls = true {C1 product} {default} [2024-03-20T05:21:25.388Z] bool C1UpdateMethodData = true {C1 product} {default} [2024-03-20T05:21:25.388Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-03-20T05:21:25.388Z] bool CICompilerCountPerCPU = true {product} {default} [2024-03-20T05:21:25.388Z] bool CITime = false {product} {default} [2024-03-20T05:21:25.388Z] bool CheckJNICalls = false {product} {default} [2024-03-20T05:21:25.388Z] bool ClassUnloading = true {product} {default} [2024-03-20T05:21:25.388Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-03-20T05:21:25.388Z] bool ClipInlining = true {product} {default} [2024-03-20T05:21:25.388Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-03-20T05:21:25.388Z] bool CompactStrings = true {pd product} {default} [2024-03-20T05:21:25.388Z] ccstr CompilationMode = default {product} {default} [2024-03-20T05:21:25.388Z] ccstrlist CompileCommand = {product} {default} [2024-03-20T05:21:25.388Z] ccstr CompileCommandFile = {product} {default} [2024-03-20T05:21:25.388Z] ccstrlist CompileOnly = {product} {default} [2024-03-20T05:21:25.388Z] intx CompileThreshold = 10000 {pd product} {default} [2024-03-20T05:21:25.388Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-03-20T05:21:25.388Z] intx CompilerThreadPriority = -1 {product} {default} [2024-03-20T05:21:25.388Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-03-20T05:21:25.388Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-03-20T05:21:25.388Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-03-20T05:21:25.388Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-03-20T05:21:25.388Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-03-20T05:21:25.388Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-03-20T05:21:25.388Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-03-20T05:21:25.388Z] bool CriticalJNINatives = false {product} {default} [2024-03-20T05:21:25.388Z] bool DTraceAllocProbes = false {product} {default} [2024-03-20T05:21:25.388Z] bool DTraceMethodProbes = false {product} {default} [2024-03-20T05:21:25.388Z] bool DTraceMonitorProbes = false {product} {default} [2024-03-20T05:21:25.388Z] bool DisableAttachMechanism = false {product} {default} [2024-03-20T05:21:25.388Z] bool DisableExplicitGC = false {product} {default} [2024-03-20T05:21:25.389Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-03-20T05:21:25.389Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-03-20T05:21:25.389Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-03-20T05:21:25.389Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-03-20T05:21:25.389Z] bool DontCompileHugeMethods = true {product} {default} [2024-03-20T05:21:25.389Z] bool DontYieldALot = false {pd product} {default} [2024-03-20T05:21:25.389Z] ccstr DumpLoadedClassList = {product} {default} [2024-03-20T05:21:25.389Z] bool DumpReplayDataOnError = true {product} {default} [2024-03-20T05:21:25.389Z] bool DumpSharedSpaces = false {product} {default} [2024-03-20T05:21:25.389Z] bool DynamicDumpSharedSpaces = false {product} {default} [2024-03-20T05:21:25.389Z] bool EagerXrunInit = false {product} {default} [2024-03-20T05:21:25.389Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-03-20T05:21:25.389Z] bool EliminateAllocations = true {C2 product} {default} [2024-03-20T05:21:25.389Z] bool EliminateAutoBox = true {C2 product} {default} [2024-03-20T05:21:25.389Z] bool EliminateLocks = true {C2 product} {default} [2024-03-20T05:21:25.389Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-03-20T05:21:25.389Z] bool EnableContended = true {product} {default} [2024-03-20T05:21:25.389Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-03-20T05:21:25.389Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-03-20T05:21:25.389Z] ccstr ErrorFile = {product} {default} [2024-03-20T05:21:25.389Z] bool ErrorFileToStderr = false {product} {default} [2024-03-20T05:21:25.389Z] bool ErrorFileToStdout = false {product} {default} [2024-03-20T05:21:25.389Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-03-20T05:21:25.389Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-03-20T05:21:25.389Z] bool EstimateArgEscape = true {product} {default} [2024-03-20T05:21:25.389Z] bool ExecutingUnitTests = false {product} {default} [2024-03-20T05:21:25.389Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-03-20T05:21:25.389Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-03-20T05:21:25.389Z] bool ExtendedDTraceProbes = false {product} {default} [2024-03-20T05:21:25.389Z] bool ExtensiveErrorReports = false {product} {default} [2024-03-20T05:21:25.389Z] ccstr ExtraSharedClassListFile = {product} {default} [2024-03-20T05:21:25.389Z] bool FilterSpuriousWakeups = true {product} {default} [2024-03-20T05:21:25.389Z] bool FlightRecorder = false {product} {default} [2024-03-20T05:21:25.389Z] ccstr FlightRecorderOptions = {product} {default} [2024-03-20T05:21:25.389Z] bool ForceTimeHighResolution = false {product} {default} [2024-03-20T05:21:25.389Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-03-20T05:21:25.389Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-03-20T05:21:25.389Z] uintx G1ConcRSHotCardLimit = 4 {product} {default} [2024-03-20T05:21:25.389Z] size_t G1ConcRSLogCacheSize = 10 {product} {default} [2024-03-20T05:21:25.389Z] size_t G1ConcRefinementGreenZone = 0 {product} {default} [2024-03-20T05:21:25.389Z] size_t G1ConcRefinementRedZone = 0 {product} {default} [2024-03-20T05:21:25.389Z] uintx G1ConcRefinementServiceIntervalMillis = 300 {product} {default} [2024-03-20T05:21:25.389Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-03-20T05:21:25.389Z] size_t G1ConcRefinementThresholdStep = 2 {product} {default} [2024-03-20T05:21:25.389Z] size_t G1ConcRefinementYellowZone = 0 {product} {default} [2024-03-20T05:21:25.389Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-03-20T05:21:25.389Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-03-20T05:21:25.389Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-03-20T05:21:25.389Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-03-20T05:21:25.389Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-03-20T05:21:25.389Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-03-20T05:21:25.389Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-03-20T05:21:25.389Z] intx G1RSetRegionEntries = 256 {product} {default} [2024-03-20T05:21:25.389Z] intx G1RSetSparseRegionEntries = 8 {product} {default} [2024-03-20T05:21:25.390Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-03-20T05:21:25.390Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-03-20T05:21:25.390Z] uintx G1ReservePercent = 10 {product} {default} [2024-03-20T05:21:25.390Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-03-20T05:21:25.390Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-03-20T05:21:25.390Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-03-20T05:21:25.390Z] bool G1UseAdaptiveConcRefinement = true {product} {default} [2024-03-20T05:21:25.390Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-03-20T05:21:25.390Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-03-20T05:21:25.390Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-03-20T05:21:25.390Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-03-20T05:21:25.390Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-03-20T05:21:25.390Z] uintx GCTimeLimit = 98 {product} {default} [2024-03-20T05:21:25.390Z] uintx GCTimeRatio = 12 {product} {default} [2024-03-20T05:21:25.390Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-03-20T05:21:25.390Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-03-20T05:21:25.390Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-03-20T05:21:25.390Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-03-20T05:21:25.390Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-03-20T05:21:25.390Z] ccstr HeapDumpPath = {manageable} {default} [2024-03-20T05:21:25.390Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-03-20T05:21:25.390Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-03-20T05:21:25.390Z] uintx HeapSearchSteps = 3 {product} {default} [2024-03-20T05:21:25.390Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-03-20T05:21:25.390Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-03-20T05:21:25.390Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-03-20T05:21:25.390Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-03-20T05:21:25.390Z] bool IncrementalInline = true {C2 product} {default} [2024-03-20T05:21:25.390Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-03-20T05:21:25.390Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-03-20T05:21:25.390Z] uintx InitialRAMFraction = 64 {product} {default} [2024-03-20T05:21:25.390Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-03-20T05:21:25.390Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-03-20T05:21:25.390Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-03-20T05:21:25.390Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-03-20T05:21:25.390Z] bool Inline = true {product} {default} [2024-03-20T05:21:25.390Z] ccstr InlineDataFile = {product} {default} [2024-03-20T05:21:25.390Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-03-20T05:21:25.390Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-03-20T05:21:25.390Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-03-20T05:21:25.390Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-03-20T05:21:25.390Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-03-20T05:21:25.390Z] intx JavaPriority10_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:25.390Z] intx JavaPriority1_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:25.390Z] intx JavaPriority2_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:25.390Z] intx JavaPriority3_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:25.390Z] intx JavaPriority4_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:25.390Z] intx JavaPriority5_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:25.390Z] intx JavaPriority6_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:25.390Z] intx JavaPriority7_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:25.390Z] intx JavaPriority8_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:25.391Z] intx JavaPriority9_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:25.391Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-03-20T05:21:25.391Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-03-20T05:21:25.391Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-03-20T05:21:25.391Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-03-20T05:21:25.391Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-03-20T05:21:25.391Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-03-20T05:21:25.391Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-03-20T05:21:25.391Z] uintx LoopStripMiningIter = 1000 {C2 product} {default} [2024-03-20T05:21:25.391Z] uintx LoopStripMiningIterShortLoop = 100 {C2 product} {default} [2024-03-20T05:21:25.391Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-03-20T05:21:25.391Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-03-20T05:21:25.391Z] bool LoopUnswitching = true {C2 product} {default} [2024-03-20T05:21:25.391Z] bool ManagementServer = false {product} {default} [2024-03-20T05:21:25.391Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-03-20T05:21:25.391Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-03-20T05:21:25.391Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-03-20T05:21:25.391Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-03-20T05:21:25.391Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-03-20T05:21:25.391Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-03-20T05:21:25.391Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-03-20T05:21:25.391Z] bool MaxFDLimit = true {product} {default} [2024-03-20T05:21:25.391Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-03-20T05:21:25.391Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-03-20T05:21:25.391Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-03-20T05:21:25.391Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-03-20T05:21:25.391Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-03-20T05:21:25.391Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-03-20T05:21:25.391Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-03-20T05:21:25.391Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-03-20T05:21:25.391Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-03-20T05:21:25.391Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-03-20T05:21:25.391Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-03-20T05:21:25.391Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-03-20T05:21:25.391Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-03-20T05:21:25.391Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-03-20T05:21:25.391Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-03-20T05:21:25.391Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-03-20T05:21:25.391Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-03-20T05:21:25.391Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-03-20T05:21:25.391Z] uintx MaxRAMFraction = 4 {product} {default} [2024-03-20T05:21:25.391Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-03-20T05:21:25.391Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-03-20T05:21:25.391Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-03-20T05:21:25.391Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-03-20T05:21:25.391Z] intx MaxVectorSize = 64 {C2 product} {default} [2024-03-20T05:21:25.391Z] ccstr MetaspaceReclaimPolicy = balanced {product} {default} [2024-03-20T05:21:25.391Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-03-20T05:21:25.391Z] bool MethodFlushing = true {product} {default} [2024-03-20T05:21:25.391Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-03-20T05:21:25.391Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-03-20T05:21:25.392Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-03-20T05:21:25.392Z] intx MinInliningThreshold = 250 {product} {default} [2024-03-20T05:21:25.392Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-03-20T05:21:25.392Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-03-20T05:21:25.392Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-03-20T05:21:25.392Z] uintx MinRAMFraction = 2 {product} {default} [2024-03-20T05:21:25.392Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-03-20T05:21:25.392Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-03-20T05:21:25.392Z] size_t MinTLABSize = 2048 {product} {default} [2024-03-20T05:21:25.392Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-03-20T05:21:25.392Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-03-20T05:21:25.392Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-03-20T05:21:25.392Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-03-20T05:21:25.392Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-03-20T05:21:25.392Z] bool NUMAStats = false {product} {default} [2024-03-20T05:21:25.392Z] ccstr NativeMemoryTracking = off {product} {default} [2024-03-20T05:21:25.392Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-03-20T05:21:25.392Z] bool NeverTenure = false {product} {default} [2024-03-20T05:21:25.392Z] uintx NewRatio = 2 {product} {default} [2024-03-20T05:21:25.392Z] size_t NewSize = 1363144 {product} {default} [2024-03-20T05:21:25.392Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-03-20T05:21:25.392Z] intx NmethodSweepActivity = 10 {product} {default} [2024-03-20T05:21:25.392Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-03-20T05:21:25.392Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-03-20T05:21:25.392Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-03-20T05:21:25.392Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-03-20T05:21:25.392Z] intx ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-03-20T05:21:25.392Z] size_t OldPLABSize = 1024 {product} {default} [2024-03-20T05:21:25.392Z] size_t OldSize = 5452592 {product} {default} [2024-03-20T05:21:25.392Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-03-20T05:21:25.392Z] ccstrlist OnError = {product} {default} [2024-03-20T05:21:25.392Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-03-20T05:21:25.392Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-03-20T05:21:25.392Z] bool OptimizeFill = false {C2 product} {default} [2024-03-20T05:21:25.392Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-03-20T05:21:25.392Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-03-20T05:21:25.392Z] bool OptoBundling = false {C2 pd product} {default} [2024-03-20T05:21:25.392Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-03-20T05:21:25.392Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-03-20T05:21:25.392Z] bool OptoScheduling = false {C2 pd product} {default} [2024-03-20T05:21:25.392Z] uintx PLABWeight = 75 {product} {default} [2024-03-20T05:21:25.392Z] bool PSChunkLargeArrays = true {product} {default} [2024-03-20T05:21:25.392Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-03-20T05:21:25.392Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-03-20T05:21:25.392Z] uint ParallelGCThreads = 2 {product} {default} [2024-03-20T05:21:25.392Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-03-20T05:21:25.392Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-03-20T05:21:25.392Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-03-20T05:21:25.392Z] bool ParallelRefProcEnabled = true {product} {default} [2024-03-20T05:21:25.392Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-03-20T05:21:25.392Z] bool PartialPeelLoop = true {C2 product} {default} [2024-03-20T05:21:25.392Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-03-20T05:21:25.392Z] uintx PausePadding = 1 {product} {default} [2024-03-20T05:21:25.392Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-03-20T05:21:25.392Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-03-20T05:21:25.393Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-03-20T05:21:25.393Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-03-20T05:21:25.393Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-03-20T05:21:25.393Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-03-20T05:21:25.393Z] intx PerfDataMemorySize = 32768 {product} {default} [2024-03-20T05:21:25.393Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-03-20T05:21:25.393Z] ccstr PerfDataSaveFile = {product} {default} [2024-03-20T05:21:25.393Z] bool PerfDataSaveToFile = false {product} {default} [2024-03-20T05:21:25.393Z] bool PerfDisableSharedMem = false {product} {default} [2024-03-20T05:21:25.393Z] intx PerfMaxStringConstLength = 1024 {product} {default} [2024-03-20T05:21:25.393Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-03-20T05:21:25.393Z] bool PreferContainerQuotaForCPUCount = true {product} {default} [2024-03-20T05:21:25.393Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-03-20T05:21:25.393Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-03-20T05:21:25.393Z] intx PrefetchFieldsAhead = 1 {product} {default} [2024-03-20T05:21:25.393Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-03-20T05:21:25.393Z] bool PreserveAllAnnotations = false {product} {default} [2024-03-20T05:21:25.393Z] bool PreserveFramePointer = false {pd product} {default} [2024-03-20T05:21:25.393Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-03-20T05:21:25.393Z] bool PrintClassHistogram = false {manageable} {default} [2024-03-20T05:21:25.393Z] bool PrintCodeCache = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintCommandLineFlags = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintCompilation = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-03-20T05:21:25.393Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintFlagsFinal = true {product} {command line} [2024-03-20T05:21:25.393Z] bool PrintFlagsInitial = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintFlagsRanges = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintGC = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintGCDetails = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-03-20T05:21:25.393Z] bool PrintSharedArchiveAndExit = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintSharedDictionary = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintStringTableStatistics = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintTieredEvents = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintVMOptions = false {product} {default} [2024-03-20T05:21:25.393Z] bool PrintWarnings = true {product} {default} [2024-03-20T05:21:25.393Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-03-20T05:21:25.393Z] bool ProfileInterpreter = true {pd product} {default} [2024-03-20T05:21:25.393Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-03-20T05:21:25.393Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-03-20T05:21:25.393Z] uintx PromotedPadding = 3 {product} {default} [2024-03-20T05:21:25.393Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-03-20T05:21:25.393Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-03-20T05:21:25.393Z] bool RangeCheckElimination = true {product} {default} [2024-03-20T05:21:25.393Z] bool ReassociateInvariants = true {C2 product} {default} [2024-03-20T05:21:25.393Z] bool RecordDynamicDumpInfo = false {product} {default} [2024-03-20T05:21:25.393Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-03-20T05:21:25.393Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-03-20T05:21:25.393Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-03-20T05:21:25.393Z] bool ReduceSignalUsage = false {product} {default} [2024-03-20T05:21:25.393Z] intx RefDiscoveryPolicy = 0 {product} {default} [2024-03-20T05:21:25.393Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-03-20T05:21:25.393Z] bool RelaxAccessControlCheck = false {product} {default} [2024-03-20T05:21:25.394Z] ccstr ReplayDataFile = {product} {default} [2024-03-20T05:21:25.394Z] bool RequireSharedSpaces = false {product} {default} [2024-03-20T05:21:25.394Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-03-20T05:21:25.394Z] bool ResizePLAB = true {product} {default} [2024-03-20T05:21:25.394Z] bool ResizeTLAB = true {product} {default} [2024-03-20T05:21:25.394Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-03-20T05:21:25.394Z] bool RestrictContended = true {product} {default} [2024-03-20T05:21:25.394Z] bool RestrictReservedStack = true {product} {default} [2024-03-20T05:21:25.394Z] bool RewriteBytecodes = true {pd product} {default} [2024-03-20T05:21:25.394Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-03-20T05:21:25.394Z] bool SafepointTimeout = false {product} {default} [2024-03-20T05:21:25.394Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-03-20T05:21:25.394Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-03-20T05:21:25.394Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-03-20T05:21:25.394Z] intx SelfDestructTimer = 0 {product} {default} [2024-03-20T05:21:25.394Z] ccstr SharedArchiveConfigFile = {product} {default} [2024-03-20T05:21:25.394Z] ccstr SharedArchiveFile = {product} {default} [2024-03-20T05:21:25.394Z] size_t SharedBaseAddress = 140301599506432 {product} {default} [2024-03-20T05:21:25.394Z] ccstr SharedClassListFile = {product} {default} [2024-03-20T05:21:25.394Z] uintx SharedSymbolTableBucketSize = 4 {product} {default} [2024-03-20T05:21:25.394Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-03-20T05:21:25.394Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-03-20T05:21:25.394Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-03-20T05:21:25.394Z] bool ShowMessageBoxOnError = false {product} {default} [2024-03-20T05:21:25.394Z] bool ShrinkHeapInSteps = true {product} {default} [2024-03-20T05:21:25.394Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-03-20T05:21:25.394Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-03-20T05:21:25.394Z] bool SplitIfBlocks = true {C2 product} {default} [2024-03-20T05:21:25.394Z] intx StackRedPages = 1 {pd product} {default} [2024-03-20T05:21:25.394Z] intx StackReservedPages = 1 {pd product} {default} [2024-03-20T05:21:25.394Z] intx StackShadowPages = 20 {pd product} {default} [2024-03-20T05:21:25.394Z] bool StackTraceInThrowable = true {product} {default} [2024-03-20T05:21:25.394Z] intx StackYellowPages = 2 {pd product} {default} [2024-03-20T05:21:25.394Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-03-20T05:21:25.394Z] bool StartAttachListener = false {product} {default} [2024-03-20T05:21:25.394Z] ccstr StartFlightRecording = {product} {default} [2024-03-20T05:21:25.394Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-03-20T05:21:25.394Z] uintx StringTableSize = 65536 {product} {default} [2024-03-20T05:21:25.394Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-03-20T05:21:25.394Z] bool SuperWordReductions = true {C2 product} {default} [2024-03-20T05:21:25.394Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-03-20T05:21:25.394Z] uintx SurvivorPadding = 3 {product} {default} [2024-03-20T05:21:25.394Z] uintx SurvivorRatio = 8 {product} {default} [2024-03-20T05:21:25.394Z] double SweeperThreshold = 0.500000 {product} {default} [2024-03-20T05:21:25.394Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-03-20T05:21:25.394Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-03-20T05:21:25.394Z] size_t TLABSize = 0 {product} {default} [2024-03-20T05:21:25.394Z] bool TLABStats = true {product} {default} [2024-03-20T05:21:25.394Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-03-20T05:21:25.394Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-03-20T05:21:25.394Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-03-20T05:21:25.394Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-03-20T05:21:25.395Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-03-20T05:21:25.395Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-03-20T05:21:25.395Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-03-20T05:21:25.395Z] intx ThreadPriorityPolicy = 0 {product} {default} [2024-03-20T05:21:25.395Z] bool ThreadPriorityVerbose = false {product} {default} [2024-03-20T05:21:25.395Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-03-20T05:21:25.395Z] uintx ThresholdTolerance = 10 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier3DelayOff = 2 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier3DelayOn = 5 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-03-20T05:21:25.395Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-03-20T05:21:25.395Z] bool TieredCompilation = true {pd product} {default} [2024-03-20T05:21:25.395Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-03-20T05:21:25.395Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-03-20T05:21:25.395Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-03-20T05:21:25.395Z] intx TieredStopAtLevel = 4 {product} {default} [2024-03-20T05:21:25.395Z] bool TimeLinearScan = false {C1 product} {default} [2024-03-20T05:21:25.395Z] ccstr TraceJVMTI = {product} {default} [2024-03-20T05:21:25.395Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-03-20T05:21:25.395Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-03-20T05:21:25.395Z] bool TrapBasedRangeChecks = false {C2 pd product} {default} [2024-03-20T05:21:25.395Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-03-20T05:21:25.395Z] uintx TypeProfileLevel = 111 {pd product} {default} [2024-03-20T05:21:25.395Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-03-20T05:21:25.395Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-03-20T05:21:25.395Z] intx TypeProfileWidth = 2 {product} {default} [2024-03-20T05:21:25.395Z] intx UnguardOnExecutionViolation = 0 {product} {default} [2024-03-20T05:21:25.395Z] bool UseAES = true {product} {default} [2024-03-20T05:21:25.395Z] intx UseAVX = 3 {ARCH product} {default} [2024-03-20T05:21:25.395Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-03-20T05:21:25.395Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-03-20T05:21:25.395Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-03-20T05:21:25.395Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-03-20T05:21:25.395Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-03-20T05:21:25.395Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-03-20T05:21:25.396Z] bool UseAddressNop = true {ARCH product} {default} [2024-03-20T05:21:25.396Z] bool UseBASE64Intrinsics = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseBMI1Instructions = true {ARCH product} {default} [2024-03-20T05:21:25.396Z] bool UseBMI2Instructions = true {ARCH product} {default} [2024-03-20T05:21:25.396Z] bool UseBiasedLocking = false {product} {default} [2024-03-20T05:21:25.396Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-03-20T05:21:25.396Z] bool UseCLMUL = true {ARCH product} {default} [2024-03-20T05:21:25.396Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-03-20T05:21:25.396Z] bool UseCodeAging = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseCodeCacheFlushing = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseCompiler = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseCompressedClassPointers = true {product lp64_product} {ergonomic} [2024-03-20T05:21:25.396Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-03-20T05:21:25.396Z] bool UseCondCardMark = false {product} {default} [2024-03-20T05:21:25.396Z] bool UseContainerCpuShares = false {product} {default} [2024-03-20T05:21:25.396Z] bool UseContainerSupport = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseCountLeadingZerosInstruction = true {ARCH product} {default} [2024-03-20T05:21:25.396Z] bool UseCountTrailingZerosInstruction = true {ARCH product} {default} [2024-03-20T05:21:25.396Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-03-20T05:21:25.396Z] bool UseCounterDecay = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseDivMod = true {C2 product} {default} [2024-03-20T05:21:25.396Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseFMA = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-03-20T05:21:25.396Z] bool UseFastJNIAccessors = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseFastStosb = false {ARCH product} {default} [2024-03-20T05:21:25.396Z] bool UseG1GC = true {product} {ergonomic} [2024-03-20T05:21:25.396Z] bool UseGCOverheadLimit = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseHeavyMonitors = false {product} {default} [2024-03-20T05:21:25.396Z] bool UseHugeTLBFS = false {product} {default} [2024-03-20T05:21:25.396Z] bool UseInlineCaches = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseInterpreter = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseJumpTables = true {C2 product} {default} [2024-03-20T05:21:25.396Z] bool UseLargePages = false {pd product} {default} [2024-03-20T05:21:25.396Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-03-20T05:21:25.396Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseLoopCounter = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-03-20T05:21:25.396Z] bool UseLoopPredicate = true {C2 product} {default} [2024-03-20T05:21:25.396Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseNUMA = false {product} {default} [2024-03-20T05:21:25.396Z] bool UseNUMAInterleaving = false {product} {default} [2024-03-20T05:21:25.396Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-03-20T05:21:25.396Z] bool UseNotificationThread = true {product} {default} [2024-03-20T05:21:25.396Z] bool UseOnStackReplacement = true {pd product} {default} [2024-03-20T05:21:25.396Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-03-20T05:21:25.397Z] bool UseOprofile = false {product} {default} [2024-03-20T05:21:25.397Z] bool UseOptoBiasInlining = false {C2 product} {default} [2024-03-20T05:21:25.397Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-03-20T05:21:25.397Z] bool UseParallelGC = false {product} {default} [2024-03-20T05:21:25.397Z] bool UsePerfData = true {product} {default} [2024-03-20T05:21:25.397Z] bool UsePopCountInstruction = true {product} {default} [2024-03-20T05:21:25.397Z] bool UseProfiledLoopPredicate = true {C2 product} {default} [2024-03-20T05:21:25.397Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-03-20T05:21:25.397Z] bool UseRTMLocking = false {ARCH product} {default} [2024-03-20T05:21:25.397Z] bool UseSHA = true {product} {default} [2024-03-20T05:21:25.397Z] bool UseSHM = false {product} {default} [2024-03-20T05:21:25.397Z] intx UseSSE = 4 {ARCH product} {default} [2024-03-20T05:21:25.397Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-03-20T05:21:25.397Z] bool UseSerialGC = false {product} {default} [2024-03-20T05:21:25.397Z] bool UseSharedSpaces = true {product} {default} [2024-03-20T05:21:25.397Z] bool UseShenandoahGC = false {product} {default} [2024-03-20T05:21:25.397Z] bool UseSignalChaining = true {product} {default} [2024-03-20T05:21:25.397Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-03-20T05:21:25.397Z] bool UseStringDeduplication = false {product} {default} [2024-03-20T05:21:25.397Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-03-20T05:21:25.397Z] bool UseSuperWord = true {C2 product} {default} [2024-03-20T05:21:25.397Z] bool UseTLAB = true {product} {default} [2024-03-20T05:21:25.397Z] bool UseThreadPriorities = true {pd product} {default} [2024-03-20T05:21:25.397Z] bool UseTransparentHugePages = false {product} {default} [2024-03-20T05:21:25.397Z] bool UseTypeProfile = true {product} {default} [2024-03-20T05:21:25.397Z] bool UseTypeSpeculation = true {C2 product} {default} [2024-03-20T05:21:25.397Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-03-20T05:21:25.397Z] bool UseVectorCmov = false {C2 product} {default} [2024-03-20T05:21:25.397Z] bool UseXMMForArrayCopy = true {product} {default} [2024-03-20T05:21:25.397Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-03-20T05:21:25.397Z] bool UseXmmI2D = false {ARCH product} {default} [2024-03-20T05:21:25.397Z] bool UseXmmI2F = false {ARCH product} {default} [2024-03-20T05:21:25.397Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-03-20T05:21:25.397Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-03-20T05:21:25.397Z] bool UseZGC = false {product} {default} [2024-03-20T05:21:25.397Z] intx VMThreadPriority = -1 {product} {default} [2024-03-20T05:21:25.397Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-03-20T05:21:25.397Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-03-20T05:21:25.397Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-03-20T05:21:25.397Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-03-20T05:21:25.397Z] bool VerifySharedSpaces = false {product} {default} [2024-03-20T05:21:25.397Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-03-20T05:21:25.397Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-03-20T05:21:25.397Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-03-20T05:21:25.397Z] size_t YoungPLABSize = 4096 {product} {default} [2024-03-20T05:21:25.397Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-03-20T05:21:25.397Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-03-20T05:21:25.397Z] double ZFragmentationLimit = 25.000000 {product} {default} [2024-03-20T05:21:25.397Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-03-20T05:21:25.397Z] bool ZProactive = true {product} {default} [2024-03-20T05:21:25.397Z] bool ZUncommit = true {product} {default} [2024-03-20T05:21:25.397Z] uintx ZUncommitDelay = 300 {product} {default} [2024-03-20T05:21:25.397Z] bool ZeroTLAB = false {product} {default} [2024-03-20T05:21:25.397Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-03-20T05:21:25.397Z] Maven home: /opt/tools/apache-maven/latest [2024-03-20T05:21:25.397Z] Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9 [2024-03-20T05:21:25.397Z] Default locale: en_US, platform encoding: UTF-8 [2024-03-20T05:21:25.398Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-03-20T05:21:30.740Z] [INFO] Scanning for projects... [2024-03-20T05:21:33.268Z] [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [2024-03-20T05:21:33.268Z] [INFO] Tycho Mode: extension [2024-03-20T05:21:33.268Z] [INFO] Tycho Builder: maven [2024-03-20T05:21:33.268Z] [INFO] Build Threads: 1 [2024-03-20T05:21:41.407Z] [WARNING] The project org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [2024-03-20T05:21:41.407Z] [INFO] [2024-03-20T05:21:41.407Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >----------------- [2024-03-20T05:21:41.407Z] [INFO] Building eclipse-platform-parent 4.31.0-SNAPSHOT [2024-03-20T05:21:41.407Z] [INFO] from pom.xml [2024-03-20T05:21:41.407Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-20T05:21:41.407Z] [INFO] [2024-03-20T05:21:41.407Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-platform-parent --- [2024-03-20T05:21:41.407Z] [INFO] [2024-03-20T05:21:41.407Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-platform-parent --- [2024-03-20T05:21:41.407Z] [INFO] Copying 1 resource from saveproperties to target [2024-03-20T05:21:41.407Z] [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [2024-03-20T05:21:41.408Z] [INFO] [2024-03-20T05:21:41.408Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-platform-parent --- [2024-03-20T05:21:41.408Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-03-20T05:21:41.408Z] [INFO] [2024-03-20T05:21:41.408Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-platform-parent --- [2024-03-20T05:21:41.408Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse-platform-parent/src/main/resources [2024-03-20T05:21:41.408Z] [INFO] [2024-03-20T05:21:41.408Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse-platform-parent --- [2024-03-20T05:21:41.408Z] [INFO] [2024-03-20T05:21:41.408Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse-platform-parent --- [2024-03-20T05:21:41.408Z] [INFO] [2024-03-20T05:21:41.408Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent --- [2024-03-20T05:21:41.408Z] [INFO] Execution was skipped [2024-03-20T05:21:41.408Z] [INFO] [2024-03-20T05:21:41.408Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-platform-parent --- [2024-03-20T05:21:41.408Z] [INFO] Installing /home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse-platform-parent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/eclipse-platform-parent/4.31.0-SNAPSHOT/eclipse-platform-parent-4.31.0-SNAPSHOT.pom [2024-03-20T05:21:41.408Z] [INFO] [2024-03-20T05:21:41.408Z] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipse-platform-parent --- [2024-03-20T05:21:41.664Z] [INFO] ------------------------------------------------------------------------ [2024-03-20T05:21:41.664Z] [INFO] BUILD SUCCESS [2024-03-20T05:21:41.664Z] [INFO] ------------------------------------------------------------------------ [2024-03-20T05:21:41.664Z] [INFO] Total time: 10.752 s [2024-03-20T05:21:41.664Z] [INFO] Finished at: 2024-03-20T05:21:41Z [2024-03-20T05:21:41.664Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sh [2024-03-20T05:21:41.942Z] + mvn clean deploy -f eclipse.platform.releng.prereqs.sdk/pom.xml [2024-03-20T05:21:41.942Z] [Global flags] [2024-03-20T05:21:41.942Z] int ActiveProcessorCount = -1 {product} {default} [2024-03-20T05:21:41.942Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-03-20T05:21:41.942Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-03-20T05:21:41.942Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-03-20T05:21:41.942Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-03-20T05:21:41.942Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-03-20T05:21:41.943Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-03-20T05:21:41.943Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-03-20T05:21:41.943Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-03-20T05:21:41.943Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-03-20T05:21:41.943Z] bool AggressiveHeap = false {product} {default} [2024-03-20T05:21:41.943Z] intx AliasLevel = 3 {C2 product} {default} [2024-03-20T05:21:41.943Z] bool AlignVector = false {C2 product} {default} [2024-03-20T05:21:41.943Z] ccstr AllocateHeapAt = {product} {default} [2024-03-20T05:21:41.943Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-03-20T05:21:41.943Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-03-20T05:21:41.943Z] intx AllocatePrefetchInstr = 3 {product} {default} [2024-03-20T05:21:41.943Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-03-20T05:21:41.943Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-03-20T05:21:41.943Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-03-20T05:21:41.943Z] bool AllowParallelDefineClass = false {product} {default} [2024-03-20T05:21:41.943Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-03-20T05:21:41.943Z] bool AllowUserSignalHandlers = false {product} {default} [2024-03-20T05:21:41.943Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-03-20T05:21:41.943Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-03-20T05:21:41.943Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-03-20T05:21:41.943Z] bool AlwaysLockClassLoader = false {product} {default} [2024-03-20T05:21:41.943Z] bool AlwaysPreTouch = false {product} {default} [2024-03-20T05:21:41.943Z] bool AlwaysRestoreFPU = false {product} {default} [2024-03-20T05:21:41.943Z] bool AlwaysTenure = false {product} {default} [2024-03-20T05:21:41.943Z] ccstr ArchiveClassesAtExit = {product} {default} [2024-03-20T05:21:41.943Z] intx ArrayCopyLoadStoreMaxElem = 8 {C2 product} {default} [2024-03-20T05:21:41.943Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-03-20T05:21:41.943Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-03-20T05:21:41.943Z] intx BCEATraceLevel = 0 {product} {default} [2024-03-20T05:21:41.943Z] bool BackgroundCompilation = true {pd product} {default} [2024-03-20T05:21:41.943Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-03-20T05:21:41.943Z] intx BiasedLockingBulkRebiasThreshold = 20 {product} {default} [2024-03-20T05:21:41.943Z] intx BiasedLockingBulkRevokeThreshold = 40 {product} {default} [2024-03-20T05:21:41.943Z] intx BiasedLockingDecayTime = 25000 {product} {default} [2024-03-20T05:21:41.944Z] intx BiasedLockingStartupDelay = 0 {product} {default} [2024-03-20T05:21:41.944Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-03-20T05:21:41.944Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-03-20T05:21:41.944Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-03-20T05:21:41.944Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-03-20T05:21:41.944Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-03-20T05:21:41.944Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-03-20T05:21:41.944Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-03-20T05:21:41.944Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-03-20T05:21:41.944Z] bool C1OptimizeVirtualCallProfiling = true {C1 product} {default} [2024-03-20T05:21:41.944Z] bool C1ProfileBranches = true {C1 product} {default} [2024-03-20T05:21:41.944Z] bool C1ProfileCalls = true {C1 product} {default} [2024-03-20T05:21:41.944Z] bool C1ProfileCheckcasts = true {C1 product} {default} [2024-03-20T05:21:41.944Z] bool C1ProfileInlinedCalls = true {C1 product} {default} [2024-03-20T05:21:41.944Z] bool C1ProfileVirtualCalls = true {C1 product} {default} [2024-03-20T05:21:41.944Z] bool C1UpdateMethodData = true {C1 product} {default} [2024-03-20T05:21:41.944Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-03-20T05:21:41.944Z] bool CICompilerCountPerCPU = true {product} {default} [2024-03-20T05:21:41.944Z] bool CITime = false {product} {default} [2024-03-20T05:21:41.944Z] bool CheckJNICalls = false {product} {default} [2024-03-20T05:21:41.944Z] bool ClassUnloading = true {product} {default} [2024-03-20T05:21:41.944Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-03-20T05:21:41.945Z] bool ClipInlining = true {product} {default} [2024-03-20T05:21:41.945Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-03-20T05:21:41.945Z] bool CompactStrings = true {pd product} {default} [2024-03-20T05:21:41.945Z] ccstr CompilationMode = default {product} {default} [2024-03-20T05:21:41.945Z] ccstrlist CompileCommand = {product} {default} [2024-03-20T05:21:41.945Z] ccstr CompileCommandFile = {product} {default} [2024-03-20T05:21:41.945Z] ccstrlist CompileOnly = {product} {default} [2024-03-20T05:21:41.945Z] intx CompileThreshold = 10000 {pd product} {default} [2024-03-20T05:21:41.945Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-03-20T05:21:41.945Z] intx CompilerThreadPriority = -1 {product} {default} [2024-03-20T05:21:41.945Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-03-20T05:21:41.945Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-03-20T05:21:41.945Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-03-20T05:21:41.945Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-03-20T05:21:41.945Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-03-20T05:21:41.945Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-03-20T05:21:41.945Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-03-20T05:21:41.945Z] bool CriticalJNINatives = false {product} {default} [2024-03-20T05:21:41.945Z] bool DTraceAllocProbes = false {product} {default} [2024-03-20T05:21:41.945Z] bool DTraceMethodProbes = false {product} {default} [2024-03-20T05:21:41.945Z] bool DTraceMonitorProbes = false {product} {default} [2024-03-20T05:21:41.946Z] bool DisableAttachMechanism = false {product} {default} [2024-03-20T05:21:41.946Z] bool DisableExplicitGC = false {product} {default} [2024-03-20T05:21:41.946Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-03-20T05:21:41.946Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-03-20T05:21:41.946Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-03-20T05:21:41.946Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-03-20T05:21:41.946Z] bool DontCompileHugeMethods = true {product} {default} [2024-03-20T05:21:41.946Z] bool DontYieldALot = false {pd product} {default} [2024-03-20T05:21:41.946Z] ccstr DumpLoadedClassList = {product} {default} [2024-03-20T05:21:41.946Z] bool DumpReplayDataOnError = true {product} {default} [2024-03-20T05:21:41.946Z] bool DumpSharedSpaces = false {product} {default} [2024-03-20T05:21:41.946Z] bool DynamicDumpSharedSpaces = false {product} {default} [2024-03-20T05:21:41.946Z] bool EagerXrunInit = false {product} {default} [2024-03-20T05:21:41.946Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-03-20T05:21:41.946Z] bool EliminateAllocations = true {C2 product} {default} [2024-03-20T05:21:41.946Z] bool EliminateAutoBox = true {C2 product} {default} [2024-03-20T05:21:41.946Z] bool EliminateLocks = true {C2 product} {default} [2024-03-20T05:21:41.946Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-03-20T05:21:41.946Z] bool EnableContended = true {product} {default} [2024-03-20T05:21:41.946Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-03-20T05:21:41.946Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-03-20T05:21:41.946Z] ccstr ErrorFile = {product} {default} [2024-03-20T05:21:41.947Z] bool ErrorFileToStderr = false {product} {default} [2024-03-20T05:21:41.947Z] bool ErrorFileToStdout = false {product} {default} [2024-03-20T05:21:41.947Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-03-20T05:21:41.947Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-03-20T05:21:41.947Z] bool EstimateArgEscape = true {product} {default} [2024-03-20T05:21:41.947Z] bool ExecutingUnitTests = false {product} {default} [2024-03-20T05:21:41.947Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-03-20T05:21:41.947Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-03-20T05:21:41.947Z] bool ExtendedDTraceProbes = false {product} {default} [2024-03-20T05:21:41.947Z] bool ExtensiveErrorReports = false {product} {default} [2024-03-20T05:21:41.947Z] ccstr ExtraSharedClassListFile = {product} {default} [2024-03-20T05:21:41.947Z] bool FilterSpuriousWakeups = true {product} {default} [2024-03-20T05:21:41.947Z] bool FlightRecorder = false {product} {default} [2024-03-20T05:21:41.947Z] ccstr FlightRecorderOptions = {product} {default} [2024-03-20T05:21:41.947Z] bool ForceTimeHighResolution = false {product} {default} [2024-03-20T05:21:41.947Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-03-20T05:21:41.947Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-03-20T05:21:41.947Z] uintx G1ConcRSHotCardLimit = 4 {product} {default} [2024-03-20T05:21:41.947Z] size_t G1ConcRSLogCacheSize = 10 {product} {default} [2024-03-20T05:21:41.947Z] size_t G1ConcRefinementGreenZone = 0 {product} {default} [2024-03-20T05:21:41.947Z] size_t G1ConcRefinementRedZone = 0 {product} {default} [2024-03-20T05:21:41.947Z] uintx G1ConcRefinementServiceIntervalMillis = 300 {product} {default} [2024-03-20T05:21:41.948Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-03-20T05:21:41.948Z] size_t G1ConcRefinementThresholdStep = 2 {product} {default} [2024-03-20T05:21:41.948Z] size_t G1ConcRefinementYellowZone = 0 {product} {default} [2024-03-20T05:21:41.948Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-03-20T05:21:41.948Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-03-20T05:21:41.948Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-03-20T05:21:41.948Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-03-20T05:21:41.948Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-03-20T05:21:41.948Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-03-20T05:21:41.948Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-03-20T05:21:41.948Z] intx G1RSetRegionEntries = 256 {product} {default} [2024-03-20T05:21:41.948Z] intx G1RSetSparseRegionEntries = 8 {product} {default} [2024-03-20T05:21:41.948Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-03-20T05:21:41.948Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-03-20T05:21:41.948Z] uintx G1ReservePercent = 10 {product} {default} [2024-03-20T05:21:41.948Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-03-20T05:21:41.948Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-03-20T05:21:41.948Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-03-20T05:21:41.948Z] bool G1UseAdaptiveConcRefinement = true {product} {default} [2024-03-20T05:21:41.948Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-03-20T05:21:41.948Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-03-20T05:21:41.948Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-03-20T05:21:41.948Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-03-20T05:21:41.948Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-03-20T05:21:41.948Z] uintx GCTimeLimit = 98 {product} {default} [2024-03-20T05:21:41.948Z] uintx GCTimeRatio = 12 {product} {default} [2024-03-20T05:21:41.948Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-03-20T05:21:41.948Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-03-20T05:21:41.948Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-03-20T05:21:41.948Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-03-20T05:21:41.948Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-03-20T05:21:41.948Z] ccstr HeapDumpPath = {manageable} {default} [2024-03-20T05:21:41.948Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-03-20T05:21:41.948Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-03-20T05:21:41.948Z] uintx HeapSearchSteps = 3 {product} {default} [2024-03-20T05:21:41.949Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-03-20T05:21:41.949Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-03-20T05:21:41.949Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-03-20T05:21:41.949Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-03-20T05:21:41.949Z] bool IncrementalInline = true {C2 product} {default} [2024-03-20T05:21:41.949Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-03-20T05:21:41.949Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-03-20T05:21:41.949Z] uintx InitialRAMFraction = 64 {product} {default} [2024-03-20T05:21:41.949Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-03-20T05:21:41.949Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-03-20T05:21:41.949Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-03-20T05:21:41.949Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-03-20T05:21:41.949Z] bool Inline = true {product} {default} [2024-03-20T05:21:41.949Z] ccstr InlineDataFile = {product} {default} [2024-03-20T05:21:41.949Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-03-20T05:21:41.949Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-03-20T05:21:41.949Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-03-20T05:21:41.949Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-03-20T05:21:41.949Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-03-20T05:21:41.949Z] intx JavaPriority10_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:41.949Z] intx JavaPriority1_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:41.949Z] intx JavaPriority2_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:41.949Z] intx JavaPriority3_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:41.949Z] intx JavaPriority4_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:41.949Z] intx JavaPriority5_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:41.949Z] intx JavaPriority6_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:41.949Z] intx JavaPriority7_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:41.949Z] intx JavaPriority8_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:41.949Z] intx JavaPriority9_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:41.949Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-03-20T05:21:41.949Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-03-20T05:21:41.949Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-03-20T05:21:41.949Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-03-20T05:21:41.949Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-03-20T05:21:41.949Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-03-20T05:21:41.949Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-03-20T05:21:41.949Z] uintx LoopStripMiningIter = 1000 {C2 product} {default} [2024-03-20T05:21:41.949Z] uintx LoopStripMiningIterShortLoop = 100 {C2 product} {default} [2024-03-20T05:21:41.949Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-03-20T05:21:41.949Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-03-20T05:21:41.949Z] bool LoopUnswitching = true {C2 product} {default} [2024-03-20T05:21:41.949Z] bool ManagementServer = false {product} {default} [2024-03-20T05:21:41.949Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-03-20T05:21:41.949Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-03-20T05:21:41.949Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-03-20T05:21:41.949Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-03-20T05:21:41.949Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-03-20T05:21:41.949Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-03-20T05:21:41.950Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-03-20T05:21:41.950Z] bool MaxFDLimit = true {product} {default} [2024-03-20T05:21:41.950Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-03-20T05:21:41.950Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-03-20T05:21:41.950Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-03-20T05:21:41.950Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-03-20T05:21:41.950Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-03-20T05:21:41.950Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-03-20T05:21:41.950Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-03-20T05:21:41.950Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-03-20T05:21:41.950Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-03-20T05:21:41.950Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-03-20T05:21:41.950Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-03-20T05:21:41.950Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-03-20T05:21:41.950Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-03-20T05:21:41.950Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-03-20T05:21:41.950Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-03-20T05:21:41.950Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-03-20T05:21:41.950Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-03-20T05:21:41.950Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-03-20T05:21:41.950Z] uintx MaxRAMFraction = 4 {product} {default} [2024-03-20T05:21:41.950Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-03-20T05:21:41.950Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-03-20T05:21:41.950Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-03-20T05:21:41.950Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-03-20T05:21:41.950Z] intx MaxVectorSize = 64 {C2 product} {default} [2024-03-20T05:21:41.950Z] ccstr MetaspaceReclaimPolicy = balanced {product} {default} [2024-03-20T05:21:41.950Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-03-20T05:21:41.950Z] bool MethodFlushing = true {product} {default} [2024-03-20T05:21:41.950Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-03-20T05:21:41.950Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-03-20T05:21:41.950Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-03-20T05:21:41.950Z] intx MinInliningThreshold = 250 {product} {default} [2024-03-20T05:21:41.950Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-03-20T05:21:41.950Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-03-20T05:21:41.950Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-03-20T05:21:41.950Z] uintx MinRAMFraction = 2 {product} {default} [2024-03-20T05:21:41.950Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-03-20T05:21:41.950Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-03-20T05:21:41.950Z] size_t MinTLABSize = 2048 {product} {default} [2024-03-20T05:21:41.950Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-03-20T05:21:41.950Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-03-20T05:21:41.950Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-03-20T05:21:41.950Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-03-20T05:21:41.950Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-03-20T05:21:41.950Z] bool NUMAStats = false {product} {default} [2024-03-20T05:21:41.950Z] ccstr NativeMemoryTracking = off {product} {default} [2024-03-20T05:21:41.950Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-03-20T05:21:41.950Z] bool NeverTenure = false {product} {default} [2024-03-20T05:21:41.950Z] uintx NewRatio = 2 {product} {default} [2024-03-20T05:21:41.951Z] size_t NewSize = 1363144 {product} {default} [2024-03-20T05:21:41.951Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-03-20T05:21:41.951Z] intx NmethodSweepActivity = 10 {product} {default} [2024-03-20T05:21:41.951Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-03-20T05:21:41.951Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-03-20T05:21:41.951Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-03-20T05:21:41.951Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-03-20T05:21:41.951Z] intx ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-03-20T05:21:41.951Z] size_t OldPLABSize = 1024 {product} {default} [2024-03-20T05:21:41.951Z] size_t OldSize = 5452592 {product} {default} [2024-03-20T05:21:41.951Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-03-20T05:21:41.951Z] ccstrlist OnError = {product} {default} [2024-03-20T05:21:41.951Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-03-20T05:21:41.951Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-03-20T05:21:41.951Z] bool OptimizeFill = false {C2 product} {default} [2024-03-20T05:21:41.951Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-03-20T05:21:41.951Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-03-20T05:21:41.951Z] bool OptoBundling = false {C2 pd product} {default} [2024-03-20T05:21:41.951Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-03-20T05:21:41.951Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-03-20T05:21:41.951Z] bool OptoScheduling = false {C2 pd product} {default} [2024-03-20T05:21:41.951Z] uintx PLABWeight = 75 {product} {default} [2024-03-20T05:21:41.951Z] bool PSChunkLargeArrays = true {product} {default} [2024-03-20T05:21:41.951Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-03-20T05:21:41.951Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-03-20T05:21:41.951Z] uint ParallelGCThreads = 2 {product} {default} [2024-03-20T05:21:41.951Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-03-20T05:21:41.951Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-03-20T05:21:41.951Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-03-20T05:21:41.951Z] bool ParallelRefProcEnabled = true {product} {default} [2024-03-20T05:21:41.951Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-03-20T05:21:41.951Z] bool PartialPeelLoop = true {C2 product} {default} [2024-03-20T05:21:41.951Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-03-20T05:21:41.951Z] uintx PausePadding = 1 {product} {default} [2024-03-20T05:21:41.951Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-03-20T05:21:41.951Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-03-20T05:21:41.951Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-03-20T05:21:41.951Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-03-20T05:21:41.951Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-03-20T05:21:41.951Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-03-20T05:21:41.951Z] intx PerfDataMemorySize = 32768 {product} {default} [2024-03-20T05:21:41.951Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-03-20T05:21:41.951Z] ccstr PerfDataSaveFile = {product} {default} [2024-03-20T05:21:41.951Z] bool PerfDataSaveToFile = false {product} {default} [2024-03-20T05:21:41.951Z] bool PerfDisableSharedMem = false {product} {default} [2024-03-20T05:21:41.951Z] intx PerfMaxStringConstLength = 1024 {product} {default} [2024-03-20T05:21:41.951Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-03-20T05:21:41.951Z] bool PreferContainerQuotaForCPUCount = true {product} {default} [2024-03-20T05:21:41.952Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-03-20T05:21:41.952Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-03-20T05:21:41.952Z] intx PrefetchFieldsAhead = 1 {product} {default} [2024-03-20T05:21:41.952Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-03-20T05:21:41.952Z] bool PreserveAllAnnotations = false {product} {default} [2024-03-20T05:21:41.952Z] bool PreserveFramePointer = false {pd product} {default} [2024-03-20T05:21:41.952Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-03-20T05:21:41.952Z] bool PrintClassHistogram = false {manageable} {default} [2024-03-20T05:21:41.952Z] bool PrintCodeCache = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintCommandLineFlags = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintCompilation = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-03-20T05:21:41.952Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintFlagsFinal = true {product} {command line} [2024-03-20T05:21:41.952Z] bool PrintFlagsInitial = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintFlagsRanges = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintGC = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintGCDetails = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-03-20T05:21:41.952Z] bool PrintSharedArchiveAndExit = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintSharedDictionary = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintStringTableStatistics = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintTieredEvents = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintVMOptions = false {product} {default} [2024-03-20T05:21:41.952Z] bool PrintWarnings = true {product} {default} [2024-03-20T05:21:41.952Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-03-20T05:21:41.952Z] bool ProfileInterpreter = true {pd product} {default} [2024-03-20T05:21:41.952Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-03-20T05:21:41.952Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-03-20T05:21:41.952Z] uintx PromotedPadding = 3 {product} {default} [2024-03-20T05:21:41.952Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-03-20T05:21:41.952Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-03-20T05:21:41.952Z] bool RangeCheckElimination = true {product} {default} [2024-03-20T05:21:41.952Z] bool ReassociateInvariants = true {C2 product} {default} [2024-03-20T05:21:41.952Z] bool RecordDynamicDumpInfo = false {product} {default} [2024-03-20T05:21:41.952Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-03-20T05:21:41.952Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-03-20T05:21:41.952Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-03-20T05:21:41.952Z] bool ReduceSignalUsage = false {product} {default} [2024-03-20T05:21:41.952Z] intx RefDiscoveryPolicy = 0 {product} {default} [2024-03-20T05:21:41.952Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-03-20T05:21:41.952Z] bool RelaxAccessControlCheck = false {product} {default} [2024-03-20T05:21:41.952Z] ccstr ReplayDataFile = {product} {default} [2024-03-20T05:21:41.952Z] bool RequireSharedSpaces = false {product} {default} [2024-03-20T05:21:41.952Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-03-20T05:21:41.952Z] bool ResizePLAB = true {product} {default} [2024-03-20T05:21:41.952Z] bool ResizeTLAB = true {product} {default} [2024-03-20T05:21:41.952Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-03-20T05:21:41.952Z] bool RestrictContended = true {product} {default} [2024-03-20T05:21:41.953Z] bool RestrictReservedStack = true {product} {default} [2024-03-20T05:21:41.953Z] bool RewriteBytecodes = true {pd product} {default} [2024-03-20T05:21:41.953Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-03-20T05:21:41.953Z] bool SafepointTimeout = false {product} {default} [2024-03-20T05:21:41.953Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-03-20T05:21:41.953Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-03-20T05:21:41.953Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-03-20T05:21:41.953Z] intx SelfDestructTimer = 0 {product} {default} [2024-03-20T05:21:41.953Z] ccstr SharedArchiveConfigFile = {product} {default} [2024-03-20T05:21:41.953Z] ccstr SharedArchiveFile = {product} {default} [2024-03-20T05:21:41.953Z] size_t SharedBaseAddress = 140055913955328 {product} {default} [2024-03-20T05:21:41.953Z] ccstr SharedClassListFile = {product} {default} [2024-03-20T05:21:41.953Z] uintx SharedSymbolTableBucketSize = 4 {product} {default} [2024-03-20T05:21:41.953Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-03-20T05:21:41.953Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-03-20T05:21:41.953Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-03-20T05:21:41.953Z] bool ShowMessageBoxOnError = false {product} {default} [2024-03-20T05:21:41.953Z] bool ShrinkHeapInSteps = true {product} {default} [2024-03-20T05:21:41.953Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-03-20T05:21:41.953Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-03-20T05:21:41.953Z] bool SplitIfBlocks = true {C2 product} {default} [2024-03-20T05:21:41.953Z] intx StackRedPages = 1 {pd product} {default} [2024-03-20T05:21:41.953Z] intx StackReservedPages = 1 {pd product} {default} [2024-03-20T05:21:41.953Z] intx StackShadowPages = 20 {pd product} {default} [2024-03-20T05:21:41.953Z] bool StackTraceInThrowable = true {product} {default} [2024-03-20T05:21:41.953Z] intx StackYellowPages = 2 {pd product} {default} [2024-03-20T05:21:41.953Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-03-20T05:21:41.953Z] bool StartAttachListener = false {product} {default} [2024-03-20T05:21:41.953Z] ccstr StartFlightRecording = {product} {default} [2024-03-20T05:21:41.953Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-03-20T05:21:41.953Z] uintx StringTableSize = 65536 {product} {default} [2024-03-20T05:21:41.953Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-03-20T05:21:41.953Z] bool SuperWordReductions = true {C2 product} {default} [2024-03-20T05:21:41.953Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-03-20T05:21:41.953Z] uintx SurvivorPadding = 3 {product} {default} [2024-03-20T05:21:41.953Z] uintx SurvivorRatio = 8 {product} {default} [2024-03-20T05:21:41.953Z] double SweeperThreshold = 0.500000 {product} {default} [2024-03-20T05:21:41.953Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-03-20T05:21:41.953Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-03-20T05:21:41.953Z] size_t TLABSize = 0 {product} {default} [2024-03-20T05:21:41.953Z] bool TLABStats = true {product} {default} [2024-03-20T05:21:41.953Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-03-20T05:21:41.953Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-03-20T05:21:41.953Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-03-20T05:21:41.953Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-03-20T05:21:41.953Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-03-20T05:21:41.953Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-03-20T05:21:41.953Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-03-20T05:21:41.953Z] intx ThreadPriorityPolicy = 0 {product} {default} [2024-03-20T05:21:41.953Z] bool ThreadPriorityVerbose = false {product} {default} [2024-03-20T05:21:41.954Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-03-20T05:21:41.954Z] uintx ThresholdTolerance = 10 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier3DelayOff = 2 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier3DelayOn = 5 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-03-20T05:21:41.954Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-03-20T05:21:41.954Z] bool TieredCompilation = true {pd product} {default} [2024-03-20T05:21:41.954Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-03-20T05:21:41.954Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-03-20T05:21:41.954Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-03-20T05:21:41.954Z] intx TieredStopAtLevel = 4 {product} {default} [2024-03-20T05:21:41.954Z] bool TimeLinearScan = false {C1 product} {default} [2024-03-20T05:21:41.954Z] ccstr TraceJVMTI = {product} {default} [2024-03-20T05:21:41.954Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-03-20T05:21:41.954Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-03-20T05:21:41.954Z] bool TrapBasedRangeChecks = false {C2 pd product} {default} [2024-03-20T05:21:41.954Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-03-20T05:21:41.954Z] uintx TypeProfileLevel = 111 {pd product} {default} [2024-03-20T05:21:41.954Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-03-20T05:21:41.954Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-03-20T05:21:41.954Z] intx TypeProfileWidth = 2 {product} {default} [2024-03-20T05:21:41.954Z] intx UnguardOnExecutionViolation = 0 {product} {default} [2024-03-20T05:21:41.954Z] bool UseAES = true {product} {default} [2024-03-20T05:21:41.954Z] intx UseAVX = 3 {ARCH product} {default} [2024-03-20T05:21:41.954Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-03-20T05:21:41.954Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-03-20T05:21:41.954Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-03-20T05:21:41.954Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-03-20T05:21:41.954Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-03-20T05:21:41.954Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-03-20T05:21:41.954Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-03-20T05:21:41.954Z] bool UseAddressNop = true {ARCH product} {default} [2024-03-20T05:21:41.955Z] bool UseBASE64Intrinsics = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseBMI1Instructions = true {ARCH product} {default} [2024-03-20T05:21:41.955Z] bool UseBMI2Instructions = true {ARCH product} {default} [2024-03-20T05:21:41.955Z] bool UseBiasedLocking = false {product} {default} [2024-03-20T05:21:41.955Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-03-20T05:21:41.955Z] bool UseCLMUL = true {ARCH product} {default} [2024-03-20T05:21:41.955Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-03-20T05:21:41.955Z] bool UseCodeAging = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseCodeCacheFlushing = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseCompiler = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseCompressedClassPointers = true {product lp64_product} {ergonomic} [2024-03-20T05:21:41.955Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-03-20T05:21:41.955Z] bool UseCondCardMark = false {product} {default} [2024-03-20T05:21:41.955Z] bool UseContainerCpuShares = false {product} {default} [2024-03-20T05:21:41.955Z] bool UseContainerSupport = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseCountLeadingZerosInstruction = true {ARCH product} {default} [2024-03-20T05:21:41.955Z] bool UseCountTrailingZerosInstruction = true {ARCH product} {default} [2024-03-20T05:21:41.955Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-03-20T05:21:41.955Z] bool UseCounterDecay = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseDivMod = true {C2 product} {default} [2024-03-20T05:21:41.955Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseFMA = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-03-20T05:21:41.955Z] bool UseFastJNIAccessors = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseFastStosb = false {ARCH product} {default} [2024-03-20T05:21:41.955Z] bool UseG1GC = true {product} {ergonomic} [2024-03-20T05:21:41.955Z] bool UseGCOverheadLimit = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseHeavyMonitors = false {product} {default} [2024-03-20T05:21:41.955Z] bool UseHugeTLBFS = false {product} {default} [2024-03-20T05:21:41.955Z] bool UseInlineCaches = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseInterpreter = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseJumpTables = true {C2 product} {default} [2024-03-20T05:21:41.955Z] bool UseLargePages = false {pd product} {default} [2024-03-20T05:21:41.955Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-03-20T05:21:41.955Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseLoopCounter = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-03-20T05:21:41.955Z] bool UseLoopPredicate = true {C2 product} {default} [2024-03-20T05:21:41.955Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-03-20T05:21:41.955Z] bool UseNUMA = false {product} {default} [2024-03-20T05:21:41.955Z] bool UseNUMAInterleaving = false {product} {default} [2024-03-20T05:21:41.955Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-03-20T05:21:41.956Z] bool UseNotificationThread = true {product} {default} [2024-03-20T05:21:41.956Z] bool UseOnStackReplacement = true {pd product} {default} [2024-03-20T05:21:41.956Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-03-20T05:21:41.956Z] bool UseOprofile = false {product} {default} [2024-03-20T05:21:41.956Z] bool UseOptoBiasInlining = false {C2 product} {default} [2024-03-20T05:21:41.956Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-03-20T05:21:41.956Z] bool UseParallelGC = false {product} {default} [2024-03-20T05:21:41.956Z] bool UsePerfData = true {product} {default} [2024-03-20T05:21:41.956Z] bool UsePopCountInstruction = true {product} {default} [2024-03-20T05:21:41.956Z] bool UseProfiledLoopPredicate = true {C2 product} {default} [2024-03-20T05:21:41.956Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-03-20T05:21:41.956Z] bool UseRTMLocking = false {ARCH product} {default} [2024-03-20T05:21:41.956Z] bool UseSHA = true {product} {default} [2024-03-20T05:21:41.956Z] bool UseSHM = false {product} {default} [2024-03-20T05:21:41.956Z] intx UseSSE = 4 {ARCH product} {default} [2024-03-20T05:21:41.956Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-03-20T05:21:41.956Z] bool UseSerialGC = false {product} {default} [2024-03-20T05:21:41.956Z] bool UseSharedSpaces = true {product} {default} [2024-03-20T05:21:41.956Z] bool UseShenandoahGC = false {product} {default} [2024-03-20T05:21:41.956Z] bool UseSignalChaining = true {product} {default} [2024-03-20T05:21:41.956Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-03-20T05:21:41.956Z] bool UseStringDeduplication = false {product} {default} [2024-03-20T05:21:41.956Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-03-20T05:21:41.956Z] bool UseSuperWord = true {C2 product} {default} [2024-03-20T05:21:41.956Z] bool UseTLAB = true {product} {default} [2024-03-20T05:21:41.956Z] bool UseThreadPriorities = true {pd product} {default} [2024-03-20T05:21:41.956Z] bool UseTransparentHugePages = false {product} {default} [2024-03-20T05:21:41.956Z] bool UseTypeProfile = true {product} {default} [2024-03-20T05:21:41.956Z] bool UseTypeSpeculation = true {C2 product} {default} [2024-03-20T05:21:41.956Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-03-20T05:21:41.956Z] bool UseVectorCmov = false {C2 product} {default} [2024-03-20T05:21:41.956Z] bool UseXMMForArrayCopy = true {product} {default} [2024-03-20T05:21:41.957Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-03-20T05:21:41.957Z] bool UseXmmI2D = false {ARCH product} {default} [2024-03-20T05:21:41.957Z] bool UseXmmI2F = false {ARCH product} {default} [2024-03-20T05:21:41.957Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-03-20T05:21:41.957Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-03-20T05:21:41.957Z] bool UseZGC = false {product} {default} [2024-03-20T05:21:41.957Z] intx VMThreadPriority = -1 {product} {default} [2024-03-20T05:21:41.957Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-03-20T05:21:41.957Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-03-20T05:21:41.957Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-03-20T05:21:41.957Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-03-20T05:21:41.957Z] bool VerifySharedSpaces = false {product} {default} [2024-03-20T05:21:41.957Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-03-20T05:21:41.957Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-03-20T05:21:41.957Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-03-20T05:21:41.957Z] size_t YoungPLABSize = 4096 {product} {default} [2024-03-20T05:21:41.957Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-03-20T05:21:41.957Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-03-20T05:21:41.957Z] double ZFragmentationLimit = 25.000000 {product} {default} [2024-03-20T05:21:41.957Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-03-20T05:21:41.957Z] bool ZProactive = true {product} {default} [2024-03-20T05:21:41.957Z] bool ZUncommit = true {product} {default} [2024-03-20T05:21:41.958Z] uintx ZUncommitDelay = 300 {product} {default} [2024-03-20T05:21:41.958Z] bool ZeroTLAB = false {product} {default} [2024-03-20T05:21:41.958Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-03-20T05:21:41.958Z] Maven home: /opt/tools/apache-maven/latest [2024-03-20T05:21:41.958Z] Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9 [2024-03-20T05:21:41.958Z] Default locale: en_US, platform encoding: UTF-8 [2024-03-20T05:21:41.958Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-03-20T05:21:44.492Z] [INFO] Scanning for projects... [2024-03-20T05:21:45.439Z] [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [2024-03-20T05:21:45.439Z] [INFO] Tycho Mode: extension [2024-03-20T05:21:45.439Z] [INFO] Tycho Builder: maven [2024-03-20T05:21:45.439Z] [INFO] Build Threads: 1 [2024-03-20T05:21:49.656Z] [INFO] [2024-03-20T05:21:49.656Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [2024-03-20T05:21:49.656Z] [INFO] Building eclipse-sdk-prereqs 4.31.0-SNAPSHOT [2024-03-20T05:21:49.656Z] [INFO] from pom.xml [2024-03-20T05:21:49.656Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2024-03-20T05:21:49.656Z] [INFO] [2024-03-20T05:21:49.656Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs --- [2024-03-20T05:21:49.656Z] [INFO] [2024-03-20T05:21:49.656Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [2024-03-20T05:21:49.656Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.platform.releng.prereqs.sdk/saveproperties [2024-03-20T05:21:49.656Z] [INFO] [2024-03-20T05:21:49.656Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [2024-03-20T05:21:49.656Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-03-20T05:21:49.656Z] [INFO] [2024-03-20T05:21:49.656Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs --- [2024-03-20T05:21:49.656Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.platform.releng.prereqs.sdk/src/main/resources [2024-03-20T05:21:49.656Z] [INFO] [2024-03-20T05:21:49.656Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse-sdk-prereqs --- [2024-03-20T05:21:49.656Z] [INFO] [2024-03-20T05:21:49.656Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [2024-03-20T05:21:49.656Z] [INFO] [2024-03-20T05:21:49.656Z] [INFO] --- tycho-packaging:4.0.6:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [2024-03-20T05:21:49.656Z] [INFO] [2024-03-20T05:21:49.656Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [2024-03-20T05:21:49.656Z] [INFO] Execution was skipped [2024-03-20T05:21:49.656Z] [INFO] [2024-03-20T05:21:49.656Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-sdk-prereqs --- [2024-03-20T05:21:49.656Z] [INFO] Installing /home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.platform.releng.prereqs.sdk/pom.xml to /home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.pom [2024-03-20T05:21:49.656Z] [INFO] Installing /home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target to /home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.target [2024-03-20T05:21:49.656Z] [INFO] [2024-03-20T05:21:49.656Z] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipse-sdk-prereqs --- [2024-03-20T05:21:49.656Z] [INFO] ------------------------------------------------------------------------ [2024-03-20T05:21:49.656Z] [INFO] BUILD SUCCESS [2024-03-20T05:21:49.656Z] [INFO] ------------------------------------------------------------------------ [2024-03-20T05:21:49.656Z] [INFO] Total time: 5.261 s [2024-03-20T05:21:49.656Z] [INFO] Finished at: 2024-03-20T05:21:49Z [2024-03-20T05:21:49.656Z] [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withCredentials [2024-03-20T05:21:50.550Z] Masking supported pattern matches of $KEYRING_PASSPHRASE [Pipeline] { [Pipeline] sh [2024-03-20T05:21:50.943Z] + [[ R4_31_maintenance == master ]] [2024-03-20T05:21:50.943Z] + [[ R4_31_maintenance =~ ^R[0-9]_[0-9]+_maintenance ]] [2024-03-20T05:21:50.943Z] + MVN_ARGS=-Peclipse-sign [2024-03-20T05:21:50.943Z] + mvn clean install -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=/home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/.m2/repository -U [2024-03-20T05:21:50.943Z] [Global flags] [2024-03-20T05:21:50.943Z] int ActiveProcessorCount = -1 {product} {default} [2024-03-20T05:21:50.943Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-03-20T05:21:50.943Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-03-20T05:21:50.944Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-03-20T05:21:50.944Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-03-20T05:21:50.944Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-03-20T05:21:50.944Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-03-20T05:21:50.944Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-03-20T05:21:50.944Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-03-20T05:21:50.944Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-03-20T05:21:50.944Z] bool AggressiveHeap = false {product} {default} [2024-03-20T05:21:50.944Z] intx AliasLevel = 3 {C2 product} {default} [2024-03-20T05:21:50.944Z] bool AlignVector = false {C2 product} {default} [2024-03-20T05:21:50.944Z] ccstr AllocateHeapAt = {product} {default} [2024-03-20T05:21:50.944Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-03-20T05:21:50.944Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-03-20T05:21:50.944Z] intx AllocatePrefetchInstr = 3 {product} {default} [2024-03-20T05:21:50.944Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-03-20T05:21:50.944Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-03-20T05:21:50.944Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-03-20T05:21:50.944Z] bool AllowParallelDefineClass = false {product} {default} [2024-03-20T05:21:50.944Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-03-20T05:21:50.944Z] bool AllowUserSignalHandlers = false {product} {default} [2024-03-20T05:21:50.944Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-03-20T05:21:50.944Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-03-20T05:21:50.944Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-03-20T05:21:50.944Z] bool AlwaysLockClassLoader = false {product} {default} [2024-03-20T05:21:50.944Z] bool AlwaysPreTouch = false {product} {default} [2024-03-20T05:21:50.944Z] bool AlwaysRestoreFPU = false {product} {default} [2024-03-20T05:21:50.944Z] bool AlwaysTenure = false {product} {default} [2024-03-20T05:21:50.944Z] ccstr ArchiveClassesAtExit = {product} {default} [2024-03-20T05:21:50.944Z] intx ArrayCopyLoadStoreMaxElem = 8 {C2 product} {default} [2024-03-20T05:21:50.944Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-03-20T05:21:50.944Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-03-20T05:21:50.945Z] intx BCEATraceLevel = 0 {product} {default} [2024-03-20T05:21:50.945Z] bool BackgroundCompilation = true {pd product} {default} [2024-03-20T05:21:50.945Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-03-20T05:21:50.945Z] intx BiasedLockingBulkRebiasThreshold = 20 {product} {default} [2024-03-20T05:21:50.945Z] intx BiasedLockingBulkRevokeThreshold = 40 {product} {default} [2024-03-20T05:21:50.945Z] intx BiasedLockingDecayTime = 25000 {product} {default} [2024-03-20T05:21:50.945Z] intx BiasedLockingStartupDelay = 0 {product} {default} [2024-03-20T05:21:50.945Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-03-20T05:21:50.945Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-03-20T05:21:50.945Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-03-20T05:21:50.945Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-03-20T05:21:50.945Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-03-20T05:21:50.945Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-03-20T05:21:50.945Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-03-20T05:21:50.945Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-03-20T05:21:50.945Z] bool C1OptimizeVirtualCallProfiling = true {C1 product} {default} [2024-03-20T05:21:50.945Z] bool C1ProfileBranches = true {C1 product} {default} [2024-03-20T05:21:50.945Z] bool C1ProfileCalls = true {C1 product} {default} [2024-03-20T05:21:50.945Z] bool C1ProfileCheckcasts = true {C1 product} {default} [2024-03-20T05:21:50.945Z] bool C1ProfileInlinedCalls = true {C1 product} {default} [2024-03-20T05:21:50.945Z] bool C1ProfileVirtualCalls = true {C1 product} {default} [2024-03-20T05:21:50.945Z] bool C1UpdateMethodData = true {C1 product} {default} [2024-03-20T05:21:50.945Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-03-20T05:21:50.945Z] bool CICompilerCountPerCPU = true {product} {default} [2024-03-20T05:21:50.945Z] bool CITime = false {product} {default} [2024-03-20T05:21:50.945Z] bool CheckJNICalls = false {product} {default} [2024-03-20T05:21:50.945Z] bool ClassUnloading = true {product} {default} [2024-03-20T05:21:50.945Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-03-20T05:21:50.945Z] bool ClipInlining = true {product} {default} [2024-03-20T05:21:50.945Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-03-20T05:21:50.945Z] bool CompactStrings = true {pd product} {default} [2024-03-20T05:21:50.945Z] ccstr CompilationMode = default {product} {default} [2024-03-20T05:21:50.946Z] ccstrlist CompileCommand = {product} {default} [2024-03-20T05:21:50.946Z] ccstr CompileCommandFile = {product} {default} [2024-03-20T05:21:50.946Z] ccstrlist CompileOnly = {product} {default} [2024-03-20T05:21:50.946Z] intx CompileThreshold = 10000 {pd product} {default} [2024-03-20T05:21:50.946Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-03-20T05:21:50.946Z] intx CompilerThreadPriority = -1 {product} {default} [2024-03-20T05:21:50.946Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-03-20T05:21:50.946Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-03-20T05:21:50.946Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-03-20T05:21:50.946Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-03-20T05:21:50.946Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-03-20T05:21:50.946Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-03-20T05:21:50.946Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-03-20T05:21:50.946Z] bool CriticalJNINatives = false {product} {default} [2024-03-20T05:21:50.946Z] bool DTraceAllocProbes = false {product} {default} [2024-03-20T05:21:50.946Z] bool DTraceMethodProbes = false {product} {default} [2024-03-20T05:21:50.946Z] bool DTraceMonitorProbes = false {product} {default} [2024-03-20T05:21:50.946Z] bool DisableAttachMechanism = false {product} {default} [2024-03-20T05:21:50.946Z] bool DisableExplicitGC = false {product} {default} [2024-03-20T05:21:50.946Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-03-20T05:21:50.946Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-03-20T05:21:50.946Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-03-20T05:21:50.946Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-03-20T05:21:50.946Z] bool DontCompileHugeMethods = true {product} {default} [2024-03-20T05:21:50.946Z] bool DontYieldALot = false {pd product} {default} [2024-03-20T05:21:50.946Z] ccstr DumpLoadedClassList = {product} {default} [2024-03-20T05:21:50.946Z] bool DumpReplayDataOnError = true {product} {default} [2024-03-20T05:21:50.946Z] bool DumpSharedSpaces = false {product} {default} [2024-03-20T05:21:50.946Z] bool DynamicDumpSharedSpaces = false {product} {default} [2024-03-20T05:21:50.946Z] bool EagerXrunInit = false {product} {default} [2024-03-20T05:21:50.946Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-03-20T05:21:50.946Z] bool EliminateAllocations = true {C2 product} {default} [2024-03-20T05:21:50.947Z] bool EliminateAutoBox = true {C2 product} {default} [2024-03-20T05:21:50.947Z] bool EliminateLocks = true {C2 product} {default} [2024-03-20T05:21:50.947Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-03-20T05:21:50.947Z] bool EnableContended = true {product} {default} [2024-03-20T05:21:50.947Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-03-20T05:21:50.947Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-03-20T05:21:50.947Z] ccstr ErrorFile = {product} {default} [2024-03-20T05:21:50.947Z] bool ErrorFileToStderr = false {product} {default} [2024-03-20T05:21:50.947Z] bool ErrorFileToStdout = false {product} {default} [2024-03-20T05:21:50.947Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-03-20T05:21:50.947Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-03-20T05:21:50.947Z] bool EstimateArgEscape = true {product} {default} [2024-03-20T05:21:50.947Z] bool ExecutingUnitTests = false {product} {default} [2024-03-20T05:21:50.947Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-03-20T05:21:50.947Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-03-20T05:21:50.947Z] bool ExtendedDTraceProbes = false {product} {default} [2024-03-20T05:21:50.947Z] bool ExtensiveErrorReports = false {product} {default} [2024-03-20T05:21:50.947Z] ccstr ExtraSharedClassListFile = {product} {default} [2024-03-20T05:21:50.947Z] bool FilterSpuriousWakeups = true {product} {default} [2024-03-20T05:21:50.947Z] bool FlightRecorder = false {product} {default} [2024-03-20T05:21:50.947Z] ccstr FlightRecorderOptions = {product} {default} [2024-03-20T05:21:50.947Z] bool ForceTimeHighResolution = false {product} {default} [2024-03-20T05:21:50.947Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-03-20T05:21:50.947Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-03-20T05:21:50.947Z] uintx G1ConcRSHotCardLimit = 4 {product} {default} [2024-03-20T05:21:50.947Z] size_t G1ConcRSLogCacheSize = 10 {product} {default} [2024-03-20T05:21:50.947Z] size_t G1ConcRefinementGreenZone = 0 {product} {default} [2024-03-20T05:21:50.947Z] size_t G1ConcRefinementRedZone = 0 {product} {default} [2024-03-20T05:21:50.947Z] uintx G1ConcRefinementServiceIntervalMillis = 300 {product} {default} [2024-03-20T05:21:50.947Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-03-20T05:21:50.947Z] size_t G1ConcRefinementThresholdStep = 2 {product} {default} [2024-03-20T05:21:50.947Z] size_t G1ConcRefinementYellowZone = 0 {product} {default} [2024-03-20T05:21:50.948Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-03-20T05:21:50.948Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-03-20T05:21:50.948Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-03-20T05:21:50.948Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-03-20T05:21:50.948Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-03-20T05:21:50.948Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-03-20T05:21:50.948Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-03-20T05:21:50.948Z] intx G1RSetRegionEntries = 256 {product} {default} [2024-03-20T05:21:50.948Z] intx G1RSetSparseRegionEntries = 8 {product} {default} [2024-03-20T05:21:50.948Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-03-20T05:21:50.948Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-03-20T05:21:50.948Z] uintx G1ReservePercent = 10 {product} {default} [2024-03-20T05:21:50.948Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-03-20T05:21:50.948Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-03-20T05:21:50.948Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-03-20T05:21:50.948Z] bool G1UseAdaptiveConcRefinement = true {product} {default} [2024-03-20T05:21:50.948Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-03-20T05:21:50.948Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-03-20T05:21:50.948Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-03-20T05:21:50.948Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-03-20T05:21:50.948Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-03-20T05:21:50.948Z] uintx GCTimeLimit = 98 {product} {default} [2024-03-20T05:21:50.948Z] uintx GCTimeRatio = 12 {product} {default} [2024-03-20T05:21:50.948Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-03-20T05:21:50.948Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-03-20T05:21:50.948Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-03-20T05:21:50.948Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-03-20T05:21:50.948Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-03-20T05:21:50.948Z] ccstr HeapDumpPath = {manageable} {default} [2024-03-20T05:21:50.948Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-03-20T05:21:50.948Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-03-20T05:21:50.948Z] uintx HeapSearchSteps = 3 {product} {default} [2024-03-20T05:21:50.949Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-03-20T05:21:50.949Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-03-20T05:21:50.949Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-03-20T05:21:50.949Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-03-20T05:21:50.949Z] bool IncrementalInline = true {C2 product} {default} [2024-03-20T05:21:50.949Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-03-20T05:21:50.949Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-03-20T05:21:50.949Z] uintx InitialRAMFraction = 64 {product} {default} [2024-03-20T05:21:50.949Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-03-20T05:21:50.949Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-03-20T05:21:50.949Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-03-20T05:21:50.949Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-03-20T05:21:50.949Z] bool Inline = true {product} {default} [2024-03-20T05:21:50.949Z] ccstr InlineDataFile = {product} {default} [2024-03-20T05:21:50.949Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-03-20T05:21:50.949Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-03-20T05:21:50.949Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-03-20T05:21:50.949Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-03-20T05:21:50.949Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-03-20T05:21:50.949Z] intx JavaPriority10_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:50.949Z] intx JavaPriority1_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:50.949Z] intx JavaPriority2_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:50.949Z] intx JavaPriority3_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:50.949Z] intx JavaPriority4_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:50.949Z] intx JavaPriority5_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:50.949Z] intx JavaPriority6_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:50.949Z] intx JavaPriority7_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:50.949Z] intx JavaPriority8_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:50.949Z] intx JavaPriority9_To_OSPriority = -1 {product} {default} [2024-03-20T05:21:50.949Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-03-20T05:21:50.949Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-03-20T05:21:50.949Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-03-20T05:21:50.949Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-03-20T05:21:50.950Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-03-20T05:21:50.950Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-03-20T05:21:50.950Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-03-20T05:21:50.950Z] uintx LoopStripMiningIter = 1000 {C2 product} {default} [2024-03-20T05:21:50.950Z] uintx LoopStripMiningIterShortLoop = 100 {C2 product} {default} [2024-03-20T05:21:50.950Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-03-20T05:21:50.950Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-03-20T05:21:50.950Z] bool LoopUnswitching = true {C2 product} {default} [2024-03-20T05:21:50.950Z] bool ManagementServer = false {product} {default} [2024-03-20T05:21:50.950Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-03-20T05:21:50.950Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-03-20T05:21:50.950Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-03-20T05:21:50.950Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-03-20T05:21:50.950Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-03-20T05:21:50.950Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-03-20T05:21:50.950Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-03-20T05:21:50.950Z] bool MaxFDLimit = true {product} {default} [2024-03-20T05:21:50.950Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-03-20T05:21:50.950Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-03-20T05:21:50.950Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-03-20T05:21:50.950Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-03-20T05:21:50.950Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-03-20T05:21:50.950Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-03-20T05:21:50.950Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-03-20T05:21:50.950Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-03-20T05:21:50.950Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-03-20T05:21:50.950Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-03-20T05:21:50.950Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-03-20T05:21:50.950Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-03-20T05:21:50.950Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-03-20T05:21:50.950Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-03-20T05:21:50.950Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-03-20T05:21:50.951Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-03-20T05:21:50.951Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-03-20T05:21:50.951Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-03-20T05:21:50.951Z] uintx MaxRAMFraction = 4 {product} {default} [2024-03-20T05:21:50.951Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-03-20T05:21:50.951Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-03-20T05:21:50.951Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-03-20T05:21:50.951Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-03-20T05:21:50.951Z] intx MaxVectorSize = 64 {C2 product} {default} [2024-03-20T05:21:50.951Z] ccstr MetaspaceReclaimPolicy = balanced {product} {default} [2024-03-20T05:21:50.951Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-03-20T05:21:50.951Z] bool MethodFlushing = true {product} {default} [2024-03-20T05:21:50.951Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-03-20T05:21:50.951Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-03-20T05:21:50.951Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-03-20T05:21:50.951Z] intx MinInliningThreshold = 250 {product} {default} [2024-03-20T05:21:50.951Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-03-20T05:21:50.951Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-03-20T05:21:50.951Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-03-20T05:21:50.951Z] uintx MinRAMFraction = 2 {product} {default} [2024-03-20T05:21:50.951Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-03-20T05:21:50.951Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-03-20T05:21:50.951Z] size_t MinTLABSize = 2048 {product} {default} [2024-03-20T05:21:50.951Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-03-20T05:21:50.951Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-03-20T05:21:50.951Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-03-20T05:21:50.951Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-03-20T05:21:50.951Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-03-20T05:21:50.951Z] bool NUMAStats = false {product} {default} [2024-03-20T05:21:50.951Z] ccstr NativeMemoryTracking = off {product} {default} [2024-03-20T05:21:50.951Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-03-20T05:21:50.951Z] bool NeverTenure = false {product} {default} [2024-03-20T05:21:50.952Z] uintx NewRatio = 2 {product} {default} [2024-03-20T05:21:50.952Z] size_t NewSize = 1363144 {product} {default} [2024-03-20T05:21:50.952Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-03-20T05:21:50.952Z] intx NmethodSweepActivity = 10 {product} {default} [2024-03-20T05:21:50.952Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-03-20T05:21:50.952Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-03-20T05:21:50.952Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-03-20T05:21:50.952Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-03-20T05:21:50.952Z] intx ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-03-20T05:21:50.952Z] size_t OldPLABSize = 1024 {product} {default} [2024-03-20T05:21:50.952Z] size_t OldSize = 5452592 {product} {default} [2024-03-20T05:21:50.952Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-03-20T05:21:50.952Z] ccstrlist OnError = {product} {default} [2024-03-20T05:21:50.952Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-03-20T05:21:50.952Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-03-20T05:21:50.952Z] bool OptimizeFill = false {C2 product} {default} [2024-03-20T05:21:50.952Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-03-20T05:21:50.952Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-03-20T05:21:50.952Z] bool OptoBundling = false {C2 pd product} {default} [2024-03-20T05:21:50.952Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-03-20T05:21:50.952Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-03-20T05:21:50.952Z] bool OptoScheduling = false {C2 pd product} {default} [2024-03-20T05:21:50.952Z] uintx PLABWeight = 75 {product} {default} [2024-03-20T05:21:50.952Z] bool PSChunkLargeArrays = true {product} {default} [2024-03-20T05:21:50.952Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-03-20T05:21:50.952Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-03-20T05:21:50.952Z] uint ParallelGCThreads = 2 {product} {default} [2024-03-20T05:21:50.952Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-03-20T05:21:50.952Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-03-20T05:21:50.952Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-03-20T05:21:50.952Z] bool ParallelRefProcEnabled = true {product} {default} [2024-03-20T05:21:50.953Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-03-20T05:21:50.953Z] bool PartialPeelLoop = true {C2 product} {default} [2024-03-20T05:21:50.953Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-03-20T05:21:50.953Z] uintx PausePadding = 1 {product} {default} [2024-03-20T05:21:50.953Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-03-20T05:21:50.953Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-03-20T05:21:50.953Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-03-20T05:21:50.953Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-03-20T05:21:50.953Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-03-20T05:21:50.953Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-03-20T05:21:50.953Z] intx PerfDataMemorySize = 32768 {product} {default} [2024-03-20T05:21:50.953Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-03-20T05:21:50.953Z] ccstr PerfDataSaveFile = {product} {default} [2024-03-20T05:21:50.953Z] bool PerfDataSaveToFile = false {product} {default} [2024-03-20T05:21:50.953Z] bool PerfDisableSharedMem = false {product} {default} [2024-03-20T05:21:50.953Z] intx PerfMaxStringConstLength = 1024 {product} {default} [2024-03-20T05:21:50.953Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-03-20T05:21:50.953Z] bool PreferContainerQuotaForCPUCount = true {product} {default} [2024-03-20T05:21:50.953Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-03-20T05:21:50.953Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-03-20T05:21:50.953Z] intx PrefetchFieldsAhead = 1 {product} {default} [2024-03-20T05:21:50.953Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-03-20T05:21:50.953Z] bool PreserveAllAnnotations = false {product} {default} [2024-03-20T05:21:50.953Z] bool PreserveFramePointer = false {pd product} {default} [2024-03-20T05:21:50.953Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-03-20T05:21:50.953Z] bool PrintClassHistogram = false {manageable} {default} [2024-03-20T05:21:50.953Z] bool PrintCodeCache = false {product} {default} [2024-03-20T05:21:50.953Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-03-20T05:21:50.953Z] bool PrintCommandLineFlags = false {product} {default} [2024-03-20T05:21:50.953Z] bool PrintCompilation = false {product} {default} [2024-03-20T05:21:50.953Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-03-20T05:21:50.953Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-03-20T05:21:50.954Z] bool PrintFlagsFinal = true {product} {command line} [2024-03-20T05:21:50.954Z] bool PrintFlagsInitial = false {product} {default} [2024-03-20T05:21:50.954Z] bool PrintFlagsRanges = false {product} {default} [2024-03-20T05:21:50.954Z] bool PrintGC = false {product} {default} [2024-03-20T05:21:50.954Z] bool PrintGCDetails = false {product} {default} [2024-03-20T05:21:50.954Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-03-20T05:21:50.954Z] bool PrintSharedArchiveAndExit = false {product} {default} [2024-03-20T05:21:50.954Z] bool PrintSharedDictionary = false {product} {default} [2024-03-20T05:21:50.954Z] bool PrintStringTableStatistics = false {product} {default} [2024-03-20T05:21:50.954Z] bool PrintTieredEvents = false {product} {default} [2024-03-20T05:21:50.954Z] bool PrintVMOptions = false {product} {default} [2024-03-20T05:21:50.954Z] bool PrintWarnings = true {product} {default} [2024-03-20T05:21:50.954Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-03-20T05:21:50.954Z] bool ProfileInterpreter = true {pd product} {default} [2024-03-20T05:21:50.954Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-03-20T05:21:50.954Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-03-20T05:21:50.954Z] uintx PromotedPadding = 3 {product} {default} [2024-03-20T05:21:50.954Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-03-20T05:21:50.954Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-03-20T05:21:50.954Z] bool RangeCheckElimination = true {product} {default} [2024-03-20T05:21:50.954Z] bool ReassociateInvariants = true {C2 product} {default} [2024-03-20T05:21:50.954Z] bool RecordDynamicDumpInfo = false {product} {default} [2024-03-20T05:21:50.954Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-03-20T05:21:50.954Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-03-20T05:21:50.954Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-03-20T05:21:50.954Z] bool ReduceSignalUsage = false {product} {default} [2024-03-20T05:21:50.954Z] intx RefDiscoveryPolicy = 0 {product} {default} [2024-03-20T05:21:50.954Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-03-20T05:21:50.954Z] bool RelaxAccessControlCheck = false {product} {default} [2024-03-20T05:21:50.954Z] ccstr ReplayDataFile = {product} {default} [2024-03-20T05:21:50.954Z] bool RequireSharedSpaces = false {product} {default} [2024-03-20T05:21:50.954Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-03-20T05:21:50.955Z] bool ResizePLAB = true {product} {default} [2024-03-20T05:21:50.955Z] bool ResizeTLAB = true {product} {default} [2024-03-20T05:21:50.955Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-03-20T05:21:50.955Z] bool RestrictContended = true {product} {default} [2024-03-20T05:21:50.955Z] bool RestrictReservedStack = true {product} {default} [2024-03-20T05:21:50.955Z] bool RewriteBytecodes = true {pd product} {default} [2024-03-20T05:21:50.955Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-03-20T05:21:50.955Z] bool SafepointTimeout = false {product} {default} [2024-03-20T05:21:50.955Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-03-20T05:21:50.955Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-03-20T05:21:50.955Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-03-20T05:21:50.955Z] intx SelfDestructTimer = 0 {product} {default} [2024-03-20T05:21:50.955Z] ccstr SharedArchiveConfigFile = {product} {default} [2024-03-20T05:21:50.955Z] ccstr SharedArchiveFile = {product} {default} [2024-03-20T05:21:50.955Z] size_t SharedBaseAddress = 139659434786816 {product} {default} [2024-03-20T05:21:50.955Z] ccstr SharedClassListFile = {product} {default} [2024-03-20T05:21:50.955Z] uintx SharedSymbolTableBucketSize = 4 {product} {default} [2024-03-20T05:21:50.955Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-03-20T05:21:50.955Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-03-20T05:21:50.955Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-03-20T05:21:50.955Z] bool ShowMessageBoxOnError = false {product} {default} [2024-03-20T05:21:50.955Z] bool ShrinkHeapInSteps = true {product} {default} [2024-03-20T05:21:50.955Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-03-20T05:21:50.955Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-03-20T05:21:50.955Z] bool SplitIfBlocks = true {C2 product} {default} [2024-03-20T05:21:50.955Z] intx StackRedPages = 1 {pd product} {default} [2024-03-20T05:21:50.955Z] intx StackReservedPages = 1 {pd product} {default} [2024-03-20T05:21:50.955Z] intx StackShadowPages = 20 {pd product} {default} [2024-03-20T05:21:50.955Z] bool StackTraceInThrowable = true {product} {default} [2024-03-20T05:21:50.955Z] intx StackYellowPages = 2 {pd product} {default} [2024-03-20T05:21:50.955Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-03-20T05:21:50.955Z] bool StartAttachListener = false {product} {default} [2024-03-20T05:21:50.956Z] ccstr StartFlightRecording = {product} {default} [2024-03-20T05:21:50.956Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-03-20T05:21:50.956Z] uintx StringTableSize = 65536 {product} {default} [2024-03-20T05:21:50.956Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-03-20T05:21:50.956Z] bool SuperWordReductions = true {C2 product} {default} [2024-03-20T05:21:50.956Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-03-20T05:21:50.956Z] uintx SurvivorPadding = 3 {product} {default} [2024-03-20T05:21:50.956Z] uintx SurvivorRatio = 8 {product} {default} [2024-03-20T05:21:50.956Z] double SweeperThreshold = 0.500000 {product} {default} [2024-03-20T05:21:50.956Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-03-20T05:21:50.956Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-03-20T05:21:50.956Z] size_t TLABSize = 0 {product} {default} [2024-03-20T05:21:50.956Z] bool TLABStats = true {product} {default} [2024-03-20T05:21:50.956Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-03-20T05:21:50.956Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-03-20T05:21:50.956Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-03-20T05:21:50.956Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-03-20T05:21:50.956Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-03-20T05:21:50.956Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-03-20T05:21:50.956Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-03-20T05:21:50.956Z] intx ThreadPriorityPolicy = 0 {product} {default} [2024-03-20T05:21:50.956Z] bool ThreadPriorityVerbose = false {product} {default} [2024-03-20T05:21:50.956Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-03-20T05:21:50.956Z] uintx ThresholdTolerance = 10 {product} {default} [2024-03-20T05:21:50.956Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-03-20T05:21:50.956Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-03-20T05:21:50.956Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-03-20T05:21:50.956Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-03-20T05:21:50.956Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-03-20T05:21:50.956Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-03-20T05:21:50.956Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-03-20T05:21:50.956Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier3DelayOff = 2 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier3DelayOn = 5 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-03-20T05:21:50.957Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-03-20T05:21:50.957Z] bool TieredCompilation = true {pd product} {default} [2024-03-20T05:21:50.957Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-03-20T05:21:50.957Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-03-20T05:21:50.957Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-03-20T05:21:50.957Z] intx TieredStopAtLevel = 4 {product} {default} [2024-03-20T05:21:50.957Z] bool TimeLinearScan = false {C1 product} {default} [2024-03-20T05:21:50.957Z] ccstr TraceJVMTI = {product} {default} [2024-03-20T05:21:50.957Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-03-20T05:21:50.957Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-03-20T05:21:50.957Z] bool TrapBasedRangeChecks = false {C2 pd product} {default} [2024-03-20T05:21:50.957Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-03-20T05:21:50.957Z] uintx TypeProfileLevel = 111 {pd product} {default} [2024-03-20T05:21:50.957Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-03-20T05:21:50.957Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-03-20T05:21:50.957Z] intx TypeProfileWidth = 2 {product} {default} [2024-03-20T05:21:50.957Z] intx UnguardOnExecutionViolation = 0 {product} {default} [2024-03-20T05:21:50.957Z] bool UseAES = true {product} {default} [2024-03-20T05:21:50.957Z] intx UseAVX = 3 {ARCH product} {default} [2024-03-20T05:21:50.957Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-03-20T05:21:50.958Z] bool UseAddressNop = true {ARCH product} {default} [2024-03-20T05:21:50.958Z] bool UseBASE64Intrinsics = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseBMI1Instructions = true {ARCH product} {default} [2024-03-20T05:21:50.958Z] bool UseBMI2Instructions = true {ARCH product} {default} [2024-03-20T05:21:50.958Z] bool UseBiasedLocking = false {product} {default} [2024-03-20T05:21:50.958Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-03-20T05:21:50.958Z] bool UseCLMUL = true {ARCH product} {default} [2024-03-20T05:21:50.958Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-03-20T05:21:50.958Z] bool UseCodeAging = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseCodeCacheFlushing = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseCompiler = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseCompressedClassPointers = true {product lp64_product} {ergonomic} [2024-03-20T05:21:50.958Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-03-20T05:21:50.958Z] bool UseCondCardMark = false {product} {default} [2024-03-20T05:21:50.958Z] bool UseContainerCpuShares = false {product} {default} [2024-03-20T05:21:50.958Z] bool UseContainerSupport = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseCountLeadingZerosInstruction = true {ARCH product} {default} [2024-03-20T05:21:50.958Z] bool UseCountTrailingZerosInstruction = true {ARCH product} {default} [2024-03-20T05:21:50.958Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-03-20T05:21:50.958Z] bool UseCounterDecay = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseDivMod = true {C2 product} {default} [2024-03-20T05:21:50.958Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-03-20T05:21:50.958Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-03-20T05:21:50.959Z] bool UseFMA = true {product} {default} [2024-03-20T05:21:50.959Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-03-20T05:21:50.959Z] bool UseFastJNIAccessors = true {product} {default} [2024-03-20T05:21:50.959Z] bool UseFastStosb = false {ARCH product} {default} [2024-03-20T05:21:50.959Z] bool UseG1GC = true {product} {ergonomic} [2024-03-20T05:21:50.959Z] bool UseGCOverheadLimit = true {product} {default} [2024-03-20T05:21:50.959Z] bool UseHeavyMonitors = false {product} {default} [2024-03-20T05:21:50.959Z] bool UseHugeTLBFS = false {product} {default} [2024-03-20T05:21:50.959Z] bool UseInlineCaches = true {product} {default} [2024-03-20T05:21:50.959Z] bool UseInterpreter = true {product} {default} [2024-03-20T05:21:50.959Z] bool UseJumpTables = true {C2 product} {default} [2024-03-20T05:21:50.959Z] bool UseLargePages = false {pd product} {default} [2024-03-20T05:21:50.959Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-03-20T05:21:50.959Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-03-20T05:21:50.959Z] bool UseLoopCounter = true {product} {default} [2024-03-20T05:21:50.959Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-03-20T05:21:50.959Z] bool UseLoopPredicate = true {C2 product} {default} [2024-03-20T05:21:50.959Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-03-20T05:21:50.959Z] bool UseNUMA = false {product} {default} [2024-03-20T05:21:50.959Z] bool UseNUMAInterleaving = false {product} {default} [2024-03-20T05:21:50.959Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-03-20T05:21:50.959Z] bool UseNotificationThread = true {product} {default} [2024-03-20T05:21:50.959Z] bool UseOnStackReplacement = true {pd product} {default} [2024-03-20T05:21:50.959Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-03-20T05:21:50.959Z] bool UseOprofile = false {product} {default} [2024-03-20T05:21:50.959Z] bool UseOptoBiasInlining = false {C2 product} {default} [2024-03-20T05:21:50.959Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-03-20T05:21:50.959Z] bool UseParallelGC = false {product} {default} [2024-03-20T05:21:50.959Z] bool UsePerfData = true {product} {default} [2024-03-20T05:21:50.959Z] bool UsePopCountInstruction = true {product} {default} [2024-03-20T05:21:50.959Z] bool UseProfiledLoopPredicate = true {C2 product} {default} [2024-03-20T05:21:50.959Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-03-20T05:21:50.959Z] bool UseRTMLocking = false {ARCH product} {default} [2024-03-20T05:21:50.960Z] bool UseSHA = true {product} {default} [2024-03-20T05:21:50.960Z] bool UseSHM = false {product} {default} [2024-03-20T05:21:50.960Z] intx UseSSE = 4 {ARCH product} {default} [2024-03-20T05:21:50.960Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-03-20T05:21:50.960Z] bool UseSerialGC = false {product} {default} [2024-03-20T05:21:50.960Z] bool UseSharedSpaces = true {product} {default} [2024-03-20T05:21:50.960Z] bool UseShenandoahGC = false {product} {default} [2024-03-20T05:21:50.960Z] bool UseSignalChaining = true {product} {default} [2024-03-20T05:21:50.960Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-03-20T05:21:50.960Z] bool UseStringDeduplication = false {product} {default} [2024-03-20T05:21:50.960Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-03-20T05:21:50.960Z] bool UseSuperWord = true {C2 product} {default} [2024-03-20T05:21:50.960Z] bool UseTLAB = true {product} {default} [2024-03-20T05:21:50.960Z] bool UseThreadPriorities = true {pd product} {default} [2024-03-20T05:21:50.960Z] bool UseTransparentHugePages = false {product} {default} [2024-03-20T05:21:50.960Z] bool UseTypeProfile = true {product} {default} [2024-03-20T05:21:50.960Z] bool UseTypeSpeculation = true {C2 product} {default} [2024-03-20T05:21:50.960Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-03-20T05:21:50.960Z] bool UseVectorCmov = false {C2 product} {default} [2024-03-20T05:21:50.960Z] bool UseXMMForArrayCopy = true {product} {default} [2024-03-20T05:21:50.960Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-03-20T05:21:50.960Z] bool UseXmmI2D = false {ARCH product} {default} [2024-03-20T05:21:50.960Z] bool UseXmmI2F = false {ARCH product} {default} [2024-03-20T05:21:50.960Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-03-20T05:21:50.960Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-03-20T05:21:50.960Z] bool UseZGC = false {product} {default} [2024-03-20T05:21:50.960Z] intx VMThreadPriority = -1 {product} {default} [2024-03-20T05:21:50.960Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-03-20T05:21:50.960Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-03-20T05:21:50.960Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-03-20T05:21:50.960Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-03-20T05:21:50.960Z] bool VerifySharedSpaces = false {product} {default} [2024-03-20T05:21:50.960Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-03-20T05:21:50.961Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-03-20T05:21:50.961Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-03-20T05:21:50.961Z] size_t YoungPLABSize = 4096 {product} {default} [2024-03-20T05:21:50.961Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-03-20T05:21:50.961Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-03-20T05:21:50.961Z] double ZFragmentationLimit = 25.000000 {product} {default} [2024-03-20T05:21:50.961Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-03-20T05:21:50.961Z] bool ZProactive = true {product} {default} [2024-03-20T05:21:50.961Z] bool ZUncommit = true {product} {default} [2024-03-20T05:21:50.961Z] uintx ZUncommitDelay = 300 {product} {default} [2024-03-20T05:21:50.961Z] bool ZeroTLAB = false {product} {default} [2024-03-20T05:21:50.961Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-03-20T05:21:50.961Z] Maven home: /opt/tools/apache-maven/latest [2024-03-20T05:21:50.961Z] Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9 [2024-03-20T05:21:50.961Z] Default locale: en_US, platform encoding: UTF-8 [2024-03-20T05:21:50.961Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-03-20T05:21:55.147Z] [INFO] Scanning for projects... [2024-03-20T05:21:59.338Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs: [2024-03-20T05:21:59.338Z] [FATAL] Non-resolvable parent POM for eclipse.jdt:eclipse.jdt:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 [2024-03-20T05:21:59.338Z] [FATAL] Non-resolvable parent POM for org.eclipse.jdt:eclipse.jdt.core:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 [2024-03-20T05:21:59.338Z] [FATAL] Non-resolvable parent POM for eclipse.jdt.core:eclipse.jdt.core.binaries:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 [2024-03-20T05:21:59.338Z] [FATAL] Non-resolvable parent POM for eclipse.jdt.debug:eclipse.jdt.debug:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 19, column 11 [2024-03-20T05:21:59.338Z] [FATAL] Non-resolvable parent POM for eclipse.jdt.ui:eclipse.jdt.ui:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 19, column 11 [2024-03-20T05:21:59.338Z] [FATAL] Non-resolvable parent POM for org.eclipse.pde:eclipse.pde:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 17, column 11 [2024-03-20T05:21:59.338Z] [FATAL] Non-resolvable parent POM for org.eclipse.platform:eclipse.platform:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 [2024-03-20T05:21:59.339Z] [FATAL] Non-resolvable parent POM for org.eclipse.platform:eclipse.platform.ui:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11 [2024-03-20T05:21:59.339Z] [FATAL] Non-resolvable parent POM for eclipse.platform.swt:eclipse.platform.swt:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 18, column 11 [2024-03-20T05:21:59.339Z] [FATAL] Non-resolvable parent POM for org.eclipse.equinox:parent:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 [2024-03-20T05:21:59.339Z] [FATAL] Non-resolvable parent POM for org.eclipse.platform:rt.equinox.p2:${releaseVersion}${qualifier}: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 [2024-03-20T05:21:59.339Z] @ [2024-03-20T05:21:59.339Z] [ERROR] The build could not read 11 projects -> [Help 1] [2024-03-20T05:21:59.339Z] [ERROR] [2024-03-20T05:21:59.339Z] [ERROR] The project eclipse.jdt:eclipse.jdt:4.32.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.jdt/pom.xml) has 1 error [2024-03-20T05:21:59.339Z] [ERROR] Non-resolvable parent POM for eclipse.jdt:eclipse.jdt:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2] [2024-03-20T05:21:59.339Z] [ERROR] [2024-03-20T05:21:59.339Z] [ERROR] The project org.eclipse.jdt:eclipse.jdt.core:4.32.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.jdt.core/pom.xml) has 1 error [2024-03-20T05:21:59.339Z] [ERROR] Non-resolvable parent POM for org.eclipse.jdt:eclipse.jdt.core:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2] [2024-03-20T05:21:59.339Z] [ERROR] [2024-03-20T05:21:59.339Z] [ERROR] The project eclipse.jdt.core:eclipse.jdt.core.binaries:4.32.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.jdt.core.binaries/pom.xml) has 1 error [2024-03-20T05:21:59.340Z] [ERROR] Non-resolvable parent POM for eclipse.jdt.core:eclipse.jdt.core.binaries:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2] [2024-03-20T05:21:59.340Z] [ERROR] [2024-03-20T05:21:59.340Z] [ERROR] The project eclipse.jdt.debug:eclipse.jdt.debug:4.32.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.jdt.debug/pom.xml) has 1 error [2024-03-20T05:21:59.340Z] [ERROR] Non-resolvable parent POM for eclipse.jdt.debug:eclipse.jdt.debug:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 19, column 11 -> [Help 2] [2024-03-20T05:21:59.340Z] [ERROR] [2024-03-20T05:21:59.340Z] [ERROR] The project eclipse.jdt.ui:eclipse.jdt.ui:4.32.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.jdt.ui/pom.xml) has 1 error [2024-03-20T05:21:59.340Z] [ERROR] Non-resolvable parent POM for eclipse.jdt.ui:eclipse.jdt.ui:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 19, column 11 -> [Help 2] [2024-03-20T05:21:59.340Z] [ERROR] [2024-03-20T05:21:59.340Z] [ERROR] The project org.eclipse.pde:eclipse.pde:4.32.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.pde/pom.xml) has 1 error [2024-03-20T05:21:59.340Z] [ERROR] Non-resolvable parent POM for org.eclipse.pde:eclipse.pde:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 17, column 11 -> [Help 2] [2024-03-20T05:21:59.340Z] [ERROR] [2024-03-20T05:21:59.340Z] [ERROR] The project org.eclipse.platform:eclipse.platform:4.32.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.platform/pom.xml) has 1 error [2024-03-20T05:21:59.340Z] [ERROR] Non-resolvable parent POM for org.eclipse.platform:eclipse.platform:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2] [2024-03-20T05:21:59.340Z] [ERROR] [2024-03-20T05:21:59.341Z] [ERROR] The project org.eclipse.platform:eclipse.platform.ui:4.32.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.platform.ui/pom.xml) has 1 error [2024-03-20T05:21:59.341Z] [ERROR] Non-resolvable parent POM for org.eclipse.platform:eclipse.platform.ui:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11 -> [Help 2] [2024-03-20T05:21:59.341Z] [ERROR] [2024-03-20T05:21:59.341Z] [ERROR] The project eclipse.platform.swt:eclipse.platform.swt:4.32.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.platform.swt/pom.xml) has 1 error [2024-03-20T05:21:59.341Z] [ERROR] Non-resolvable parent POM for eclipse.platform.swt:eclipse.platform.swt:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 18, column 11 -> [Help 2] [2024-03-20T05:21:59.341Z] [ERROR] [2024-03-20T05:21:59.341Z] [ERROR] The project org.eclipse.equinox:parent:4.32.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/equinox/pom.xml) has 1 error [2024-03-20T05:21:59.341Z] [ERROR] Non-resolvable parent POM for org.eclipse.equinox:parent:4.32.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2] [2024-03-20T05:21:59.341Z] [ERROR] [2024-03-20T05:21:59.341Z] [ERROR] The project org.eclipse.platform:rt.equinox.p2:${releaseVersion}${qualifier} (/home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/rt.equinox.p2/pom.xml) has 1 error [2024-03-20T05:21:59.341Z] [ERROR] Non-resolvable parent POM for org.eclipse.platform:rt.equinox.p2:${releaseVersion}${qualifier}: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.32.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2] [2024-03-20T05:21:59.341Z] [ERROR] [2024-03-20T05:21:59.341Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [2024-03-20T05:21:59.341Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [2024-03-20T05:21:59.341Z] [ERROR] [2024-03-20T05:21:59.341Z] [ERROR] For more information about the errors and possible solutions, please read the following articles: [2024-03-20T05:21:59.341Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [2024-03-20T05:21:59.341Z] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException [Pipeline] } [Pipeline] // withCredentials Post stage [Pipeline] archiveArtifacts [2024-03-20T05:21:59.361Z] Archiving artifacts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE