Push event to branch R4_31_maintenance Connecting to https://api.github.com using eclipse-releng-bot/****** (GitHub bot (username/token)) Obtained Jenkinsfile from 85816f46a1aefcebe1b3b6b698a69428f58cac79 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-m0gww is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1716973947938" labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" kubernetes.jenkins.io/controller: "http___jenkins-ui_platform_svc_cluster_local_platformx" name: "centos-8-m0gww" 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-m0gww" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-8-m0gww" - 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-3206.vb_15dcf73f6a_9" 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-m0gww 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 85816f46a1aefcebe1b3b6b698a69428f58cac79 (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 85816f46a1aefcebe1b3b6b698a69428f58cac79 # timeout=10 Commit message: "backport : Update bouncycastle to 1.78.1 (#2055)" > git rev-list --no-walk 2dd2ee58a8644359eca1cba747188a14beddaa0b # 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 #8' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since '2dd2ee5' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit '85816f4' as starting point [GitCheckoutListener] -> Recorded one new commit [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@760cff97' 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-05-29T09:17:16.578Z] Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh [2024-05-29T09:17:17.039Z] + gpg --batch --import **** [2024-05-29T09:17:17.039Z] gpg: directory '/home/jenkins/.gnupg' created [2024-05-29T09:17:17.039Z] gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created [2024-05-29T09:17:17.039Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created [2024-05-29T09:17:17.039Z] gpg: key B6D3AB9BCC641282: public key "Eclipse Platform Project " imported [2024-05-29T09:17:17.039Z] gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status [2024-05-29T09:17:17.039Z] gpg: key B6D3AB9BCC641282: secret key imported [2024-05-29T09:17:17.039Z] gpg: Total number processed: 1 [2024-05-29T09:17:17.039Z] gpg: imported: 1 [2024-05-29T09:17:17.039Z] gpg: secret keys read: 1 [2024-05-29T09:17:17.039Z] gpg: secret keys imported: 1 [Pipeline] sh [2024-05-29T09:17:17.333Z] ++ gpg --list-keys --with-colons [2024-05-29T09:17:17.333Z] ++ awk -F: '/fpr:/ {print $10}' [2024-05-29T09:17:17.333Z] ++ sort -u [2024-05-29T09:17:17.333Z] + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) [2024-05-29T09:17:17.333Z] + echo -e '5 [2024-05-29T09:17:17.333Z] y [2024-05-29T09:17:17.333Z] ' [2024-05-29T09:17:17.333Z] + gpg --batch --command-fd 0 --expert --edit-key 3C91FED3922D52296888BAE9B6D3AB9BCC641282 trust [2024-05-29T09:17:17.333Z] Secret subkeys are available. [2024-05-29T09:17:17.333Z] [2024-05-29T09:17:17.333Z] pub rsa4096/B6D3AB9BCC641282 [2024-05-29T09:17:17.333Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-05-29T09:17:17.333Z] trust: unknown validity: unknown [2024-05-29T09:17:17.333Z] ssb rsa4096/700E4F39BC05364B [2024-05-29T09:17:17.333Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-05-29T09:17:17.333Z] [ unknown] (1). Eclipse Platform Project [2024-05-29T09:17:17.333Z] [2024-05-29T09:17:17.333Z] pub rsa4096/B6D3AB9BCC641282 [2024-05-29T09:17:17.333Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-05-29T09:17:17.333Z] trust: unknown validity: unknown [2024-05-29T09:17:17.333Z] ssb rsa4096/700E4F39BC05364B [2024-05-29T09:17:17.333Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-05-29T09:17:17.333Z] [ unknown] (1). Eclipse Platform Project [2024-05-29T09:17:17.333Z] [2024-05-29T09:17:17.333Z] Please decide how far you trust this user to correctly verify other users' keys [2024-05-29T09:17:17.333Z] (by looking at passports, checking fingerprints from different sources, etc.) [2024-05-29T09:17:17.333Z] [2024-05-29T09:17:17.333Z] 1 = I don't know or won't say [2024-05-29T09:17:17.333Z] 2 = I do NOT trust [2024-05-29T09:17:17.333Z] 3 = I trust marginally [2024-05-29T09:17:17.333Z] 4 = I trust fully [2024-05-29T09:17:17.333Z] 5 = I trust ultimately [2024-05-29T09:17:17.333Z] m = back to the main menu [2024-05-29T09:17:17.333Z] [2024-05-29T09:17:17.333Z] [2024-05-29T09:17:17.333Z] pub rsa4096/B6D3AB9BCC641282 [2024-05-29T09:17:17.333Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-05-29T09:17:17.333Z] trust: ultimate validity: unknown [2024-05-29T09:17:17.333Z] ssb rsa4096/700E4F39BC05364B [2024-05-29T09:17:17.333Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-05-29T09:17:17.333Z] [ unknown] (1). Eclipse Platform Project [2024-05-29T09:17:17.333Z] Please note that the shown key validity is not necessarily correct [2024-05-29T09:17:17.333Z] unless you restart the program. [2024-05-29T09:17:17.333Z] [2024-05-29T09:17:17.333Z] + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) [2024-05-29T09:17:17.333Z] + echo -e '5 [2024-05-29T09:17:17.333Z] y [2024-05-29T09:17:17.333Z] ' [2024-05-29T09:17:17.333Z] + gpg --batch --command-fd 0 --expert --edit-key 9E3044071B758EBCB7E45673700E4F39BC05364B trust [2024-05-29T09:17:17.333Z] Secret subkeys are available. [2024-05-29T09:17:17.333Z] [2024-05-29T09:17:17.333Z] gpg: checking the trustdb [2024-05-29T09:17:17.333Z] gpg: marginals needed: 3 completes needed: 1 trust model: pgp [2024-05-29T09:17:17.333Z] gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u [2024-05-29T09:17:17.333Z] gpg: next trustdb check due at 2026-12-15 [2024-05-29T09:17:17.333Z] pub rsa4096/B6D3AB9BCC641282 [2024-05-29T09:17:17.333Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-05-29T09:17:17.333Z] trust: ultimate validity: ultimate [2024-05-29T09:17:17.333Z] ssb rsa4096/700E4F39BC05364B [2024-05-29T09:17:17.333Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-05-29T09:17:17.333Z] [ultimate] (1). Eclipse Platform Project [2024-05-29T09:17:17.333Z] [2024-05-29T09:17:17.333Z] pub rsa4096/B6D3AB9BCC641282 [2024-05-29T09:17:17.333Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-05-29T09:17:17.333Z] trust: ultimate validity: ultimate [2024-05-29T09:17:17.333Z] ssb rsa4096/700E4F39BC05364B [2024-05-29T09:17:17.333Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-05-29T09:17:17.334Z] [ultimate] (1). Eclipse Platform Project [2024-05-29T09:17:17.334Z] [2024-05-29T09:17:17.334Z] Please decide how far you trust this user to correctly verify other users' keys [2024-05-29T09:17:17.334Z] (by looking at passports, checking fingerprints from different sources, etc.) [2024-05-29T09:17:17.334Z] [2024-05-29T09:17:17.334Z] 1 = I don't know or won't say [2024-05-29T09:17:17.334Z] 2 = I do NOT trust [2024-05-29T09:17:17.334Z] 3 = I trust marginally [2024-05-29T09:17:17.334Z] 4 = I trust fully [2024-05-29T09:17:17.334Z] 5 = I trust ultimately [2024-05-29T09:17:17.334Z] m = back to the main menu [2024-05-29T09:17:17.334Z] [2024-05-29T09:17:17.334Z] [2024-05-29T09:17:17.334Z] pub rsa4096/B6D3AB9BCC641282 [2024-05-29T09:17:17.334Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA [2024-05-29T09:17:17.334Z] trust: ultimate validity: ultimate [2024-05-29T09:17:17.334Z] ssb rsa4096/700E4F39BC05364B [2024-05-29T09:17:17.334Z] created: 2016-12-21 expires: 2026-12-15 usage: S [2024-05-29T09:17:17.334Z] [ultimate] (1). Eclipse Platform Project [2024-05-29T09:17:17.334Z] [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-05-29T09:17:18.725Z] + git submodule foreach 'git fetch origin master; git checkout FETCH_HEAD' [2024-05-29T09:17:18.725Z] Entering 'eclipse.jdt' [2024-05-29T09:17:18.983Z] From https://github.com/eclipse-jdt/eclipse.jdt [2024-05-29T09:17:18.983Z] * branch master -> FETCH_HEAD [2024-05-29T09:17:18.983Z] HEAD is now at 998588d Migration Guide update - Eclipse 4.31 [2024-05-29T09:17:18.983Z] Entering 'eclipse.jdt.core' [2024-05-29T09:17:19.548Z] From https://github.com/eclipse-jdt/eclipse.jdt.core [2024-05-29T09:17:19.548Z] * branch master -> FETCH_HEAD [2024-05-29T09:17:19.548Z] HEAD is now at 8f161795d0 Mark `ImplicitTypeDeclaration` with `@noreference` (#2498) [2024-05-29T09:17:19.548Z] Entering 'eclipse.jdt.core.binaries' [2024-05-29T09:17:20.114Z] From https://github.com/eclipse-jdt/eclipse.jdt.core.binaries [2024-05-29T09:17:20.114Z] * branch master -> FETCH_HEAD [2024-05-29T09:17:20.371Z] HEAD is now at 79101b0 Update for release 4.32 [2024-05-29T09:17:20.371Z] Entering 'eclipse.jdt.debug' [2024-05-29T09:17:20.629Z] From https://github.com/eclipse-jdt/eclipse.jdt.debug [2024-05-29T09:17:20.629Z] * branch master -> FETCH_HEAD [2024-05-29T09:17:20.896Z] HEAD is now at 353005075 Use proper shell for modal dialogs [2024-05-29T09:17:20.896Z] Entering 'eclipse.jdt.ui' [2024-05-29T09:17:21.471Z] From https://github.com/eclipse-jdt/eclipse.jdt.ui [2024-05-29T09:17:21.471Z] * branch master -> FETCH_HEAD [2024-05-29T09:17:21.471Z] HEAD is now at 8903f4da99 Force signing of split package bundles to use new certificate [2024-05-29T09:17:21.471Z] Entering 'eclipse.pde' [2024-05-29T09:17:22.036Z] From https://github.com/eclipse-pde/eclipse.pde [2024-05-29T09:17:22.036Z] * branch master -> FETCH_HEAD [2024-05-29T09:17:22.295Z] HEAD is now at 96484560b8 Unify and clean-up pde.ui.tests and replace the activator [2024-05-29T09:17:22.295Z] Entering 'eclipse.platform' [2024-05-29T09:17:22.859Z] From https://github.com/eclipse-platform/eclipse.platform [2024-05-29T09:17:22.859Z] * branch master -> FETCH_HEAD [2024-05-29T09:17:22.859Z] HEAD is now at abad786e40 Force qualifier to resign bundles signed with an expired certificate [2024-05-29T09:17:22.859Z] Entering 'eclipse.platform.swt' [2024-05-29T09:17:23.426Z] From https://github.com/eclipse-platform/eclipse.platform.swt [2024-05-29T09:17:23.426Z] * branch master -> FETCH_HEAD [2024-05-29T09:17:23.682Z] HEAD is now at 2acc685a7d SWT Javadoc bash changes for 4.32 [2024-05-29T09:17:23.682Z] Entering 'eclipse.platform.ui' [2024-05-29T09:17:24.248Z] From https://github.com/eclipse-platform/eclipse.platform.ui [2024-05-29T09:17:24.248Z] * branch master -> FETCH_HEAD [2024-05-29T09:17:24.812Z] HEAD is now at 6990a01bde Force qualifier to resign bundles signed with an expired certificate [2024-05-29T09:17:24.812Z] Entering 'equinox' [2024-05-29T09:17:24.812Z] From https://github.com/eclipse-equinox/equinox [2024-05-29T09:17:24.812Z] * branch master -> FETCH_HEAD [2024-05-29T09:17:25.069Z] HEAD is now at ca6458f63 Force signing of split package bundles to use new certificate [2024-05-29T09:17:25.070Z] Entering 'rt.equinox.binaries' [2024-05-29T09:17:25.327Z] From https://github.com/eclipse-equinox/equinox.binaries [2024-05-29T09:17:25.327Z] * branch master -> FETCH_HEAD [2024-05-29T09:17:25.327Z] HEAD is now at af72d12 Recompiled binaries [2024-05-29T09:17:25.327Z] Entering 'rt.equinox.p2' [2024-05-29T09:17:25.889Z] From https://github.com/eclipse-equinox/p2 [2024-05-29T09:17:25.889Z] * branch master -> FETCH_HEAD [2024-05-29T09:17:25.889Z] HEAD is now at 68bad3217 Always use full-named o.e.equinox.launcher artifact [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-05-29T09:17:29.910Z] + mvn clean deploy -f eclipse-platform-parent/pom.xml [2024-05-29T09:17:29.910Z] [Global flags] [2024-05-29T09:17:29.910Z] int ActiveProcessorCount = -1 {product} {default} [2024-05-29T09:17:29.911Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-05-29T09:17:29.911Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-05-29T09:17:29.911Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-05-29T09:17:29.911Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-05-29T09:17:29.911Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-05-29T09:17:29.911Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-05-29T09:17:29.911Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-05-29T09:17:29.911Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-05-29T09:17:29.911Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-05-29T09:17:29.911Z] bool AggressiveHeap = false {product} {default} [2024-05-29T09:17:29.911Z] intx AliasLevel = 3 {C2 product} {default} [2024-05-29T09:17:29.911Z] bool AlignVector = false {C2 product} {default} [2024-05-29T09:17:29.911Z] ccstr AllocateHeapAt = {product} {default} [2024-05-29T09:17:29.911Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-05-29T09:17:29.911Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-05-29T09:17:29.911Z] intx AllocatePrefetchInstr = 0 {product} {default} [2024-05-29T09:17:29.911Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-05-29T09:17:29.911Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-05-29T09:17:29.911Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-05-29T09:17:29.911Z] bool AllowParallelDefineClass = false {product} {default} [2024-05-29T09:17:29.911Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-05-29T09:17:29.911Z] bool AllowUserSignalHandlers = false {product} {default} [2024-05-29T09:17:29.911Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-05-29T09:17:29.911Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-05-29T09:17:29.911Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-05-29T09:17:29.911Z] bool AlwaysLockClassLoader = false {product} {default} [2024-05-29T09:17:29.911Z] bool AlwaysPreTouch = false {product} {default} [2024-05-29T09:17:29.911Z] bool AlwaysRestoreFPU = false {product} {default} [2024-05-29T09:17:29.911Z] bool AlwaysTenure = false {product} {default} [2024-05-29T09:17:29.911Z] ccstr ArchiveClassesAtExit = {product} {default} [2024-05-29T09:17:29.911Z] intx ArrayCopyLoadStoreMaxElem = 8 {C2 product} {default} [2024-05-29T09:17:29.911Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-05-29T09:17:29.911Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-05-29T09:17:29.911Z] intx BCEATraceLevel = 0 {product} {default} [2024-05-29T09:17:29.911Z] bool BackgroundCompilation = true {pd product} {default} [2024-05-29T09:17:29.911Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-05-29T09:17:29.911Z] intx BiasedLockingBulkRebiasThreshold = 20 {product} {default} [2024-05-29T09:17:29.911Z] intx BiasedLockingBulkRevokeThreshold = 40 {product} {default} [2024-05-29T09:17:29.911Z] intx BiasedLockingDecayTime = 25000 {product} {default} [2024-05-29T09:17:29.911Z] intx BiasedLockingStartupDelay = 0 {product} {default} [2024-05-29T09:17:29.911Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-05-29T09:17:29.911Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-05-29T09:17:29.911Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-05-29T09:17:29.911Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-05-29T09:17:29.911Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-05-29T09:17:29.911Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-05-29T09:17:29.911Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-05-29T09:17:29.911Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-05-29T09:17:29.911Z] bool C1OptimizeVirtualCallProfiling = true {C1 product} {default} [2024-05-29T09:17:29.911Z] bool C1ProfileBranches = true {C1 product} {default} [2024-05-29T09:17:29.911Z] bool C1ProfileCalls = true {C1 product} {default} [2024-05-29T09:17:29.911Z] bool C1ProfileCheckcasts = true {C1 product} {default} [2024-05-29T09:17:29.911Z] bool C1ProfileInlinedCalls = true {C1 product} {default} [2024-05-29T09:17:29.911Z] bool C1ProfileVirtualCalls = true {C1 product} {default} [2024-05-29T09:17:29.911Z] bool C1UpdateMethodData = true {C1 product} {default} [2024-05-29T09:17:29.912Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-05-29T09:17:29.912Z] bool CICompilerCountPerCPU = true {product} {default} [2024-05-29T09:17:29.912Z] bool CITime = false {product} {default} [2024-05-29T09:17:29.912Z] bool CheckJNICalls = false {product} {default} [2024-05-29T09:17:29.912Z] bool ClassUnloading = true {product} {default} [2024-05-29T09:17:29.912Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-05-29T09:17:29.912Z] bool ClipInlining = true {product} {default} [2024-05-29T09:17:29.912Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-05-29T09:17:29.912Z] bool CompactStrings = true {pd product} {default} [2024-05-29T09:17:29.912Z] ccstr CompilationMode = default {product} {default} [2024-05-29T09:17:29.912Z] ccstrlist CompileCommand = {product} {default} [2024-05-29T09:17:29.912Z] ccstr CompileCommandFile = {product} {default} [2024-05-29T09:17:29.912Z] ccstrlist CompileOnly = {product} {default} [2024-05-29T09:17:29.912Z] intx CompileThreshold = 10000 {pd product} {default} [2024-05-29T09:17:29.912Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-05-29T09:17:29.912Z] intx CompilerThreadPriority = -1 {product} {default} [2024-05-29T09:17:29.912Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-05-29T09:17:29.912Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-05-29T09:17:29.912Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-05-29T09:17:29.912Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-05-29T09:17:29.912Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-05-29T09:17:29.912Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-05-29T09:17:29.912Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-05-29T09:17:29.912Z] bool CriticalJNINatives = false {product} {default} [2024-05-29T09:17:29.912Z] bool DTraceAllocProbes = false {product} {default} [2024-05-29T09:17:29.912Z] bool DTraceMethodProbes = false {product} {default} [2024-05-29T09:17:29.912Z] bool DTraceMonitorProbes = false {product} {default} [2024-05-29T09:17:29.912Z] bool DisableAttachMechanism = false {product} {default} [2024-05-29T09:17:29.912Z] bool DisableExplicitGC = false {product} {default} [2024-05-29T09:17:29.912Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-05-29T09:17:29.912Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-05-29T09:17:29.912Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-05-29T09:17:29.912Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-05-29T09:17:29.912Z] bool DontCompileHugeMethods = true {product} {default} [2024-05-29T09:17:29.912Z] bool DontYieldALot = false {pd product} {default} [2024-05-29T09:17:29.912Z] ccstr DumpLoadedClassList = {product} {default} [2024-05-29T09:17:29.912Z] bool DumpReplayDataOnError = true {product} {default} [2024-05-29T09:17:29.912Z] bool DumpSharedSpaces = false {product} {default} [2024-05-29T09:17:29.912Z] bool DynamicDumpSharedSpaces = false {product} {default} [2024-05-29T09:17:29.912Z] bool EagerXrunInit = false {product} {default} [2024-05-29T09:17:29.912Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-05-29T09:17:29.912Z] bool EliminateAllocations = true {C2 product} {default} [2024-05-29T09:17:29.912Z] bool EliminateAutoBox = true {C2 product} {default} [2024-05-29T09:17:29.912Z] bool EliminateLocks = true {C2 product} {default} [2024-05-29T09:17:29.912Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-05-29T09:17:29.912Z] bool EnableContended = true {product} {default} [2024-05-29T09:17:29.912Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-05-29T09:17:29.912Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-05-29T09:17:29.912Z] ccstr ErrorFile = {product} {default} [2024-05-29T09:17:29.912Z] bool ErrorFileToStderr = false {product} {default} [2024-05-29T09:17:29.912Z] bool ErrorFileToStdout = false {product} {default} [2024-05-29T09:17:29.912Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-05-29T09:17:29.912Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-05-29T09:17:29.912Z] bool EstimateArgEscape = true {product} {default} [2024-05-29T09:17:29.912Z] bool ExecutingUnitTests = false {product} {default} [2024-05-29T09:17:29.913Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-05-29T09:17:29.913Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-05-29T09:17:29.913Z] bool ExtendedDTraceProbes = false {product} {default} [2024-05-29T09:17:29.913Z] bool ExtensiveErrorReports = false {product} {default} [2024-05-29T09:17:29.913Z] ccstr ExtraSharedClassListFile = {product} {default} [2024-05-29T09:17:29.913Z] bool FilterSpuriousWakeups = true {product} {default} [2024-05-29T09:17:29.913Z] bool FlightRecorder = false {product} {default} [2024-05-29T09:17:29.913Z] ccstr FlightRecorderOptions = {product} {default} [2024-05-29T09:17:29.913Z] bool ForceTimeHighResolution = false {product} {default} [2024-05-29T09:17:29.913Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-05-29T09:17:29.913Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-05-29T09:17:29.913Z] uintx G1ConcRSHotCardLimit = 4 {product} {default} [2024-05-29T09:17:29.913Z] size_t G1ConcRSLogCacheSize = 10 {product} {default} [2024-05-29T09:17:29.913Z] size_t G1ConcRefinementGreenZone = 0 {product} {default} [2024-05-29T09:17:29.913Z] size_t G1ConcRefinementRedZone = 0 {product} {default} [2024-05-29T09:17:29.913Z] uintx G1ConcRefinementServiceIntervalMillis = 300 {product} {default} [2024-05-29T09:17:29.913Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-05-29T09:17:29.913Z] size_t G1ConcRefinementThresholdStep = 2 {product} {default} [2024-05-29T09:17:29.913Z] size_t G1ConcRefinementYellowZone = 0 {product} {default} [2024-05-29T09:17:29.913Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-05-29T09:17:29.913Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-05-29T09:17:29.913Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-05-29T09:17:29.913Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-05-29T09:17:29.913Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-05-29T09:17:29.913Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-05-29T09:17:29.913Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-05-29T09:17:29.913Z] intx G1RSetRegionEntries = 256 {product} {default} [2024-05-29T09:17:29.913Z] intx G1RSetSparseRegionEntries = 8 {product} {default} [2024-05-29T09:17:29.913Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-05-29T09:17:29.913Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-05-29T09:17:29.913Z] uintx G1ReservePercent = 10 {product} {default} [2024-05-29T09:17:29.913Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-05-29T09:17:29.913Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-05-29T09:17:29.913Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-05-29T09:17:29.913Z] bool G1UseAdaptiveConcRefinement = true {product} {default} [2024-05-29T09:17:29.913Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-05-29T09:17:29.913Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-05-29T09:17:29.913Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-05-29T09:17:29.913Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-05-29T09:17:29.913Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-05-29T09:17:29.913Z] uintx GCTimeLimit = 98 {product} {default} [2024-05-29T09:17:29.913Z] uintx GCTimeRatio = 12 {product} {default} [2024-05-29T09:17:29.913Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-05-29T09:17:29.913Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-05-29T09:17:29.913Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-05-29T09:17:29.913Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-05-29T09:17:29.913Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-05-29T09:17:29.913Z] ccstr HeapDumpPath = {manageable} {default} [2024-05-29T09:17:29.913Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-05-29T09:17:29.913Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-05-29T09:17:29.913Z] uintx HeapSearchSteps = 3 {product} {default} [2024-05-29T09:17:29.913Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-05-29T09:17:29.913Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-05-29T09:17:29.913Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-05-29T09:17:29.914Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-05-29T09:17:29.914Z] bool IncrementalInline = true {C2 product} {default} [2024-05-29T09:17:29.914Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-05-29T09:17:29.914Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-05-29T09:17:29.914Z] uintx InitialRAMFraction = 64 {product} {default} [2024-05-29T09:17:29.914Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-05-29T09:17:29.914Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-05-29T09:17:29.914Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-05-29T09:17:29.914Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-05-29T09:17:29.914Z] bool Inline = true {product} {default} [2024-05-29T09:17:29.914Z] ccstr InlineDataFile = {product} {default} [2024-05-29T09:17:29.914Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-05-29T09:17:29.914Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-05-29T09:17:29.914Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-05-29T09:17:29.914Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-05-29T09:17:29.914Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-05-29T09:17:29.914Z] intx JavaPriority10_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:29.914Z] intx JavaPriority1_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:29.914Z] intx JavaPriority2_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:29.914Z] intx JavaPriority3_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:29.914Z] intx JavaPriority4_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:29.914Z] intx JavaPriority5_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:29.914Z] intx JavaPriority6_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:29.914Z] intx JavaPriority7_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:29.914Z] intx JavaPriority8_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:29.914Z] intx JavaPriority9_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:29.914Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-05-29T09:17:29.914Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-05-29T09:17:29.914Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-05-29T09:17:29.914Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-05-29T09:17:29.914Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-05-29T09:17:29.914Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-05-29T09:17:29.914Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-05-29T09:17:29.914Z] uintx LoopStripMiningIter = 1000 {C2 product} {default} [2024-05-29T09:17:29.914Z] uintx LoopStripMiningIterShortLoop = 100 {C2 product} {default} [2024-05-29T09:17:29.914Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-05-29T09:17:29.914Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-05-29T09:17:29.914Z] bool LoopUnswitching = true {C2 product} {default} [2024-05-29T09:17:29.914Z] bool ManagementServer = false {product} {default} [2024-05-29T09:17:29.914Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-05-29T09:17:29.914Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-05-29T09:17:29.914Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-05-29T09:17:29.914Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-05-29T09:17:29.914Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-05-29T09:17:29.914Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-05-29T09:17:29.914Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-05-29T09:17:29.914Z] bool MaxFDLimit = true {product} {default} [2024-05-29T09:17:29.914Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-05-29T09:17:29.914Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-05-29T09:17:29.914Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-05-29T09:17:29.914Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-05-29T09:17:29.914Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-05-29T09:17:29.914Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-05-29T09:17:29.914Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-05-29T09:17:29.914Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-05-29T09:17:29.914Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-05-29T09:17:29.915Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-05-29T09:17:29.915Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-05-29T09:17:29.915Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-05-29T09:17:29.915Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-05-29T09:17:29.915Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-05-29T09:17:29.915Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-05-29T09:17:29.915Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-05-29T09:17:29.915Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-05-29T09:17:29.915Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-05-29T09:17:29.915Z] uintx MaxRAMFraction = 4 {product} {default} [2024-05-29T09:17:29.915Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-05-29T09:17:29.915Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-05-29T09:17:29.915Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-05-29T09:17:29.915Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-05-29T09:17:29.915Z] intx MaxVectorSize = 32 {C2 product} {default} [2024-05-29T09:17:29.915Z] ccstr MetaspaceReclaimPolicy = balanced {product} {default} [2024-05-29T09:17:29.915Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-05-29T09:17:29.915Z] bool MethodFlushing = true {product} {default} [2024-05-29T09:17:29.915Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-05-29T09:17:29.915Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-05-29T09:17:29.915Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-05-29T09:17:29.915Z] intx MinInliningThreshold = 250 {product} {default} [2024-05-29T09:17:29.915Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-05-29T09:17:29.915Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-05-29T09:17:29.915Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-05-29T09:17:29.915Z] uintx MinRAMFraction = 2 {product} {default} [2024-05-29T09:17:29.915Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-05-29T09:17:29.915Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-05-29T09:17:29.915Z] size_t MinTLABSize = 2048 {product} {default} [2024-05-29T09:17:29.915Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-05-29T09:17:29.915Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-05-29T09:17:29.915Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-05-29T09:17:29.915Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-05-29T09:17:29.915Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-05-29T09:17:29.915Z] bool NUMAStats = false {product} {default} [2024-05-29T09:17:29.915Z] ccstr NativeMemoryTracking = off {product} {default} [2024-05-29T09:17:29.915Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-05-29T09:17:29.915Z] bool NeverTenure = false {product} {default} [2024-05-29T09:17:29.915Z] uintx NewRatio = 2 {product} {default} [2024-05-29T09:17:29.915Z] size_t NewSize = 1363144 {product} {default} [2024-05-29T09:17:29.915Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-05-29T09:17:29.915Z] intx NmethodSweepActivity = 10 {product} {default} [2024-05-29T09:17:29.915Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-05-29T09:17:29.915Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-05-29T09:17:29.915Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-05-29T09:17:29.915Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-05-29T09:17:29.915Z] intx ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-05-29T09:17:29.915Z] size_t OldPLABSize = 1024 {product} {default} [2024-05-29T09:17:29.915Z] size_t OldSize = 5452592 {product} {default} [2024-05-29T09:17:29.915Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-05-29T09:17:29.915Z] ccstrlist OnError = {product} {default} [2024-05-29T09:17:29.915Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-05-29T09:17:29.915Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-05-29T09:17:29.915Z] bool OptimizeFill = false {C2 product} {default} [2024-05-29T09:17:29.916Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-05-29T09:17:29.916Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-05-29T09:17:29.916Z] bool OptoBundling = false {C2 pd product} {default} [2024-05-29T09:17:29.916Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-05-29T09:17:29.916Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-05-29T09:17:29.916Z] bool OptoScheduling = false {C2 pd product} {default} [2024-05-29T09:17:29.916Z] uintx PLABWeight = 75 {product} {default} [2024-05-29T09:17:29.916Z] bool PSChunkLargeArrays = true {product} {default} [2024-05-29T09:17:29.916Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-05-29T09:17:29.916Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-05-29T09:17:29.916Z] uint ParallelGCThreads = 2 {product} {default} [2024-05-29T09:17:29.916Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-05-29T09:17:29.916Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-05-29T09:17:29.916Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-05-29T09:17:29.916Z] bool ParallelRefProcEnabled = true {product} {default} [2024-05-29T09:17:29.916Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-05-29T09:17:29.916Z] bool PartialPeelLoop = true {C2 product} {default} [2024-05-29T09:17:29.916Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-05-29T09:17:29.916Z] uintx PausePadding = 1 {product} {default} [2024-05-29T09:17:29.916Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-05-29T09:17:29.916Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-05-29T09:17:29.916Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-05-29T09:17:29.916Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-05-29T09:17:29.916Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-05-29T09:17:29.916Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-05-29T09:17:29.916Z] intx PerfDataMemorySize = 32768 {product} {default} [2024-05-29T09:17:29.916Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-05-29T09:17:29.916Z] ccstr PerfDataSaveFile = {product} {default} [2024-05-29T09:17:29.916Z] bool PerfDataSaveToFile = false {product} {default} [2024-05-29T09:17:29.916Z] bool PerfDisableSharedMem = false {product} {default} [2024-05-29T09:17:29.916Z] intx PerfMaxStringConstLength = 1024 {product} {default} [2024-05-29T09:17:29.916Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-05-29T09:17:29.916Z] bool PreferContainerQuotaForCPUCount = true {product} {default} [2024-05-29T09:17:29.916Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-05-29T09:17:29.916Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-05-29T09:17:29.916Z] intx PrefetchFieldsAhead = 1 {product} {default} [2024-05-29T09:17:29.916Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-05-29T09:17:29.916Z] bool PreserveAllAnnotations = false {product} {default} [2024-05-29T09:17:29.916Z] bool PreserveFramePointer = false {pd product} {default} [2024-05-29T09:17:29.916Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-05-29T09:17:29.916Z] bool PrintClassHistogram = false {manageable} {default} [2024-05-29T09:17:29.916Z] bool PrintCodeCache = false {product} {default} [2024-05-29T09:17:29.916Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-05-29T09:17:29.916Z] bool PrintCommandLineFlags = false {product} {default} [2024-05-29T09:17:29.916Z] bool PrintCompilation = false {product} {default} [2024-05-29T09:17:29.916Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-05-29T09:17:29.916Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-05-29T09:17:29.916Z] bool PrintFlagsFinal = true {product} {command line} [2024-05-29T09:17:29.916Z] bool PrintFlagsInitial = false {product} {default} [2024-05-29T09:17:29.916Z] bool PrintFlagsRanges = false {product} {default} [2024-05-29T09:17:29.916Z] bool PrintGC = false {product} {default} [2024-05-29T09:17:29.916Z] bool PrintGCDetails = false {product} {default} [2024-05-29T09:17:29.916Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-05-29T09:17:29.916Z] bool PrintSharedArchiveAndExit = false {product} {default} [2024-05-29T09:17:29.916Z] bool PrintSharedDictionary = false {product} {default} [2024-05-29T09:17:29.917Z] bool PrintStringTableStatistics = false {product} {default} [2024-05-29T09:17:29.917Z] bool PrintTieredEvents = false {product} {default} [2024-05-29T09:17:29.917Z] bool PrintVMOptions = false {product} {default} [2024-05-29T09:17:29.917Z] bool PrintWarnings = true {product} {default} [2024-05-29T09:17:29.917Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-05-29T09:17:29.917Z] bool ProfileInterpreter = true {pd product} {default} [2024-05-29T09:17:29.917Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-05-29T09:17:29.917Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-05-29T09:17:29.917Z] uintx PromotedPadding = 3 {product} {default} [2024-05-29T09:17:29.917Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-05-29T09:17:29.917Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-05-29T09:17:29.917Z] bool RangeCheckElimination = true {product} {default} [2024-05-29T09:17:29.917Z] bool ReassociateInvariants = true {C2 product} {default} [2024-05-29T09:17:29.917Z] bool RecordDynamicDumpInfo = false {product} {default} [2024-05-29T09:17:29.917Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-05-29T09:17:29.917Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-05-29T09:17:29.917Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-05-29T09:17:29.917Z] bool ReduceSignalUsage = false {product} {default} [2024-05-29T09:17:29.917Z] intx RefDiscoveryPolicy = 0 {product} {default} [2024-05-29T09:17:29.917Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-05-29T09:17:29.917Z] bool RelaxAccessControlCheck = false {product} {default} [2024-05-29T09:17:29.917Z] ccstr ReplayDataFile = {product} {default} [2024-05-29T09:17:29.917Z] bool RequireSharedSpaces = false {product} {default} [2024-05-29T09:17:29.917Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-05-29T09:17:29.917Z] bool ResizePLAB = true {product} {default} [2024-05-29T09:17:29.917Z] bool ResizeTLAB = true {product} {default} [2024-05-29T09:17:29.917Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-05-29T09:17:29.917Z] bool RestrictContended = true {product} {default} [2024-05-29T09:17:29.917Z] bool RestrictReservedStack = true {product} {default} [2024-05-29T09:17:29.917Z] bool RewriteBytecodes = true {pd product} {default} [2024-05-29T09:17:29.917Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-05-29T09:17:29.917Z] bool SafepointTimeout = false {product} {default} [2024-05-29T09:17:29.917Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-05-29T09:17:29.917Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-05-29T09:17:29.917Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-05-29T09:17:29.917Z] intx SelfDestructTimer = 0 {product} {default} [2024-05-29T09:17:29.917Z] ccstr SharedArchiveConfigFile = {product} {default} [2024-05-29T09:17:29.917Z] ccstr SharedArchiveFile = {product} {default} [2024-05-29T09:17:29.917Z] size_t SharedBaseAddress = 140491517591552 {product} {default} [2024-05-29T09:17:29.917Z] ccstr SharedClassListFile = {product} {default} [2024-05-29T09:17:29.917Z] uintx SharedSymbolTableBucketSize = 4 {product} {default} [2024-05-29T09:17:29.917Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-05-29T09:17:29.917Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-05-29T09:17:29.917Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-05-29T09:17:29.917Z] bool ShowMessageBoxOnError = false {product} {default} [2024-05-29T09:17:29.917Z] bool ShrinkHeapInSteps = true {product} {default} [2024-05-29T09:17:29.917Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-05-29T09:17:29.917Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-05-29T09:17:29.917Z] bool SplitIfBlocks = true {C2 product} {default} [2024-05-29T09:17:29.917Z] intx StackRedPages = 1 {pd product} {default} [2024-05-29T09:17:29.917Z] intx StackReservedPages = 1 {pd product} {default} [2024-05-29T09:17:29.917Z] intx StackShadowPages = 20 {pd product} {default} [2024-05-29T09:17:29.917Z] bool StackTraceInThrowable = true {product} {default} [2024-05-29T09:17:29.917Z] intx StackYellowPages = 2 {pd product} {default} [2024-05-29T09:17:29.917Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-05-29T09:17:29.918Z] bool StartAttachListener = false {product} {default} [2024-05-29T09:17:29.918Z] ccstr StartFlightRecording = {product} {default} [2024-05-29T09:17:29.918Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-05-29T09:17:29.918Z] uintx StringTableSize = 65536 {product} {default} [2024-05-29T09:17:29.918Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-05-29T09:17:29.918Z] bool SuperWordReductions = true {C2 product} {default} [2024-05-29T09:17:29.918Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-05-29T09:17:29.918Z] uintx SurvivorPadding = 3 {product} {default} [2024-05-29T09:17:29.918Z] uintx SurvivorRatio = 8 {product} {default} [2024-05-29T09:17:29.918Z] double SweeperThreshold = 0.500000 {product} {default} [2024-05-29T09:17:29.918Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-05-29T09:17:29.918Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-05-29T09:17:29.918Z] size_t TLABSize = 0 {product} {default} [2024-05-29T09:17:29.918Z] bool TLABStats = true {product} {default} [2024-05-29T09:17:29.918Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-05-29T09:17:29.918Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-05-29T09:17:29.918Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-05-29T09:17:29.918Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-05-29T09:17:29.918Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-05-29T09:17:29.918Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-05-29T09:17:29.918Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-05-29T09:17:29.918Z] intx ThreadPriorityPolicy = 0 {product} {default} [2024-05-29T09:17:29.918Z] bool ThreadPriorityVerbose = false {product} {default} [2024-05-29T09:17:29.918Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-05-29T09:17:29.918Z] uintx ThresholdTolerance = 10 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier3DelayOff = 2 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier3DelayOn = 5 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-05-29T09:17:29.918Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-05-29T09:17:29.918Z] bool TieredCompilation = true {pd product} {default} [2024-05-29T09:17:29.918Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-05-29T09:17:29.918Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-05-29T09:17:29.918Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-05-29T09:17:29.918Z] intx TieredStopAtLevel = 4 {product} {default} [2024-05-29T09:17:29.918Z] bool TimeLinearScan = false {C1 product} {default} [2024-05-29T09:17:29.918Z] ccstr TraceJVMTI = {product} {default} [2024-05-29T09:17:29.918Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-05-29T09:17:29.919Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-05-29T09:17:29.919Z] bool TrapBasedRangeChecks = false {C2 pd product} {default} [2024-05-29T09:17:29.919Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-05-29T09:17:29.919Z] uintx TypeProfileLevel = 111 {pd product} {default} [2024-05-29T09:17:29.919Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-05-29T09:17:29.919Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-05-29T09:17:29.919Z] intx TypeProfileWidth = 2 {product} {default} [2024-05-29T09:17:29.919Z] intx UnguardOnExecutionViolation = 0 {product} {default} [2024-05-29T09:17:29.919Z] bool UseAES = true {product} {default} [2024-05-29T09:17:29.919Z] intx UseAVX = 1 {ARCH product} {default} [2024-05-29T09:17:29.919Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-05-29T09:17:29.919Z] bool UseAddressNop = true {ARCH product} {default} [2024-05-29T09:17:29.919Z] bool UseBASE64Intrinsics = false {product} {default} [2024-05-29T09:17:29.919Z] bool UseBMI1Instructions = false {ARCH product} {default} [2024-05-29T09:17:29.919Z] bool UseBMI2Instructions = false {ARCH product} {default} [2024-05-29T09:17:29.919Z] bool UseBiasedLocking = false {product} {default} [2024-05-29T09:17:29.919Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-05-29T09:17:29.919Z] bool UseCLMUL = true {ARCH product} {default} [2024-05-29T09:17:29.919Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-05-29T09:17:29.919Z] bool UseCodeAging = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseCodeCacheFlushing = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseCompiler = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseCompressedClassPointers = true {product lp64_product} {ergonomic} [2024-05-29T09:17:29.919Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-05-29T09:17:29.919Z] bool UseCondCardMark = false {product} {default} [2024-05-29T09:17:29.919Z] bool UseContainerCpuShares = false {product} {default} [2024-05-29T09:17:29.919Z] bool UseContainerSupport = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseCountLeadingZerosInstruction = false {ARCH product} {default} [2024-05-29T09:17:29.919Z] bool UseCountTrailingZerosInstruction = false {ARCH product} {default} [2024-05-29T09:17:29.919Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-05-29T09:17:29.919Z] bool UseCounterDecay = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseDivMod = true {C2 product} {default} [2024-05-29T09:17:29.919Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseFMA = false {product} {default} [2024-05-29T09:17:29.919Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-05-29T09:17:29.919Z] bool UseFastJNIAccessors = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseFastStosb = false {ARCH product} {default} [2024-05-29T09:17:29.919Z] bool UseG1GC = true {product} {ergonomic} [2024-05-29T09:17:29.919Z] bool UseGCOverheadLimit = true {product} {default} [2024-05-29T09:17:29.919Z] bool UseHeavyMonitors = false {product} {default} [2024-05-29T09:17:29.920Z] bool UseHugeTLBFS = false {product} {default} [2024-05-29T09:17:29.920Z] bool UseInlineCaches = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseInterpreter = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseJumpTables = true {C2 product} {default} [2024-05-29T09:17:29.920Z] bool UseLargePages = false {pd product} {default} [2024-05-29T09:17:29.920Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-05-29T09:17:29.920Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseLoopCounter = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-05-29T09:17:29.920Z] bool UseLoopPredicate = true {C2 product} {default} [2024-05-29T09:17:29.920Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseNUMA = false {product} {default} [2024-05-29T09:17:29.920Z] bool UseNUMAInterleaving = false {product} {default} [2024-05-29T09:17:29.920Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-05-29T09:17:29.920Z] bool UseNotificationThread = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseOnStackReplacement = true {pd product} {default} [2024-05-29T09:17:29.920Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-05-29T09:17:29.920Z] bool UseOprofile = false {product} {default} [2024-05-29T09:17:29.920Z] bool UseOptoBiasInlining = false {C2 product} {default} [2024-05-29T09:17:29.920Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseParallelGC = false {product} {default} [2024-05-29T09:17:29.920Z] bool UsePerfData = true {product} {default} [2024-05-29T09:17:29.920Z] bool UsePopCountInstruction = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseProfiledLoopPredicate = true {C2 product} {default} [2024-05-29T09:17:29.920Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-05-29T09:17:29.920Z] bool UseRTMLocking = false {ARCH product} {default} [2024-05-29T09:17:29.920Z] bool UseSHA = false {product} {default} [2024-05-29T09:17:29.920Z] bool UseSHM = false {product} {default} [2024-05-29T09:17:29.920Z] intx UseSSE = 4 {ARCH product} {default} [2024-05-29T09:17:29.920Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-05-29T09:17:29.920Z] bool UseSerialGC = false {product} {default} [2024-05-29T09:17:29.920Z] bool UseSharedSpaces = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseShenandoahGC = false {product} {default} [2024-05-29T09:17:29.920Z] bool UseSignalChaining = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-05-29T09:17:29.920Z] bool UseStringDeduplication = false {product} {default} [2024-05-29T09:17:29.920Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-05-29T09:17:29.920Z] bool UseSuperWord = true {C2 product} {default} [2024-05-29T09:17:29.920Z] bool UseTLAB = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseThreadPriorities = true {pd product} {default} [2024-05-29T09:17:29.920Z] bool UseTransparentHugePages = false {product} {default} [2024-05-29T09:17:29.920Z] bool UseTypeProfile = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseTypeSpeculation = true {C2 product} {default} [2024-05-29T09:17:29.920Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-05-29T09:17:29.920Z] bool UseVectorCmov = false {C2 product} {default} [2024-05-29T09:17:29.920Z] bool UseXMMForArrayCopy = true {product} {default} [2024-05-29T09:17:29.920Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-05-29T09:17:29.920Z] bool UseXmmI2D = false {ARCH product} {default} [2024-05-29T09:17:29.920Z] bool UseXmmI2F = false {ARCH product} {default} [2024-05-29T09:17:29.920Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-05-29T09:17:29.920Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-05-29T09:17:29.920Z] bool UseZGC = false {product} {default} [2024-05-29T09:17:29.920Z] intx VMThreadPriority = -1 {product} {default} [2024-05-29T09:17:29.920Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-05-29T09:17:29.921Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-05-29T09:17:29.921Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-05-29T09:17:29.921Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-05-29T09:17:29.921Z] bool VerifySharedSpaces = false {product} {default} [2024-05-29T09:17:29.921Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-05-29T09:17:29.921Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-05-29T09:17:29.921Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-05-29T09:17:29.921Z] size_t YoungPLABSize = 4096 {product} {default} [2024-05-29T09:17:29.921Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-05-29T09:17:29.921Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-05-29T09:17:29.921Z] double ZFragmentationLimit = 25.000000 {product} {default} [2024-05-29T09:17:29.921Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-05-29T09:17:29.921Z] bool ZProactive = true {product} {default} [2024-05-29T09:17:29.921Z] bool ZUncommit = true {product} {default} [2024-05-29T09:17:29.921Z] uintx ZUncommitDelay = 300 {product} {default} [2024-05-29T09:17:29.921Z] bool ZeroTLAB = false {product} {default} [2024-05-29T09:17:30.179Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-29T09:17:30.179Z] Maven home: /opt/tools/apache-maven/latest [2024-05-29T09:17:30.179Z] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 [2024-05-29T09:17:30.179Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-29T09:17:30.179Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-29T09:17:38.310Z] [INFO] Scanning for projects... [2024-05-29T09:17:42.525Z] [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [2024-05-29T09:17:42.525Z] [INFO] Tycho Mode: extension [2024-05-29T09:17:42.525Z] [INFO] Tycho Builder: maven [2024-05-29T09:17:42.525Z] [INFO] Build Threads: 1 [2024-05-29T09:17:52.523Z] [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-05-29T09:17:52.523Z] [INFO] [2024-05-29T09:17:52.523Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >----------------- [2024-05-29T09:17:52.523Z] [INFO] Building eclipse-platform-parent 4.31.0-SNAPSHOT [2024-05-29T09:17:52.523Z] [INFO] from pom.xml [2024-05-29T09:17:52.523Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-29T09:17:52.523Z] [INFO] [2024-05-29T09:17:52.523Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-platform-parent --- [2024-05-29T09:17:52.523Z] [INFO] [2024-05-29T09:17:52.523Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-platform-parent --- [2024-05-29T09:17:53.468Z] [INFO] Copying 1 resource from saveproperties to target [2024-05-29T09:17:53.468Z] [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-05-29T09:17:53.468Z] [INFO] [2024-05-29T09:17:53.468Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-platform-parent --- [2024-05-29T09:17:54.411Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-05-29T09:17:54.411Z] [INFO] [2024-05-29T09:17:54.411Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-platform-parent --- [2024-05-29T09:17:54.411Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse-platform-parent/src/main/resources [2024-05-29T09:17:54.411Z] [INFO] [2024-05-29T09:17:54.411Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse-platform-parent --- [2024-05-29T09:17:54.411Z] [INFO] [2024-05-29T09:17:54.411Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse-platform-parent --- [2024-05-29T09:17:54.412Z] [INFO] [2024-05-29T09:17:54.412Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent --- [2024-05-29T09:17:54.412Z] [INFO] Execution was skipped [2024-05-29T09:17:54.412Z] [INFO] [2024-05-29T09:17:54.412Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-platform-parent --- [2024-05-29T09:17:54.412Z] [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-05-29T09:17:54.412Z] [INFO] [2024-05-29T09:17:54.412Z] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipse-platform-parent --- [2024-05-29T09:17:54.982Z] [INFO] ------------------------------------------------------------------------ [2024-05-29T09:17:54.982Z] [INFO] BUILD SUCCESS [2024-05-29T09:17:54.982Z] [INFO] ------------------------------------------------------------------------ [2024-05-29T09:17:54.982Z] [INFO] Total time: 16.565 s [2024-05-29T09:17:54.982Z] [INFO] Finished at: 2024-05-29T09:17:54Z [2024-05-29T09:17:54.982Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sh [2024-05-29T09:17:55.533Z] + mvn clean deploy -f eclipse.platform.releng.prereqs.sdk/pom.xml [2024-05-29T09:17:55.533Z] [Global flags] [2024-05-29T09:17:55.533Z] int ActiveProcessorCount = -1 {product} {default} [2024-05-29T09:17:55.533Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-05-29T09:17:55.533Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-05-29T09:17:55.533Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-05-29T09:17:55.533Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-05-29T09:17:55.533Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-05-29T09:17:55.533Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-05-29T09:17:55.533Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-05-29T09:17:55.533Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-05-29T09:17:55.533Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-05-29T09:17:55.533Z] bool AggressiveHeap = false {product} {default} [2024-05-29T09:17:55.533Z] intx AliasLevel = 3 {C2 product} {default} [2024-05-29T09:17:55.533Z] bool AlignVector = false {C2 product} {default} [2024-05-29T09:17:55.533Z] ccstr AllocateHeapAt = {product} {default} [2024-05-29T09:17:55.533Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-05-29T09:17:55.533Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-05-29T09:17:55.533Z] intx AllocatePrefetchInstr = 0 {product} {default} [2024-05-29T09:17:55.533Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-05-29T09:17:55.533Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-05-29T09:17:55.533Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-05-29T09:17:55.533Z] bool AllowParallelDefineClass = false {product} {default} [2024-05-29T09:17:55.533Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-05-29T09:17:55.533Z] bool AllowUserSignalHandlers = false {product} {default} [2024-05-29T09:17:55.533Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-05-29T09:17:55.533Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-05-29T09:17:55.533Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-05-29T09:17:55.533Z] bool AlwaysLockClassLoader = false {product} {default} [2024-05-29T09:17:55.533Z] bool AlwaysPreTouch = false {product} {default} [2024-05-29T09:17:55.533Z] bool AlwaysRestoreFPU = false {product} {default} [2024-05-29T09:17:55.533Z] bool AlwaysTenure = false {product} {default} [2024-05-29T09:17:55.533Z] ccstr ArchiveClassesAtExit = {product} {default} [2024-05-29T09:17:55.533Z] intx ArrayCopyLoadStoreMaxElem = 8 {C2 product} {default} [2024-05-29T09:17:55.533Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-05-29T09:17:55.533Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-05-29T09:17:55.533Z] intx BCEATraceLevel = 0 {product} {default} [2024-05-29T09:17:55.533Z] bool BackgroundCompilation = true {pd product} {default} [2024-05-29T09:17:55.533Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-05-29T09:17:55.533Z] intx BiasedLockingBulkRebiasThreshold = 20 {product} {default} [2024-05-29T09:17:55.533Z] intx BiasedLockingBulkRevokeThreshold = 40 {product} {default} [2024-05-29T09:17:55.533Z] intx BiasedLockingDecayTime = 25000 {product} {default} [2024-05-29T09:17:55.533Z] intx BiasedLockingStartupDelay = 0 {product} {default} [2024-05-29T09:17:55.533Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-05-29T09:17:55.533Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-05-29T09:17:55.533Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-05-29T09:17:55.533Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-05-29T09:17:55.533Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-05-29T09:17:55.533Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-05-29T09:17:55.534Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-05-29T09:17:55.534Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-05-29T09:17:55.534Z] bool C1OptimizeVirtualCallProfiling = true {C1 product} {default} [2024-05-29T09:17:55.534Z] bool C1ProfileBranches = true {C1 product} {default} [2024-05-29T09:17:55.534Z] bool C1ProfileCalls = true {C1 product} {default} [2024-05-29T09:17:55.534Z] bool C1ProfileCheckcasts = true {C1 product} {default} [2024-05-29T09:17:55.534Z] bool C1ProfileInlinedCalls = true {C1 product} {default} [2024-05-29T09:17:55.534Z] bool C1ProfileVirtualCalls = true {C1 product} {default} [2024-05-29T09:17:55.534Z] bool C1UpdateMethodData = true {C1 product} {default} [2024-05-29T09:17:55.534Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-05-29T09:17:55.534Z] bool CICompilerCountPerCPU = true {product} {default} [2024-05-29T09:17:55.534Z] bool CITime = false {product} {default} [2024-05-29T09:17:55.534Z] bool CheckJNICalls = false {product} {default} [2024-05-29T09:17:55.534Z] bool ClassUnloading = true {product} {default} [2024-05-29T09:17:55.534Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-05-29T09:17:55.534Z] bool ClipInlining = true {product} {default} [2024-05-29T09:17:55.534Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-05-29T09:17:55.534Z] bool CompactStrings = true {pd product} {default} [2024-05-29T09:17:55.534Z] ccstr CompilationMode = default {product} {default} [2024-05-29T09:17:55.534Z] ccstrlist CompileCommand = {product} {default} [2024-05-29T09:17:55.534Z] ccstr CompileCommandFile = {product} {default} [2024-05-29T09:17:55.534Z] ccstrlist CompileOnly = {product} {default} [2024-05-29T09:17:55.534Z] intx CompileThreshold = 10000 {pd product} {default} [2024-05-29T09:17:55.534Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-05-29T09:17:55.534Z] intx CompilerThreadPriority = -1 {product} {default} [2024-05-29T09:17:55.534Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-05-29T09:17:55.534Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-05-29T09:17:55.534Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-05-29T09:17:55.534Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-05-29T09:17:55.534Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-05-29T09:17:55.534Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-05-29T09:17:55.534Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-05-29T09:17:55.534Z] bool CriticalJNINatives = false {product} {default} [2024-05-29T09:17:55.534Z] bool DTraceAllocProbes = false {product} {default} [2024-05-29T09:17:55.534Z] bool DTraceMethodProbes = false {product} {default} [2024-05-29T09:17:55.534Z] bool DTraceMonitorProbes = false {product} {default} [2024-05-29T09:17:55.534Z] bool DisableAttachMechanism = false {product} {default} [2024-05-29T09:17:55.534Z] bool DisableExplicitGC = false {product} {default} [2024-05-29T09:17:55.534Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-05-29T09:17:55.534Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-05-29T09:17:55.534Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-05-29T09:17:55.534Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-05-29T09:17:55.534Z] bool DontCompileHugeMethods = true {product} {default} [2024-05-29T09:17:55.534Z] bool DontYieldALot = false {pd product} {default} [2024-05-29T09:17:55.534Z] ccstr DumpLoadedClassList = {product} {default} [2024-05-29T09:17:55.534Z] bool DumpReplayDataOnError = true {product} {default} [2024-05-29T09:17:55.534Z] bool DumpSharedSpaces = false {product} {default} [2024-05-29T09:17:55.534Z] bool DynamicDumpSharedSpaces = false {product} {default} [2024-05-29T09:17:55.534Z] bool EagerXrunInit = false {product} {default} [2024-05-29T09:17:55.534Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-05-29T09:17:55.534Z] bool EliminateAllocations = true {C2 product} {default} [2024-05-29T09:17:55.534Z] bool EliminateAutoBox = true {C2 product} {default} [2024-05-29T09:17:55.534Z] bool EliminateLocks = true {C2 product} {default} [2024-05-29T09:17:55.534Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-05-29T09:17:55.534Z] bool EnableContended = true {product} {default} [2024-05-29T09:17:55.535Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-05-29T09:17:55.535Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-05-29T09:17:55.535Z] ccstr ErrorFile = {product} {default} [2024-05-29T09:17:55.535Z] bool ErrorFileToStderr = false {product} {default} [2024-05-29T09:17:55.535Z] bool ErrorFileToStdout = false {product} {default} [2024-05-29T09:17:55.535Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-05-29T09:17:55.535Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-05-29T09:17:55.535Z] bool EstimateArgEscape = true {product} {default} [2024-05-29T09:17:55.535Z] bool ExecutingUnitTests = false {product} {default} [2024-05-29T09:17:55.535Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-05-29T09:17:55.535Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-05-29T09:17:55.535Z] bool ExtendedDTraceProbes = false {product} {default} [2024-05-29T09:17:55.535Z] bool ExtensiveErrorReports = false {product} {default} [2024-05-29T09:17:55.535Z] ccstr ExtraSharedClassListFile = {product} {default} [2024-05-29T09:17:55.535Z] bool FilterSpuriousWakeups = true {product} {default} [2024-05-29T09:17:55.535Z] bool FlightRecorder = false {product} {default} [2024-05-29T09:17:55.535Z] ccstr FlightRecorderOptions = {product} {default} [2024-05-29T09:17:55.535Z] bool ForceTimeHighResolution = false {product} {default} [2024-05-29T09:17:55.535Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-05-29T09:17:55.535Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-05-29T09:17:55.535Z] uintx G1ConcRSHotCardLimit = 4 {product} {default} [2024-05-29T09:17:55.535Z] size_t G1ConcRSLogCacheSize = 10 {product} {default} [2024-05-29T09:17:55.535Z] size_t G1ConcRefinementGreenZone = 0 {product} {default} [2024-05-29T09:17:55.535Z] size_t G1ConcRefinementRedZone = 0 {product} {default} [2024-05-29T09:17:55.535Z] uintx G1ConcRefinementServiceIntervalMillis = 300 {product} {default} [2024-05-29T09:17:55.535Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-05-29T09:17:55.535Z] size_t G1ConcRefinementThresholdStep = 2 {product} {default} [2024-05-29T09:17:55.535Z] size_t G1ConcRefinementYellowZone = 0 {product} {default} [2024-05-29T09:17:55.535Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-05-29T09:17:55.535Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-05-29T09:17:55.535Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-05-29T09:17:55.535Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-05-29T09:17:55.535Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-05-29T09:17:55.535Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-05-29T09:17:55.535Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-05-29T09:17:55.535Z] intx G1RSetRegionEntries = 256 {product} {default} [2024-05-29T09:17:55.535Z] intx G1RSetSparseRegionEntries = 8 {product} {default} [2024-05-29T09:17:55.535Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-05-29T09:17:55.535Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-05-29T09:17:55.535Z] uintx G1ReservePercent = 10 {product} {default} [2024-05-29T09:17:55.535Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-05-29T09:17:55.535Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-05-29T09:17:55.535Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-05-29T09:17:55.535Z] bool G1UseAdaptiveConcRefinement = true {product} {default} [2024-05-29T09:17:55.535Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-05-29T09:17:55.535Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-05-29T09:17:55.535Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-05-29T09:17:55.535Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-05-29T09:17:55.535Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-05-29T09:17:55.535Z] uintx GCTimeLimit = 98 {product} {default} [2024-05-29T09:17:55.535Z] uintx GCTimeRatio = 12 {product} {default} [2024-05-29T09:17:55.535Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-05-29T09:17:55.535Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-05-29T09:17:55.535Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-05-29T09:17:55.535Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-05-29T09:17:55.535Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-05-29T09:17:55.536Z] ccstr HeapDumpPath = {manageable} {default} [2024-05-29T09:17:55.536Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-05-29T09:17:55.536Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-05-29T09:17:55.536Z] uintx HeapSearchSteps = 3 {product} {default} [2024-05-29T09:17:55.536Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-05-29T09:17:55.536Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-05-29T09:17:55.536Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-05-29T09:17:55.536Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-05-29T09:17:55.536Z] bool IncrementalInline = true {C2 product} {default} [2024-05-29T09:17:55.536Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-05-29T09:17:55.536Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-05-29T09:17:55.536Z] uintx InitialRAMFraction = 64 {product} {default} [2024-05-29T09:17:55.536Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-05-29T09:17:55.536Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-05-29T09:17:55.536Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-05-29T09:17:55.536Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-05-29T09:17:55.536Z] bool Inline = true {product} {default} [2024-05-29T09:17:55.536Z] ccstr InlineDataFile = {product} {default} [2024-05-29T09:17:55.536Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-05-29T09:17:55.536Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-05-29T09:17:55.536Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-05-29T09:17:55.536Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-05-29T09:17:55.536Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-05-29T09:17:55.536Z] intx JavaPriority10_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:55.536Z] intx JavaPriority1_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:55.536Z] intx JavaPriority2_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:55.536Z] intx JavaPriority3_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:55.536Z] intx JavaPriority4_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:55.536Z] intx JavaPriority5_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:55.536Z] intx JavaPriority6_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:55.536Z] intx JavaPriority7_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:55.536Z] intx JavaPriority8_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:55.536Z] intx JavaPriority9_To_OSPriority = -1 {product} {default} [2024-05-29T09:17:55.536Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-05-29T09:17:55.536Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-05-29T09:17:55.536Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-05-29T09:17:55.536Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-05-29T09:17:55.536Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-05-29T09:17:55.536Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-05-29T09:17:55.536Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-05-29T09:17:55.536Z] uintx LoopStripMiningIter = 1000 {C2 product} {default} [2024-05-29T09:17:55.536Z] uintx LoopStripMiningIterShortLoop = 100 {C2 product} {default} [2024-05-29T09:17:55.536Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-05-29T09:17:55.536Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-05-29T09:17:55.536Z] bool LoopUnswitching = true {C2 product} {default} [2024-05-29T09:17:55.536Z] bool ManagementServer = false {product} {default} [2024-05-29T09:17:55.536Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-05-29T09:17:55.536Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-05-29T09:17:55.536Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-05-29T09:17:55.536Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-05-29T09:17:55.536Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-05-29T09:17:55.536Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-05-29T09:17:55.536Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-05-29T09:17:55.536Z] bool MaxFDLimit = true {product} {default} [2024-05-29T09:17:55.536Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-05-29T09:17:55.537Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-05-29T09:17:55.537Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-05-29T09:17:55.537Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-05-29T09:17:55.537Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-05-29T09:17:55.537Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-05-29T09:17:55.537Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-05-29T09:17:55.537Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-05-29T09:17:55.537Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-05-29T09:17:55.537Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-05-29T09:17:55.537Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-05-29T09:17:55.537Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-05-29T09:17:55.537Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-05-29T09:17:55.537Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-05-29T09:17:55.537Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-05-29T09:17:55.537Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-05-29T09:17:55.537Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-05-29T09:17:55.537Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-05-29T09:17:55.537Z] uintx MaxRAMFraction = 4 {product} {default} [2024-05-29T09:17:55.537Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-05-29T09:17:55.537Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-05-29T09:17:55.537Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-05-29T09:17:55.537Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-05-29T09:17:55.537Z] intx MaxVectorSize = 32 {C2 product} {default} [2024-05-29T09:17:55.537Z] ccstr MetaspaceReclaimPolicy = balanced {product} {default} [2024-05-29T09:17:55.537Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-05-29T09:17:55.537Z] bool MethodFlushing = true {product} {default} [2024-05-29T09:17:55.537Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-05-29T09:17:55.537Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-05-29T09:17:55.537Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-05-29T09:17:55.537Z] intx MinInliningThreshold = 250 {product} {default} [2024-05-29T09:17:55.537Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-05-29T09:17:55.537Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-05-29T09:17:55.537Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-05-29T09:17:55.537Z] uintx MinRAMFraction = 2 {product} {default} [2024-05-29T09:17:55.537Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-05-29T09:17:55.537Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-05-29T09:17:55.537Z] size_t MinTLABSize = 2048 {product} {default} [2024-05-29T09:17:55.537Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-05-29T09:17:55.537Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-05-29T09:17:55.537Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-05-29T09:17:55.537Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-05-29T09:17:55.537Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-05-29T09:17:55.537Z] bool NUMAStats = false {product} {default} [2024-05-29T09:17:55.537Z] ccstr NativeMemoryTracking = off {product} {default} [2024-05-29T09:17:55.537Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-05-29T09:17:55.537Z] bool NeverTenure = false {product} {default} [2024-05-29T09:17:55.537Z] uintx NewRatio = 2 {product} {default} [2024-05-29T09:17:55.537Z] size_t NewSize = 1363144 {product} {default} [2024-05-29T09:17:55.537Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-05-29T09:17:55.537Z] intx NmethodSweepActivity = 10 {product} {default} [2024-05-29T09:17:55.537Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-05-29T09:17:55.537Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-05-29T09:17:55.537Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-05-29T09:17:55.537Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-05-29T09:17:55.537Z] intx ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-05-29T09:17:55.538Z] size_t OldPLABSize = 1024 {product} {default} [2024-05-29T09:17:55.538Z] size_t OldSize = 5452592 {product} {default} [2024-05-29T09:17:55.538Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-05-29T09:17:55.538Z] ccstrlist OnError = {product} {default} [2024-05-29T09:17:55.538Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-05-29T09:17:55.538Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-05-29T09:17:55.538Z] bool OptimizeFill = false {C2 product} {default} [2024-05-29T09:17:55.538Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-05-29T09:17:55.538Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-05-29T09:17:55.538Z] bool OptoBundling = false {C2 pd product} {default} [2024-05-29T09:17:55.538Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-05-29T09:17:55.538Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-05-29T09:17:55.538Z] bool OptoScheduling = false {C2 pd product} {default} [2024-05-29T09:17:55.538Z] uintx PLABWeight = 75 {product} {default} [2024-05-29T09:17:55.538Z] bool PSChunkLargeArrays = true {product} {default} [2024-05-29T09:17:55.538Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-05-29T09:17:55.538Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-05-29T09:17:55.538Z] uint ParallelGCThreads = 2 {product} {default} [2024-05-29T09:17:55.538Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-05-29T09:17:55.538Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-05-29T09:17:55.538Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-05-29T09:17:55.538Z] bool ParallelRefProcEnabled = true {product} {default} [2024-05-29T09:17:55.538Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-05-29T09:17:55.538Z] bool PartialPeelLoop = true {C2 product} {default} [2024-05-29T09:17:55.538Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-05-29T09:17:55.538Z] uintx PausePadding = 1 {product} {default} [2024-05-29T09:17:55.538Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-05-29T09:17:55.538Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-05-29T09:17:55.538Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-05-29T09:17:55.538Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-05-29T09:17:55.538Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-05-29T09:17:55.538Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-05-29T09:17:55.538Z] intx PerfDataMemorySize = 32768 {product} {default} [2024-05-29T09:17:55.538Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-05-29T09:17:55.538Z] ccstr PerfDataSaveFile = {product} {default} [2024-05-29T09:17:55.538Z] bool PerfDataSaveToFile = false {product} {default} [2024-05-29T09:17:55.538Z] bool PerfDisableSharedMem = false {product} {default} [2024-05-29T09:17:55.538Z] intx PerfMaxStringConstLength = 1024 {product} {default} [2024-05-29T09:17:55.538Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-05-29T09:17:55.538Z] bool PreferContainerQuotaForCPUCount = true {product} {default} [2024-05-29T09:17:55.538Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-05-29T09:17:55.538Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-05-29T09:17:55.538Z] intx PrefetchFieldsAhead = 1 {product} {default} [2024-05-29T09:17:55.538Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-05-29T09:17:55.538Z] bool PreserveAllAnnotations = false {product} {default} [2024-05-29T09:17:55.538Z] bool PreserveFramePointer = false {pd product} {default} [2024-05-29T09:17:55.538Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-05-29T09:17:55.538Z] bool PrintClassHistogram = false {manageable} {default} [2024-05-29T09:17:55.538Z] bool PrintCodeCache = false {product} {default} [2024-05-29T09:17:55.538Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-05-29T09:17:55.538Z] bool PrintCommandLineFlags = false {product} {default} [2024-05-29T09:17:55.538Z] bool PrintCompilation = false {product} {default} [2024-05-29T09:17:55.538Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-05-29T09:17:55.539Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-05-29T09:17:55.539Z] bool PrintFlagsFinal = true {product} {command line} [2024-05-29T09:17:55.539Z] bool PrintFlagsInitial = false {product} {default} [2024-05-29T09:17:55.539Z] bool PrintFlagsRanges = false {product} {default} [2024-05-29T09:17:55.539Z] bool PrintGC = false {product} {default} [2024-05-29T09:17:55.539Z] bool PrintGCDetails = false {product} {default} [2024-05-29T09:17:55.539Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-05-29T09:17:55.539Z] bool PrintSharedArchiveAndExit = false {product} {default} [2024-05-29T09:17:55.539Z] bool PrintSharedDictionary = false {product} {default} [2024-05-29T09:17:55.539Z] bool PrintStringTableStatistics = false {product} {default} [2024-05-29T09:17:55.539Z] bool PrintTieredEvents = false {product} {default} [2024-05-29T09:17:55.539Z] bool PrintVMOptions = false {product} {default} [2024-05-29T09:17:55.539Z] bool PrintWarnings = true {product} {default} [2024-05-29T09:17:55.539Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-05-29T09:17:55.539Z] bool ProfileInterpreter = true {pd product} {default} [2024-05-29T09:17:55.539Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-05-29T09:17:55.539Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-05-29T09:17:55.539Z] uintx PromotedPadding = 3 {product} {default} [2024-05-29T09:17:55.539Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-05-29T09:17:55.539Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-05-29T09:17:55.539Z] bool RangeCheckElimination = true {product} {default} [2024-05-29T09:17:55.539Z] bool ReassociateInvariants = true {C2 product} {default} [2024-05-29T09:17:55.539Z] bool RecordDynamicDumpInfo = false {product} {default} [2024-05-29T09:17:55.539Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-05-29T09:17:55.539Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-05-29T09:17:55.539Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-05-29T09:17:55.539Z] bool ReduceSignalUsage = false {product} {default} [2024-05-29T09:17:55.539Z] intx RefDiscoveryPolicy = 0 {product} {default} [2024-05-29T09:17:55.539Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-05-29T09:17:55.539Z] bool RelaxAccessControlCheck = false {product} {default} [2024-05-29T09:17:55.539Z] ccstr ReplayDataFile = {product} {default} [2024-05-29T09:17:55.539Z] bool RequireSharedSpaces = false {product} {default} [2024-05-29T09:17:55.539Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-05-29T09:17:55.539Z] bool ResizePLAB = true {product} {default} [2024-05-29T09:17:55.539Z] bool ResizeTLAB = true {product} {default} [2024-05-29T09:17:55.539Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-05-29T09:17:55.539Z] bool RestrictContended = true {product} {default} [2024-05-29T09:17:55.539Z] bool RestrictReservedStack = true {product} {default} [2024-05-29T09:17:55.539Z] bool RewriteBytecodes = true {pd product} {default} [2024-05-29T09:17:55.539Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-05-29T09:17:55.539Z] bool SafepointTimeout = false {product} {default} [2024-05-29T09:17:55.539Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-05-29T09:17:55.539Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-05-29T09:17:55.539Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-05-29T09:17:55.539Z] intx SelfDestructTimer = 0 {product} {default} [2024-05-29T09:17:55.539Z] ccstr SharedArchiveConfigFile = {product} {default} [2024-05-29T09:17:55.539Z] ccstr SharedArchiveFile = {product} {default} [2024-05-29T09:17:55.539Z] size_t SharedBaseAddress = 140529970970624 {product} {default} [2024-05-29T09:17:55.539Z] ccstr SharedClassListFile = {product} {default} [2024-05-29T09:17:55.539Z] uintx SharedSymbolTableBucketSize = 4 {product} {default} [2024-05-29T09:17:55.539Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-05-29T09:17:55.539Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-05-29T09:17:55.539Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-05-29T09:17:55.539Z] bool ShowMessageBoxOnError = false {product} {default} [2024-05-29T09:17:55.539Z] bool ShrinkHeapInSteps = true {product} {default} [2024-05-29T09:17:55.540Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-05-29T09:17:55.540Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-05-29T09:17:55.540Z] bool SplitIfBlocks = true {C2 product} {default} [2024-05-29T09:17:55.540Z] intx StackRedPages = 1 {pd product} {default} [2024-05-29T09:17:55.540Z] intx StackReservedPages = 1 {pd product} {default} [2024-05-29T09:17:55.540Z] intx StackShadowPages = 20 {pd product} {default} [2024-05-29T09:17:55.540Z] bool StackTraceInThrowable = true {product} {default} [2024-05-29T09:17:55.540Z] intx StackYellowPages = 2 {pd product} {default} [2024-05-29T09:17:55.540Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-05-29T09:17:55.540Z] bool StartAttachListener = false {product} {default} [2024-05-29T09:17:55.540Z] ccstr StartFlightRecording = {product} {default} [2024-05-29T09:17:55.540Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-05-29T09:17:55.540Z] uintx StringTableSize = 65536 {product} {default} [2024-05-29T09:17:55.540Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-05-29T09:17:55.540Z] bool SuperWordReductions = true {C2 product} {default} [2024-05-29T09:17:55.540Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-05-29T09:17:55.540Z] uintx SurvivorPadding = 3 {product} {default} [2024-05-29T09:17:55.540Z] uintx SurvivorRatio = 8 {product} {default} [2024-05-29T09:17:55.540Z] double SweeperThreshold = 0.500000 {product} {default} [2024-05-29T09:17:55.540Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-05-29T09:17:55.540Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-05-29T09:17:55.540Z] size_t TLABSize = 0 {product} {default} [2024-05-29T09:17:55.540Z] bool TLABStats = true {product} {default} [2024-05-29T09:17:55.540Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-05-29T09:17:55.540Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-05-29T09:17:55.540Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-05-29T09:17:55.540Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-05-29T09:17:55.540Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-05-29T09:17:55.540Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-05-29T09:17:55.540Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-05-29T09:17:55.540Z] intx ThreadPriorityPolicy = 0 {product} {default} [2024-05-29T09:17:55.540Z] bool ThreadPriorityVerbose = false {product} {default} [2024-05-29T09:17:55.540Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-05-29T09:17:55.540Z] uintx ThresholdTolerance = 10 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier3DelayOff = 2 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier3DelayOn = 5 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-05-29T09:17:55.540Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-05-29T09:17:55.541Z] bool TieredCompilation = true {pd product} {default} [2024-05-29T09:17:55.541Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-05-29T09:17:55.541Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-05-29T09:17:55.541Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-05-29T09:17:55.541Z] intx TieredStopAtLevel = 4 {product} {default} [2024-05-29T09:17:55.541Z] bool TimeLinearScan = false {C1 product} {default} [2024-05-29T09:17:55.541Z] ccstr TraceJVMTI = {product} {default} [2024-05-29T09:17:55.541Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-05-29T09:17:55.541Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-05-29T09:17:55.541Z] bool TrapBasedRangeChecks = false {C2 pd product} {default} [2024-05-29T09:17:55.541Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-05-29T09:17:55.541Z] uintx TypeProfileLevel = 111 {pd product} {default} [2024-05-29T09:17:55.541Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-05-29T09:17:55.541Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-05-29T09:17:55.541Z] intx TypeProfileWidth = 2 {product} {default} [2024-05-29T09:17:55.541Z] intx UnguardOnExecutionViolation = 0 {product} {default} [2024-05-29T09:17:55.541Z] bool UseAES = true {product} {default} [2024-05-29T09:17:55.541Z] intx UseAVX = 1 {ARCH product} {default} [2024-05-29T09:17:55.541Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-05-29T09:17:55.541Z] bool UseAddressNop = true {ARCH product} {default} [2024-05-29T09:17:55.541Z] bool UseBASE64Intrinsics = false {product} {default} [2024-05-29T09:17:55.541Z] bool UseBMI1Instructions = false {ARCH product} {default} [2024-05-29T09:17:55.541Z] bool UseBMI2Instructions = false {ARCH product} {default} [2024-05-29T09:17:55.541Z] bool UseBiasedLocking = false {product} {default} [2024-05-29T09:17:55.541Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-05-29T09:17:55.541Z] bool UseCLMUL = true {ARCH product} {default} [2024-05-29T09:17:55.541Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-05-29T09:17:55.541Z] bool UseCodeAging = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseCodeCacheFlushing = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseCompiler = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseCompressedClassPointers = true {product lp64_product} {ergonomic} [2024-05-29T09:17:55.541Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-05-29T09:17:55.541Z] bool UseCondCardMark = false {product} {default} [2024-05-29T09:17:55.541Z] bool UseContainerCpuShares = false {product} {default} [2024-05-29T09:17:55.541Z] bool UseContainerSupport = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseCountLeadingZerosInstruction = false {ARCH product} {default} [2024-05-29T09:17:55.541Z] bool UseCountTrailingZerosInstruction = false {ARCH product} {default} [2024-05-29T09:17:55.541Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-05-29T09:17:55.541Z] bool UseCounterDecay = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseDivMod = true {C2 product} {default} [2024-05-29T09:17:55.541Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-05-29T09:17:55.541Z] bool UseFMA = false {product} {default} [2024-05-29T09:17:55.541Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-05-29T09:17:55.542Z] bool UseFastJNIAccessors = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseFastStosb = false {ARCH product} {default} [2024-05-29T09:17:55.542Z] bool UseG1GC = true {product} {ergonomic} [2024-05-29T09:17:55.542Z] bool UseGCOverheadLimit = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseHeavyMonitors = false {product} {default} [2024-05-29T09:17:55.542Z] bool UseHugeTLBFS = false {product} {default} [2024-05-29T09:17:55.542Z] bool UseInlineCaches = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseInterpreter = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseJumpTables = true {C2 product} {default} [2024-05-29T09:17:55.542Z] bool UseLargePages = false {pd product} {default} [2024-05-29T09:17:55.542Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-05-29T09:17:55.542Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseLoopCounter = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-05-29T09:17:55.542Z] bool UseLoopPredicate = true {C2 product} {default} [2024-05-29T09:17:55.542Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseNUMA = false {product} {default} [2024-05-29T09:17:55.542Z] bool UseNUMAInterleaving = false {product} {default} [2024-05-29T09:17:55.542Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-05-29T09:17:55.542Z] bool UseNotificationThread = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseOnStackReplacement = true {pd product} {default} [2024-05-29T09:17:55.542Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-05-29T09:17:55.542Z] bool UseOprofile = false {product} {default} [2024-05-29T09:17:55.542Z] bool UseOptoBiasInlining = false {C2 product} {default} [2024-05-29T09:17:55.542Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseParallelGC = false {product} {default} [2024-05-29T09:17:55.542Z] bool UsePerfData = true {product} {default} [2024-05-29T09:17:55.542Z] bool UsePopCountInstruction = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseProfiledLoopPredicate = true {C2 product} {default} [2024-05-29T09:17:55.542Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-05-29T09:17:55.542Z] bool UseRTMLocking = false {ARCH product} {default} [2024-05-29T09:17:55.542Z] bool UseSHA = false {product} {default} [2024-05-29T09:17:55.542Z] bool UseSHM = false {product} {default} [2024-05-29T09:17:55.542Z] intx UseSSE = 4 {ARCH product} {default} [2024-05-29T09:17:55.542Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-05-29T09:17:55.542Z] bool UseSerialGC = false {product} {default} [2024-05-29T09:17:55.542Z] bool UseSharedSpaces = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseShenandoahGC = false {product} {default} [2024-05-29T09:17:55.542Z] bool UseSignalChaining = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-05-29T09:17:55.542Z] bool UseStringDeduplication = false {product} {default} [2024-05-29T09:17:55.542Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-05-29T09:17:55.542Z] bool UseSuperWord = true {C2 product} {default} [2024-05-29T09:17:55.542Z] bool UseTLAB = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseThreadPriorities = true {pd product} {default} [2024-05-29T09:17:55.542Z] bool UseTransparentHugePages = false {product} {default} [2024-05-29T09:17:55.542Z] bool UseTypeProfile = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseTypeSpeculation = true {C2 product} {default} [2024-05-29T09:17:55.542Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-05-29T09:17:55.542Z] bool UseVectorCmov = false {C2 product} {default} [2024-05-29T09:17:55.542Z] bool UseXMMForArrayCopy = true {product} {default} [2024-05-29T09:17:55.542Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-05-29T09:17:55.542Z] bool UseXmmI2D = false {ARCH product} {default} [2024-05-29T09:17:55.542Z] bool UseXmmI2F = false {ARCH product} {default} [2024-05-29T09:17:55.542Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-05-29T09:17:55.543Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-05-29T09:17:55.543Z] bool UseZGC = false {product} {default} [2024-05-29T09:17:55.543Z] intx VMThreadPriority = -1 {product} {default} [2024-05-29T09:17:55.543Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-05-29T09:17:55.543Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-05-29T09:17:55.543Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-05-29T09:17:55.543Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-05-29T09:17:55.543Z] bool VerifySharedSpaces = false {product} {default} [2024-05-29T09:17:55.543Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-05-29T09:17:55.543Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-05-29T09:17:55.543Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-05-29T09:17:55.543Z] size_t YoungPLABSize = 4096 {product} {default} [2024-05-29T09:17:55.543Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-05-29T09:17:55.543Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-05-29T09:17:55.543Z] double ZFragmentationLimit = 25.000000 {product} {default} [2024-05-29T09:17:55.543Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-05-29T09:17:55.543Z] bool ZProactive = true {product} {default} [2024-05-29T09:17:55.543Z] bool ZUncommit = true {product} {default} [2024-05-29T09:17:55.543Z] uintx ZUncommitDelay = 300 {product} {default} [2024-05-29T09:17:55.543Z] bool ZeroTLAB = false {product} {default} [2024-05-29T09:17:55.801Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-29T09:17:55.801Z] Maven home: /opt/tools/apache-maven/latest [2024-05-29T09:17:55.801Z] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 [2024-05-29T09:17:55.801Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-29T09:17:55.801Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-29T09:18:00.016Z] [INFO] Scanning for projects... [2024-05-29T09:18:01.960Z] [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [2024-05-29T09:18:01.960Z] [INFO] Tycho Mode: extension [2024-05-29T09:18:01.960Z] [INFO] Tycho Builder: maven [2024-05-29T09:18:01.960Z] [INFO] Build Threads: 1 [2024-05-29T09:18:08.540Z] [INFO] [2024-05-29T09:18:08.540Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [2024-05-29T09:18:08.540Z] [INFO] Building eclipse-sdk-prereqs 4.31.0-SNAPSHOT [2024-05-29T09:18:08.540Z] [INFO] from pom.xml [2024-05-29T09:18:08.540Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2024-05-29T09:18:08.540Z] [INFO] [2024-05-29T09:18:08.540Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs --- [2024-05-29T09:18:08.540Z] [INFO] [2024-05-29T09:18:08.540Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [2024-05-29T09:18:08.540Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.platform.releng.prereqs.sdk/saveproperties [2024-05-29T09:18:08.540Z] [INFO] [2024-05-29T09:18:08.540Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [2024-05-29T09:18:08.540Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-05-29T09:18:08.540Z] [INFO] [2024-05-29T09:18:08.540Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs --- [2024-05-29T09:18:08.541Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_31_maintenance/eclipse.platform.releng.prereqs.sdk/src/main/resources [2024-05-29T09:18:08.541Z] [INFO] [2024-05-29T09:18:08.541Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse-sdk-prereqs --- [2024-05-29T09:18:08.541Z] [INFO] [2024-05-29T09:18:08.541Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [2024-05-29T09:18:08.541Z] [INFO] [2024-05-29T09:18:08.541Z] [INFO] --- tycho-packaging:4.0.6:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [2024-05-29T09:18:08.541Z] [INFO] [2024-05-29T09:18:08.541Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [2024-05-29T09:18:08.541Z] [INFO] Execution was skipped [2024-05-29T09:18:08.541Z] [INFO] [2024-05-29T09:18:08.541Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-sdk-prereqs --- [2024-05-29T09:18:08.541Z] [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-05-29T09:18:08.541Z] [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-05-29T09:18:08.541Z] [INFO] [2024-05-29T09:18:08.541Z] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipse-sdk-prereqs --- [2024-05-29T09:18:09.914Z] [INFO] ------------------------------------------------------------------------ [2024-05-29T09:18:09.914Z] [INFO] BUILD SUCCESS [2024-05-29T09:18:09.914Z] [INFO] ------------------------------------------------------------------------ [2024-05-29T09:18:09.914Z] [INFO] Total time: 9.852 s [2024-05-29T09:18:09.914Z] [INFO] Finished at: 2024-05-29T09:18:09Z [2024-05-29T09:18:09.914Z] [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-05-29T09:18:11.715Z] Masking supported pattern matches of $KEYRING_PASSPHRASE [Pipeline] { [Pipeline] sh [2024-05-29T09:18:12.000Z] + [[ R4_31_maintenance == master ]] [2024-05-29T09:18:12.000Z] + [[ R4_31_maintenance =~ ^R[0-9]_[0-9]+_maintenance ]] [2024-05-29T09:18:12.000Z] + MVN_ARGS=-Peclipse-sign [2024-05-29T09:18:12.000Z] + 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-05-29T09:18:12.000Z] [Global flags] [2024-05-29T09:18:12.000Z] int ActiveProcessorCount = -1 {product} {default} [2024-05-29T09:18:12.000Z] uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} [2024-05-29T09:18:12.000Z] uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} [2024-05-29T09:18:12.000Z] uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default} [2024-05-29T09:18:12.000Z] uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} [2024-05-29T09:18:12.000Z] uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} [2024-05-29T09:18:12.000Z] uintx AdaptiveSizePolicyWeight = 10 {product} {default} [2024-05-29T09:18:12.000Z] uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default} [2024-05-29T09:18:12.000Z] uintx AdaptiveTimeWeight = 25 {product} {default} [2024-05-29T09:18:12.000Z] bool AdjustStackSizeForTLS = false {product} {default} [2024-05-29T09:18:12.000Z] bool AggressiveHeap = false {product} {default} [2024-05-29T09:18:12.000Z] intx AliasLevel = 3 {C2 product} {default} [2024-05-29T09:18:12.000Z] bool AlignVector = false {C2 product} {default} [2024-05-29T09:18:12.000Z] ccstr AllocateHeapAt = {product} {default} [2024-05-29T09:18:12.000Z] intx AllocateInstancePrefetchLines = 1 {product} {default} [2024-05-29T09:18:12.000Z] intx AllocatePrefetchDistance = 192 {product} {default} [2024-05-29T09:18:12.000Z] intx AllocatePrefetchInstr = 0 {product} {default} [2024-05-29T09:18:12.000Z] intx AllocatePrefetchLines = 4 {product} {default} [2024-05-29T09:18:12.000Z] intx AllocatePrefetchStepSize = 64 {product} {default} [2024-05-29T09:18:12.000Z] intx AllocatePrefetchStyle = 1 {product} {default} [2024-05-29T09:18:12.000Z] bool AllowParallelDefineClass = false {product} {default} [2024-05-29T09:18:12.000Z] bool AllowRedefinitionToAddDeleteMethods = false {product} {default} [2024-05-29T09:18:12.000Z] bool AllowUserSignalHandlers = false {product} {default} [2024-05-29T09:18:12.000Z] bool AllowVectorizeOnDemand = true {C2 product} {default} [2024-05-29T09:18:12.000Z] bool AlwaysActAsServerClassMachine = false {product} {default} [2024-05-29T09:18:12.000Z] bool AlwaysCompileLoopMethods = false {product} {default} [2024-05-29T09:18:12.000Z] bool AlwaysLockClassLoader = false {product} {default} [2024-05-29T09:18:12.000Z] bool AlwaysPreTouch = false {product} {default} [2024-05-29T09:18:12.000Z] bool AlwaysRestoreFPU = false {product} {default} [2024-05-29T09:18:12.000Z] bool AlwaysTenure = false {product} {default} [2024-05-29T09:18:12.001Z] ccstr ArchiveClassesAtExit = {product} {default} [2024-05-29T09:18:12.001Z] intx ArrayCopyLoadStoreMaxElem = 8 {C2 product} {default} [2024-05-29T09:18:12.001Z] size_t AsyncLogBufferSize = 2097152 {product} {default} [2024-05-29T09:18:12.001Z] intx AutoBoxCacheMax = 128 {C2 product} {default} [2024-05-29T09:18:12.001Z] intx BCEATraceLevel = 0 {product} {default} [2024-05-29T09:18:12.001Z] bool BackgroundCompilation = true {pd product} {default} [2024-05-29T09:18:12.001Z] size_t BaseFootPrintEstimate = 268435456 {product} {default} [2024-05-29T09:18:12.001Z] intx BiasedLockingBulkRebiasThreshold = 20 {product} {default} [2024-05-29T09:18:12.001Z] intx BiasedLockingBulkRevokeThreshold = 40 {product} {default} [2024-05-29T09:18:12.001Z] intx BiasedLockingDecayTime = 25000 {product} {default} [2024-05-29T09:18:12.001Z] intx BiasedLockingStartupDelay = 0 {product} {default} [2024-05-29T09:18:12.001Z] bool BlockLayoutByFrequency = true {C2 product} {default} [2024-05-29T09:18:12.001Z] intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} [2024-05-29T09:18:12.001Z] bool BlockLayoutRotateLoops = true {C2 product} {default} [2024-05-29T09:18:12.001Z] intx C1InlineStackLimit = 5 {C1 product} {default} [2024-05-29T09:18:12.001Z] intx C1MaxInlineLevel = 9 {C1 product} {default} [2024-05-29T09:18:12.001Z] intx C1MaxInlineSize = 35 {C1 product} {default} [2024-05-29T09:18:12.001Z] intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} [2024-05-29T09:18:12.001Z] intx C1MaxTrivialSize = 6 {C1 product} {default} [2024-05-29T09:18:12.001Z] bool C1OptimizeVirtualCallProfiling = true {C1 product} {default} [2024-05-29T09:18:12.001Z] bool C1ProfileBranches = true {C1 product} {default} [2024-05-29T09:18:12.001Z] bool C1ProfileCalls = true {C1 product} {default} [2024-05-29T09:18:12.001Z] bool C1ProfileCheckcasts = true {C1 product} {default} [2024-05-29T09:18:12.001Z] bool C1ProfileInlinedCalls = true {C1 product} {default} [2024-05-29T09:18:12.001Z] bool C1ProfileVirtualCalls = true {C1 product} {default} [2024-05-29T09:18:12.001Z] bool C1UpdateMethodData = true {C1 product} {default} [2024-05-29T09:18:12.001Z] intx CICompilerCount = 2 {product} {ergonomic} [2024-05-29T09:18:12.001Z] bool CICompilerCountPerCPU = true {product} {default} [2024-05-29T09:18:12.001Z] bool CITime = false {product} {default} [2024-05-29T09:18:12.001Z] bool CheckJNICalls = false {product} {default} [2024-05-29T09:18:12.001Z] bool ClassUnloading = true {product} {default} [2024-05-29T09:18:12.001Z] bool ClassUnloadingWithConcurrentMark = true {product} {default} [2024-05-29T09:18:12.001Z] bool ClipInlining = true {product} {default} [2024-05-29T09:18:12.001Z] uintx CodeCacheExpansionSize = 65536 {pd product} {default} [2024-05-29T09:18:12.002Z] bool CompactStrings = true {pd product} {default} [2024-05-29T09:18:12.002Z] ccstr CompilationMode = default {product} {default} [2024-05-29T09:18:12.002Z] ccstrlist CompileCommand = {product} {default} [2024-05-29T09:18:12.002Z] ccstr CompileCommandFile = {product} {default} [2024-05-29T09:18:12.002Z] ccstrlist CompileOnly = {product} {default} [2024-05-29T09:18:12.002Z] intx CompileThreshold = 10000 {pd product} {default} [2024-05-29T09:18:12.002Z] double CompileThresholdScaling = 1.000000 {product} {default} [2024-05-29T09:18:12.002Z] intx CompilerThreadPriority = -1 {product} {default} [2024-05-29T09:18:12.002Z] intx CompilerThreadStackSize = 1024 {pd product} {default} [2024-05-29T09:18:12.002Z] size_t CompressedClassSpaceSize = 1073741824 {product} {default} [2024-05-29T09:18:12.002Z] uint ConcGCThreads = 1 {product} {ergonomic} [2024-05-29T09:18:12.002Z] intx ConditionalMoveLimit = 3 {C2 pd product} {default} [2024-05-29T09:18:12.002Z] intx ContendedPaddingWidth = 128 {product} {default} [2024-05-29T09:18:12.002Z] bool CrashOnOutOfMemoryError = false {product} {default} [2024-05-29T09:18:12.002Z] bool CreateCoredumpOnCrash = true {product} {default} [2024-05-29T09:18:12.002Z] bool CriticalJNINatives = false {product} {default} [2024-05-29T09:18:12.002Z] bool DTraceAllocProbes = false {product} {default} [2024-05-29T09:18:12.002Z] bool DTraceMethodProbes = false {product} {default} [2024-05-29T09:18:12.002Z] bool DTraceMonitorProbes = false {product} {default} [2024-05-29T09:18:12.002Z] bool DisableAttachMechanism = false {product} {default} [2024-05-29T09:18:12.002Z] bool DisableExplicitGC = false {product} {default} [2024-05-29T09:18:12.002Z] bool DisplayVMOutputToStderr = false {product} {default} [2024-05-29T09:18:12.002Z] bool DisplayVMOutputToStdout = false {product} {default} [2024-05-29T09:18:12.002Z] bool DoEscapeAnalysis = true {C2 product} {default} [2024-05-29T09:18:12.002Z] bool DoReserveCopyInSuperWord = true {C2 product} {default} [2024-05-29T09:18:12.002Z] bool DontCompileHugeMethods = true {product} {default} [2024-05-29T09:18:12.002Z] bool DontYieldALot = false {pd product} {default} [2024-05-29T09:18:12.002Z] ccstr DumpLoadedClassList = {product} {default} [2024-05-29T09:18:12.002Z] bool DumpReplayDataOnError = true {product} {default} [2024-05-29T09:18:12.002Z] bool DumpSharedSpaces = false {product} {default} [2024-05-29T09:18:12.002Z] bool DynamicDumpSharedSpaces = false {product} {default} [2024-05-29T09:18:12.002Z] bool EagerXrunInit = false {product} {default} [2024-05-29T09:18:12.002Z] intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} [2024-05-29T09:18:12.002Z] bool EliminateAllocations = true {C2 product} {default} [2024-05-29T09:18:12.003Z] bool EliminateAutoBox = true {C2 product} {default} [2024-05-29T09:18:12.003Z] bool EliminateLocks = true {C2 product} {default} [2024-05-29T09:18:12.003Z] bool EliminateNestedLocks = true {C2 product} {default} [2024-05-29T09:18:12.003Z] bool EnableContended = true {product} {default} [2024-05-29T09:18:12.003Z] bool EnableDynamicAgentLoading = true {product} {default} [2024-05-29T09:18:12.003Z] size_t ErgoHeapSizeLimit = 0 {product} {default} [2024-05-29T09:18:12.003Z] ccstr ErrorFile = {product} {default} [2024-05-29T09:18:12.003Z] bool ErrorFileToStderr = false {product} {default} [2024-05-29T09:18:12.003Z] bool ErrorFileToStdout = false {product} {default} [2024-05-29T09:18:12.003Z] uint64_t ErrorLogTimeout = 120 {product} {default} [2024-05-29T09:18:12.003Z] double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} [2024-05-29T09:18:12.003Z] bool EstimateArgEscape = true {product} {default} [2024-05-29T09:18:12.003Z] bool ExecutingUnitTests = false {product} {default} [2024-05-29T09:18:12.003Z] bool ExitOnOutOfMemoryError = false {product} {default} [2024-05-29T09:18:12.003Z] bool ExplicitGCInvokesConcurrent = false {product} {default} [2024-05-29T09:18:12.003Z] bool ExtendedDTraceProbes = false {product} {default} [2024-05-29T09:18:12.003Z] bool ExtensiveErrorReports = false {product} {default} [2024-05-29T09:18:12.003Z] ccstr ExtraSharedClassListFile = {product} {default} [2024-05-29T09:18:12.003Z] bool FilterSpuriousWakeups = true {product} {default} [2024-05-29T09:18:12.003Z] bool FlightRecorder = false {product} {default} [2024-05-29T09:18:12.003Z] ccstr FlightRecorderOptions = {product} {default} [2024-05-29T09:18:12.003Z] bool ForceTimeHighResolution = false {product} {default} [2024-05-29T09:18:12.003Z] intx FreqInlineSize = 325 {C2 pd product} {default} [2024-05-29T09:18:12.003Z] double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} [2024-05-29T09:18:12.003Z] uintx G1ConcRSHotCardLimit = 4 {product} {default} [2024-05-29T09:18:12.003Z] size_t G1ConcRSLogCacheSize = 10 {product} {default} [2024-05-29T09:18:12.003Z] size_t G1ConcRefinementGreenZone = 0 {product} {default} [2024-05-29T09:18:12.003Z] size_t G1ConcRefinementRedZone = 0 {product} {default} [2024-05-29T09:18:12.003Z] uintx G1ConcRefinementServiceIntervalMillis = 300 {product} {default} [2024-05-29T09:18:12.003Z] uint G1ConcRefinementThreads = 2 {product} {ergonomic} [2024-05-29T09:18:12.003Z] size_t G1ConcRefinementThresholdStep = 2 {product} {default} [2024-05-29T09:18:12.003Z] size_t G1ConcRefinementYellowZone = 0 {product} {default} [2024-05-29T09:18:12.003Z] uintx G1ConfidencePercent = 50 {product} {default} [2024-05-29T09:18:12.004Z] size_t G1HeapRegionSize = 1048576 {product} {ergonomic} [2024-05-29T09:18:12.004Z] uintx G1HeapWastePercent = 5 {product} {default} [2024-05-29T09:18:12.004Z] uintx G1MixedGCCountTarget = 8 {product} {default} [2024-05-29T09:18:12.004Z] uintx G1PeriodicGCInterval = 0 {manageable} {default} [2024-05-29T09:18:12.004Z] bool G1PeriodicGCInvokesConcurrent = true {product} {default} [2024-05-29T09:18:12.004Z] double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} [2024-05-29T09:18:12.004Z] intx G1RSetRegionEntries = 256 {product} {default} [2024-05-29T09:18:12.004Z] intx G1RSetSparseRegionEntries = 8 {product} {default} [2024-05-29T09:18:12.004Z] intx G1RSetUpdatingPauseTimePercent = 10 {product} {default} [2024-05-29T09:18:12.004Z] uint G1RefProcDrainInterval = 1000 {product} {default} [2024-05-29T09:18:12.004Z] uintx G1ReservePercent = 10 {product} {default} [2024-05-29T09:18:12.004Z] uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} [2024-05-29T09:18:12.004Z] size_t G1SATBBufferSize = 1024 {product} {default} [2024-05-29T09:18:12.004Z] size_t G1UpdateBufferSize = 256 {product} {default} [2024-05-29T09:18:12.004Z] bool G1UseAdaptiveConcRefinement = true {product} {default} [2024-05-29T09:18:12.004Z] bool G1UseAdaptiveIHOP = true {product} {default} [2024-05-29T09:18:12.004Z] uintx GCDrainStackTargetSize = 64 {product} {ergonomic} [2024-05-29T09:18:12.004Z] uintx GCHeapFreeLimit = 2 {product} {default} [2024-05-29T09:18:12.004Z] uintx GCLockerEdenExpansionPercent = 5 {product} {default} [2024-05-29T09:18:12.004Z] uintx GCPauseIntervalMillis = 201 {product} {default} [2024-05-29T09:18:12.004Z] uintx GCTimeLimit = 98 {product} {default} [2024-05-29T09:18:12.004Z] uintx GCTimeRatio = 12 {product} {default} [2024-05-29T09:18:12.004Z] size_t HeapBaseMinAddress = 2147483648 {pd product} {default} [2024-05-29T09:18:12.004Z] bool HeapDumpAfterFullGC = false {manageable} {default} [2024-05-29T09:18:12.004Z] bool HeapDumpBeforeFullGC = false {manageable} {default} [2024-05-29T09:18:12.004Z] intx HeapDumpGzipLevel = 0 {manageable} {default} [2024-05-29T09:18:12.004Z] bool HeapDumpOnOutOfMemoryError = false {manageable} {default} [2024-05-29T09:18:12.004Z] ccstr HeapDumpPath = {manageable} {default} [2024-05-29T09:18:12.004Z] uintx HeapFirstMaximumCompactionCount = 3 {product} {default} [2024-05-29T09:18:12.004Z] uintx HeapMaximumCompactionInterval = 20 {product} {default} [2024-05-29T09:18:12.004Z] uintx HeapSearchSteps = 3 {product} {default} [2024-05-29T09:18:12.005Z] size_t HeapSizePerGCThread = 43620760 {product} {default} [2024-05-29T09:18:12.005Z] bool IgnoreEmptyClassPaths = false {product} {default} [2024-05-29T09:18:12.005Z] bool IgnoreUnrecognizedVMOptions = false {product} {default} [2024-05-29T09:18:12.005Z] uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} [2024-05-29T09:18:12.005Z] bool IncrementalInline = true {C2 product} {default} [2024-05-29T09:18:12.005Z] uintx InitialCodeCacheSize = 2555904 {pd product} {default} [2024-05-29T09:18:12.005Z] size_t InitialHeapSize = 67108864 {product} {ergonomic} [2024-05-29T09:18:12.005Z] uintx InitialRAMFraction = 64 {product} {default} [2024-05-29T09:18:12.005Z] double InitialRAMPercentage = 1.562500 {product} {default} [2024-05-29T09:18:12.005Z] uintx InitialSurvivorRatio = 8 {product} {default} [2024-05-29T09:18:12.005Z] uintx InitialTenuringThreshold = 7 {product} {default} [2024-05-29T09:18:12.005Z] uintx InitiatingHeapOccupancyPercent = 45 {product} {default} [2024-05-29T09:18:12.005Z] bool Inline = true {product} {default} [2024-05-29T09:18:12.005Z] ccstr InlineDataFile = {product} {default} [2024-05-29T09:18:12.005Z] intx InlineSmallCode = 2500 {C2 pd product} {default} [2024-05-29T09:18:12.005Z] bool InlineSynchronizedMethods = true {C1 product} {default} [2024-05-29T09:18:12.005Z] intx InteriorEntryAlignment = 16 {C2 pd product} {default} [2024-05-29T09:18:12.005Z] intx InterpreterProfilePercentage = 33 {product} {default} [2024-05-29T09:18:12.005Z] bool JavaMonitorsInStackTrace = true {product} {default} [2024-05-29T09:18:12.005Z] intx JavaPriority10_To_OSPriority = -1 {product} {default} [2024-05-29T09:18:12.005Z] intx JavaPriority1_To_OSPriority = -1 {product} {default} [2024-05-29T09:18:12.005Z] intx JavaPriority2_To_OSPriority = -1 {product} {default} [2024-05-29T09:18:12.005Z] intx JavaPriority3_To_OSPriority = -1 {product} {default} [2024-05-29T09:18:12.005Z] intx JavaPriority4_To_OSPriority = -1 {product} {default} [2024-05-29T09:18:12.005Z] intx JavaPriority5_To_OSPriority = -1 {product} {default} [2024-05-29T09:18:12.005Z] intx JavaPriority6_To_OSPriority = -1 {product} {default} [2024-05-29T09:18:12.005Z] intx JavaPriority7_To_OSPriority = -1 {product} {default} [2024-05-29T09:18:12.005Z] intx JavaPriority8_To_OSPriority = -1 {product} {default} [2024-05-29T09:18:12.005Z] intx JavaPriority9_To_OSPriority = -1 {product} {default} [2024-05-29T09:18:12.005Z] size_t LargePageHeapSizeThreshold = 134217728 {product} {default} [2024-05-29T09:18:12.005Z] size_t LargePageSizeInBytes = 0 {product} {default} [2024-05-29T09:18:12.005Z] intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} [2024-05-29T09:18:12.005Z] bool LoadExecStackDllInVMThread = true {product} {default} [2024-05-29T09:18:12.006Z] intx LoopMaxUnroll = 16 {C2 product} {default} [2024-05-29T09:18:12.006Z] intx LoopOptsCount = 43 {C2 product} {default} [2024-05-29T09:18:12.006Z] intx LoopPercentProfileLimit = 10 {C2 pd product} {default} [2024-05-29T09:18:12.006Z] uintx LoopStripMiningIter = 1000 {C2 product} {default} [2024-05-29T09:18:12.006Z] uintx LoopStripMiningIterShortLoop = 100 {C2 product} {default} [2024-05-29T09:18:12.006Z] intx LoopUnrollLimit = 60 {C2 pd product} {default} [2024-05-29T09:18:12.006Z] intx LoopUnrollMin = 4 {C2 product} {default} [2024-05-29T09:18:12.006Z] bool LoopUnswitching = true {C2 product} {default} [2024-05-29T09:18:12.006Z] bool ManagementServer = false {product} {default} [2024-05-29T09:18:12.006Z] size_t MarkStackSize = 4194304 {product} {ergonomic} [2024-05-29T09:18:12.006Z] size_t MarkStackSizeMax = 536870912 {product} {default} [2024-05-29T09:18:12.006Z] uint MarkSweepAlwaysCompactCount = 4 {product} {default} [2024-05-29T09:18:12.006Z] uintx MarkSweepDeadRatio = 5 {product} {default} [2024-05-29T09:18:12.006Z] intx MaxBCEAEstimateLevel = 5 {product} {default} [2024-05-29T09:18:12.006Z] intx MaxBCEAEstimateSize = 150 {product} {default} [2024-05-29T09:18:12.006Z] uint64_t MaxDirectMemorySize = 0 {product} {default} [2024-05-29T09:18:12.006Z] bool MaxFDLimit = true {product} {default} [2024-05-29T09:18:12.006Z] uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default} [2024-05-29T09:18:12.006Z] uintx MaxGCPauseMillis = 200 {product} {default} [2024-05-29T09:18:12.006Z] uintx MaxHeapFreeRatio = 70 {manageable} {default} [2024-05-29T09:18:12.006Z] size_t MaxHeapSize = 1503657984 {product} {ergonomic} [2024-05-29T09:18:12.006Z] intx MaxInlineLevel = 15 {C2 product} {default} [2024-05-29T09:18:12.006Z] intx MaxInlineSize = 35 {C2 product} {default} [2024-05-29T09:18:12.006Z] intx MaxJNILocalCapacity = 65536 {product} {default} [2024-05-29T09:18:12.006Z] intx MaxJavaStackTraceDepth = 1024 {product} {default} [2024-05-29T09:18:12.006Z] intx MaxJumpTableSize = 65000 {C2 product} {default} [2024-05-29T09:18:12.006Z] intx MaxJumpTableSparseness = 5 {C2 product} {default} [2024-05-29T09:18:12.006Z] intx MaxLabelRootDepth = 1100 {C2 product} {default} [2024-05-29T09:18:12.006Z] intx MaxLoopPad = 11 {C2 product} {default} [2024-05-29T09:18:12.006Z] size_t MaxMetaspaceExpansion = 5439488 {product} {default} [2024-05-29T09:18:12.006Z] uintx MaxMetaspaceFreeRatio = 70 {product} {default} [2024-05-29T09:18:12.007Z] size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} [2024-05-29T09:18:12.007Z] size_t MaxNewSize = 901775360 {product} {ergonomic} [2024-05-29T09:18:12.007Z] intx MaxNodeLimit = 80000 {C2 product} {default} [2024-05-29T09:18:12.007Z] uint64_t MaxRAM = 4294967296 {pd product} {ergonomic} [2024-05-29T09:18:12.007Z] uintx MaxRAMFraction = 4 {product} {default} [2024-05-29T09:18:12.007Z] double MaxRAMPercentage = 35.000000 {product} {command line} [2024-05-29T09:18:12.007Z] intx MaxRecursiveInlineLevel = 1 {C2 product} {default} [2024-05-29T09:18:12.007Z] uintx MaxTenuringThreshold = 15 {product} {default} [2024-05-29T09:18:12.007Z] intx MaxTrivialSize = 6 {C2 product} {default} [2024-05-29T09:18:12.007Z] intx MaxVectorSize = 32 {C2 product} {default} [2024-05-29T09:18:12.007Z] ccstr MetaspaceReclaimPolicy = balanced {product} {default} [2024-05-29T09:18:12.007Z] size_t MetaspaceSize = 22020096 {product} {default} [2024-05-29T09:18:12.007Z] bool MethodFlushing = true {product} {default} [2024-05-29T09:18:12.007Z] size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic} [2024-05-29T09:18:12.007Z] uintx MinHeapFreeRatio = 40 {manageable} {default} [2024-05-29T09:18:12.007Z] size_t MinHeapSize = 8388608 {product} {ergonomic} [2024-05-29T09:18:12.007Z] intx MinInliningThreshold = 250 {product} {default} [2024-05-29T09:18:12.007Z] intx MinJumpTableSize = 10 {C2 pd product} {default} [2024-05-29T09:18:12.007Z] size_t MinMetaspaceExpansion = 327680 {product} {default} [2024-05-29T09:18:12.007Z] uintx MinMetaspaceFreeRatio = 40 {product} {default} [2024-05-29T09:18:12.007Z] uintx MinRAMFraction = 2 {product} {default} [2024-05-29T09:18:12.007Z] double MinRAMPercentage = 50.000000 {product} {default} [2024-05-29T09:18:12.007Z] uintx MinSurvivorRatio = 3 {product} {default} [2024-05-29T09:18:12.007Z] size_t MinTLABSize = 2048 {product} {default} [2024-05-29T09:18:12.007Z] intx MultiArrayExpandLimit = 6 {C2 product} {default} [2024-05-29T09:18:12.007Z] uintx NUMAChunkResizeWeight = 20 {product} {default} [2024-05-29T09:18:12.007Z] size_t NUMAInterleaveGranularity = 2097152 {product} {default} [2024-05-29T09:18:12.007Z] uintx NUMAPageScanRate = 256 {product} {default} [2024-05-29T09:18:12.007Z] size_t NUMASpaceResizeRate = 1073741824 {product} {default} [2024-05-29T09:18:12.007Z] bool NUMAStats = false {product} {default} [2024-05-29T09:18:12.007Z] ccstr NativeMemoryTracking = off {product} {default} [2024-05-29T09:18:12.008Z] bool NeverActAsServerClassMachine = false {pd product} {default} [2024-05-29T09:18:12.008Z] bool NeverTenure = false {product} {default} [2024-05-29T09:18:12.008Z] uintx NewRatio = 2 {product} {default} [2024-05-29T09:18:12.008Z] size_t NewSize = 1363144 {product} {default} [2024-05-29T09:18:12.008Z] size_t NewSizeThreadIncrease = 5320 {pd product} {default} [2024-05-29T09:18:12.008Z] intx NmethodSweepActivity = 10 {product} {default} [2024-05-29T09:18:12.008Z] intx NodeLimitFudgeFactor = 2000 {C2 product} {default} [2024-05-29T09:18:12.008Z] uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic} [2024-05-29T09:18:12.008Z] uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-05-29T09:18:12.008Z] intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} [2024-05-29T09:18:12.008Z] intx ObjectAlignmentInBytes = 8 {product lp64_product} {default} [2024-05-29T09:18:12.008Z] size_t OldPLABSize = 1024 {product} {default} [2024-05-29T09:18:12.008Z] size_t OldSize = 5452592 {product} {default} [2024-05-29T09:18:12.008Z] bool OmitStackTraceInFastThrow = true {product} {default} [2024-05-29T09:18:12.008Z] ccstrlist OnError = {product} {default} [2024-05-29T09:18:12.008Z] ccstrlist OnOutOfMemoryError = {product} {default} [2024-05-29T09:18:12.008Z] intx OnStackReplacePercentage = 140 {pd product} {default} [2024-05-29T09:18:12.008Z] bool OptimizeFill = false {C2 product} {default} [2024-05-29T09:18:12.008Z] bool OptimizePtrCompare = true {C2 product} {default} [2024-05-29T09:18:12.008Z] bool OptimizeStringConcat = true {C2 product} {default} [2024-05-29T09:18:12.008Z] bool OptoBundling = false {C2 pd product} {default} [2024-05-29T09:18:12.008Z] intx OptoLoopAlignment = 16 {pd product} {default} [2024-05-29T09:18:12.008Z] bool OptoRegScheduling = true {C2 pd product} {default} [2024-05-29T09:18:12.008Z] bool OptoScheduling = false {C2 pd product} {default} [2024-05-29T09:18:12.008Z] uintx PLABWeight = 75 {product} {default} [2024-05-29T09:18:12.008Z] bool PSChunkLargeArrays = true {product} {default} [2024-05-29T09:18:12.008Z] int ParGCArrayScanChunk = 50 {product} {default} [2024-05-29T09:18:12.008Z] uintx ParallelGCBufferWastePct = 10 {product} {default} [2024-05-29T09:18:12.008Z] uint ParallelGCThreads = 2 {product} {default} [2024-05-29T09:18:12.008Z] size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default} [2024-05-29T09:18:12.008Z] size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default} [2024-05-29T09:18:12.009Z] bool ParallelRefProcBalancingEnabled = true {product} {default} [2024-05-29T09:18:12.009Z] bool ParallelRefProcEnabled = true {product} {default} [2024-05-29T09:18:12.009Z] bool PartialPeelAtUnsignedTests = true {C2 product} {default} [2024-05-29T09:18:12.009Z] bool PartialPeelLoop = true {C2 product} {default} [2024-05-29T09:18:12.009Z] intx PartialPeelNewPhiDelta = 0 {C2 product} {default} [2024-05-29T09:18:12.009Z] uintx PausePadding = 1 {product} {default} [2024-05-29T09:18:12.009Z] intx PerBytecodeRecompilationCutoff = 200 {product} {default} [2024-05-29T09:18:12.009Z] intx PerBytecodeTrapLimit = 4 {product} {default} [2024-05-29T09:18:12.009Z] intx PerMethodRecompilationCutoff = 400 {product} {default} [2024-05-29T09:18:12.009Z] intx PerMethodTrapLimit = 100 {product} {default} [2024-05-29T09:18:12.009Z] bool PerfAllowAtExitRegistration = false {product} {default} [2024-05-29T09:18:12.009Z] bool PerfBypassFileSystemCheck = false {product} {default} [2024-05-29T09:18:12.009Z] intx PerfDataMemorySize = 32768 {product} {default} [2024-05-29T09:18:12.009Z] intx PerfDataSamplingInterval = 50 {product} {default} [2024-05-29T09:18:12.009Z] ccstr PerfDataSaveFile = {product} {default} [2024-05-29T09:18:12.009Z] bool PerfDataSaveToFile = false {product} {default} [2024-05-29T09:18:12.009Z] bool PerfDisableSharedMem = false {product} {default} [2024-05-29T09:18:12.009Z] intx PerfMaxStringConstLength = 1024 {product} {default} [2024-05-29T09:18:12.009Z] size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} [2024-05-29T09:18:12.009Z] bool PreferContainerQuotaForCPUCount = true {product} {default} [2024-05-29T09:18:12.009Z] bool PreferInterpreterNativeStubs = false {pd product} {default} [2024-05-29T09:18:12.009Z] intx PrefetchCopyIntervalInBytes = 576 {product} {default} [2024-05-29T09:18:12.009Z] intx PrefetchFieldsAhead = 1 {product} {default} [2024-05-29T09:18:12.009Z] intx PrefetchScanIntervalInBytes = 576 {product} {default} [2024-05-29T09:18:12.009Z] bool PreserveAllAnnotations = false {product} {default} [2024-05-29T09:18:12.009Z] bool PreserveFramePointer = false {pd product} {default} [2024-05-29T09:18:12.009Z] size_t PretenureSizeThreshold = 0 {product} {default} [2024-05-29T09:18:12.009Z] bool PrintClassHistogram = false {manageable} {default} [2024-05-29T09:18:12.009Z] bool PrintCodeCache = false {product} {default} [2024-05-29T09:18:12.009Z] bool PrintCodeCacheOnCompilation = false {product} {default} [2024-05-29T09:18:12.009Z] bool PrintCommandLineFlags = false {product} {default} [2024-05-29T09:18:12.009Z] bool PrintCompilation = false {product} {default} [2024-05-29T09:18:12.010Z] bool PrintConcurrentLocks = false {manageable} {default} [2024-05-29T09:18:12.010Z] bool PrintExtendedThreadInfo = false {product} {default} [2024-05-29T09:18:12.010Z] bool PrintFlagsFinal = true {product} {command line} [2024-05-29T09:18:12.010Z] bool PrintFlagsInitial = false {product} {default} [2024-05-29T09:18:12.010Z] bool PrintFlagsRanges = false {product} {default} [2024-05-29T09:18:12.010Z] bool PrintGC = false {product} {default} [2024-05-29T09:18:12.010Z] bool PrintGCDetails = false {product} {default} [2024-05-29T09:18:12.010Z] bool PrintHeapAtSIGBREAK = true {product} {default} [2024-05-29T09:18:12.010Z] bool PrintSharedArchiveAndExit = false {product} {default} [2024-05-29T09:18:12.010Z] bool PrintSharedDictionary = false {product} {default} [2024-05-29T09:18:12.010Z] bool PrintStringTableStatistics = false {product} {default} [2024-05-29T09:18:12.010Z] bool PrintTieredEvents = false {product} {default} [2024-05-29T09:18:12.010Z] bool PrintVMOptions = false {product} {default} [2024-05-29T09:18:12.010Z] bool PrintWarnings = true {product} {default} [2024-05-29T09:18:12.010Z] uintx ProcessDistributionStride = 4 {product} {default} [2024-05-29T09:18:12.010Z] bool ProfileInterpreter = true {pd product} {default} [2024-05-29T09:18:12.010Z] intx ProfileMaturityPercentage = 20 {product} {default} [2024-05-29T09:18:12.010Z] uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic} [2024-05-29T09:18:12.010Z] uintx PromotedPadding = 3 {product} {default} [2024-05-29T09:18:12.010Z] uintx QueuedAllocationWarningCount = 0 {product} {default} [2024-05-29T09:18:12.010Z] int RTMRetryCount = 5 {ARCH product} {default} [2024-05-29T09:18:12.010Z] bool RangeCheckElimination = true {product} {default} [2024-05-29T09:18:12.010Z] bool ReassociateInvariants = true {C2 product} {default} [2024-05-29T09:18:12.010Z] bool RecordDynamicDumpInfo = false {product} {default} [2024-05-29T09:18:12.010Z] bool ReduceBulkZeroing = true {C2 product} {default} [2024-05-29T09:18:12.010Z] bool ReduceFieldZeroing = true {C2 product} {default} [2024-05-29T09:18:12.010Z] bool ReduceInitialCardMarks = true {C2 product} {default} [2024-05-29T09:18:12.010Z] bool ReduceSignalUsage = false {product} {default} [2024-05-29T09:18:12.010Z] intx RefDiscoveryPolicy = 0 {product} {default} [2024-05-29T09:18:12.010Z] bool RegisterFinalizersAtInit = true {product} {default} [2024-05-29T09:18:12.011Z] bool RelaxAccessControlCheck = false {product} {default} [2024-05-29T09:18:12.011Z] ccstr ReplayDataFile = {product} {default} [2024-05-29T09:18:12.011Z] bool RequireSharedSpaces = false {product} {default} [2024-05-29T09:18:12.011Z] uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} [2024-05-29T09:18:12.011Z] bool ResizePLAB = true {product} {default} [2024-05-29T09:18:12.011Z] bool ResizeTLAB = true {product} {default} [2024-05-29T09:18:12.011Z] bool RestoreMXCSROnJNICalls = false {product} {default} [2024-05-29T09:18:12.011Z] bool RestrictContended = true {product} {default} [2024-05-29T09:18:12.011Z] bool RestrictReservedStack = true {product} {default} [2024-05-29T09:18:12.011Z] bool RewriteBytecodes = true {pd product} {default} [2024-05-29T09:18:12.011Z] bool RewriteFrequentPairs = true {pd product} {default} [2024-05-29T09:18:12.011Z] bool SafepointTimeout = false {product} {default} [2024-05-29T09:18:12.011Z] intx SafepointTimeoutDelay = 10000 {product} {default} [2024-05-29T09:18:12.011Z] bool ScavengeBeforeFullGC = false {product} {default} [2024-05-29T09:18:12.011Z] bool SegmentedCodeCache = true {product} {ergonomic} [2024-05-29T09:18:12.011Z] intx SelfDestructTimer = 0 {product} {default} [2024-05-29T09:18:12.011Z] ccstr SharedArchiveConfigFile = {product} {default} [2024-05-29T09:18:12.011Z] ccstr SharedArchiveFile = {product} {default} [2024-05-29T09:18:12.011Z] size_t SharedBaseAddress = 140589764968448 {product} {default} [2024-05-29T09:18:12.011Z] ccstr SharedClassListFile = {product} {default} [2024-05-29T09:18:12.011Z] uintx SharedSymbolTableBucketSize = 4 {product} {default} [2024-05-29T09:18:12.011Z] ccstr ShenandoahGCHeuristics = adaptive {product} {default} [2024-05-29T09:18:12.011Z] ccstr ShenandoahGCMode = satb {product} {default} [2024-05-29T09:18:12.011Z] bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} [2024-05-29T09:18:12.011Z] bool ShowMessageBoxOnError = false {product} {default} [2024-05-29T09:18:12.011Z] bool ShrinkHeapInSteps = true {product} {default} [2024-05-29T09:18:12.011Z] size_t SoftMaxHeapSize = 1503657984 {manageable} {ergonomic} [2024-05-29T09:18:12.011Z] intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} [2024-05-29T09:18:12.011Z] bool SplitIfBlocks = true {C2 product} {default} [2024-05-29T09:18:12.011Z] intx StackRedPages = 1 {pd product} {default} [2024-05-29T09:18:12.012Z] intx StackReservedPages = 1 {pd product} {default} [2024-05-29T09:18:12.012Z] intx StackShadowPages = 20 {pd product} {default} [2024-05-29T09:18:12.012Z] bool StackTraceInThrowable = true {product} {default} [2024-05-29T09:18:12.012Z] intx StackYellowPages = 2 {pd product} {default} [2024-05-29T09:18:12.012Z] uintx StartAggressiveSweepingAt = 10 {product} {default} [2024-05-29T09:18:12.012Z] bool StartAttachListener = false {product} {default} [2024-05-29T09:18:12.012Z] ccstr StartFlightRecording = {product} {default} [2024-05-29T09:18:12.012Z] uint StringDeduplicationAgeThreshold = 3 {product} {default} [2024-05-29T09:18:12.012Z] uintx StringTableSize = 65536 {product} {default} [2024-05-29T09:18:12.012Z] bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} [2024-05-29T09:18:12.012Z] bool SuperWordReductions = true {C2 product} {default} [2024-05-29T09:18:12.012Z] bool SuppressFatalErrorMessage = false {product} {default} [2024-05-29T09:18:12.012Z] uintx SurvivorPadding = 3 {product} {default} [2024-05-29T09:18:12.012Z] uintx SurvivorRatio = 8 {product} {default} [2024-05-29T09:18:12.012Z] double SweeperThreshold = 0.500000 {product} {default} [2024-05-29T09:18:12.012Z] uintx TLABAllocationWeight = 35 {product} {default} [2024-05-29T09:18:12.012Z] uintx TLABRefillWasteFraction = 64 {product} {default} [2024-05-29T09:18:12.012Z] size_t TLABSize = 0 {product} {default} [2024-05-29T09:18:12.012Z] bool TLABStats = true {product} {default} [2024-05-29T09:18:12.012Z] uintx TLABWasteIncrement = 4 {product} {default} [2024-05-29T09:18:12.012Z] uintx TLABWasteTargetPercent = 1 {product} {default} [2024-05-29T09:18:12.012Z] uintx TargetPLABWastePct = 10 {product} {default} [2024-05-29T09:18:12.012Z] uintx TargetSurvivorRatio = 50 {product} {default} [2024-05-29T09:18:12.012Z] uintx TenuredGenerationSizeIncrement = 20 {product} {default} [2024-05-29T09:18:12.012Z] uintx TenuredGenerationSizeSupplement = 80 {product} {default} [2024-05-29T09:18:12.012Z] uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} [2024-05-29T09:18:12.012Z] intx ThreadPriorityPolicy = 0 {product} {default} [2024-05-29T09:18:12.012Z] bool ThreadPriorityVerbose = false {product} {default} [2024-05-29T09:18:12.012Z] intx ThreadStackSize = 1024 {pd product} {default} [2024-05-29T09:18:12.012Z] uintx ThresholdTolerance = 10 {product} {default} [2024-05-29T09:18:12.012Z] intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} [2024-05-29T09:18:12.012Z] intx Tier0InvokeNotifyFreqLog = 7 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier0ProfilingStartPercentage = 200 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier23InlineeNotifyFreqLog = 20 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier2BackEdgeThreshold = 0 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier2CompileThreshold = 0 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier2InvokeNotifyFreqLog = 11 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier3BackEdgeThreshold = 60000 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier3CompileThreshold = 2000 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier3DelayOff = 2 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier3DelayOn = 5 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier3InvocationThreshold = 200 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier3InvokeNotifyFreqLog = 10 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier3LoadFeedback = 5 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier3MinInvocationThreshold = 100 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier4BackEdgeThreshold = 40000 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier4CompileThreshold = 15000 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier4InvocationThreshold = 5000 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier4LoadFeedback = 3 {product} {default} [2024-05-29T09:18:12.013Z] intx Tier4MinInvocationThreshold = 600 {product} {default} [2024-05-29T09:18:12.013Z] bool TieredCompilation = true {pd product} {default} [2024-05-29T09:18:12.013Z] intx TieredCompileTaskTimeout = 50 {product} {default} [2024-05-29T09:18:12.013Z] intx TieredRateUpdateMaxTime = 25 {product} {default} [2024-05-29T09:18:12.013Z] intx TieredRateUpdateMinTime = 1 {product} {default} [2024-05-29T09:18:12.013Z] intx TieredStopAtLevel = 4 {product} {default} [2024-05-29T09:18:12.013Z] bool TimeLinearScan = false {C1 product} {default} [2024-05-29T09:18:12.013Z] ccstr TraceJVMTI = {product} {default} [2024-05-29T09:18:12.013Z] intx TrackedInitializationLimit = 50 {C2 product} {default} [2024-05-29T09:18:12.013Z] bool TrapBasedNullChecks = false {pd product} {default} [2024-05-29T09:18:12.013Z] bool TrapBasedRangeChecks = false {C2 pd product} {default} [2024-05-29T09:18:12.013Z] intx TypeProfileArgsLimit = 2 {product} {default} [2024-05-29T09:18:12.013Z] uintx TypeProfileLevel = 111 {pd product} {default} [2024-05-29T09:18:12.013Z] intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} [2024-05-29T09:18:12.014Z] intx TypeProfileParmsLimit = 2 {product} {default} [2024-05-29T09:18:12.014Z] intx TypeProfileWidth = 2 {product} {default} [2024-05-29T09:18:12.014Z] intx UnguardOnExecutionViolation = 0 {product} {default} [2024-05-29T09:18:12.014Z] bool UseAES = true {product} {default} [2024-05-29T09:18:12.014Z] intx UseAVX = 1 {ARCH product} {default} [2024-05-29T09:18:12.014Z] bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} [2024-05-29T09:18:12.014Z] bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} [2024-05-29T09:18:12.014Z] bool UseAdaptiveNUMAChunkSizing = true {product} {default} [2024-05-29T09:18:12.014Z] bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} [2024-05-29T09:18:12.014Z] bool UseAdaptiveSizePolicy = true {product} {default} [2024-05-29T09:18:12.014Z] bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} [2024-05-29T09:18:12.014Z] bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} [2024-05-29T09:18:12.014Z] bool UseAddressNop = true {ARCH product} {default} [2024-05-29T09:18:12.014Z] bool UseBASE64Intrinsics = false {product} {default} [2024-05-29T09:18:12.014Z] bool UseBMI1Instructions = false {ARCH product} {default} [2024-05-29T09:18:12.014Z] bool UseBMI2Instructions = false {ARCH product} {default} [2024-05-29T09:18:12.014Z] bool UseBiasedLocking = false {product} {default} [2024-05-29T09:18:12.014Z] bool UseBimorphicInlining = true {C2 product} {default} [2024-05-29T09:18:12.014Z] bool UseCLMUL = true {ARCH product} {default} [2024-05-29T09:18:12.014Z] bool UseCMoveUnconditionally = false {C2 product} {default} [2024-05-29T09:18:12.014Z] bool UseCodeAging = true {product} {default} [2024-05-29T09:18:12.014Z] bool UseCodeCacheFlushing = true {product} {default} [2024-05-29T09:18:12.014Z] bool UseCompiler = true {product} {default} [2024-05-29T09:18:12.014Z] bool UseCompressedClassPointers = true {product lp64_product} {ergonomic} [2024-05-29T09:18:12.014Z] bool UseCompressedOops = true {product lp64_product} {ergonomic} [2024-05-29T09:18:12.014Z] bool UseCondCardMark = false {product} {default} [2024-05-29T09:18:12.014Z] bool UseContainerCpuShares = false {product} {default} [2024-05-29T09:18:12.014Z] bool UseContainerSupport = true {product} {default} [2024-05-29T09:18:12.014Z] bool UseCountLeadingZerosInstruction = false {ARCH product} {default} [2024-05-29T09:18:12.014Z] bool UseCountTrailingZerosInstruction = false {ARCH product} {default} [2024-05-29T09:18:12.014Z] bool UseCountedLoopSafepoints = true {C2 product} {default} [2024-05-29T09:18:12.014Z] bool UseCounterDecay = true {product} {default} [2024-05-29T09:18:12.014Z] bool UseDivMod = true {C2 product} {default} [2024-05-29T09:18:12.015Z] bool UseDynamicNumberOfCompilerThreads = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseDynamicNumberOfGCThreads = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseEmptySlotsInSupers = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseFMA = false {product} {default} [2024-05-29T09:18:12.015Z] bool UseFPUForSpilling = true {C2 product} {default} [2024-05-29T09:18:12.015Z] bool UseFastJNIAccessors = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseFastStosb = false {ARCH product} {default} [2024-05-29T09:18:12.015Z] bool UseG1GC = true {product} {ergonomic} [2024-05-29T09:18:12.015Z] bool UseGCOverheadLimit = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseHeavyMonitors = false {product} {default} [2024-05-29T09:18:12.015Z] bool UseHugeTLBFS = false {product} {default} [2024-05-29T09:18:12.015Z] bool UseInlineCaches = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseInterpreter = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseJumpTables = true {C2 product} {default} [2024-05-29T09:18:12.015Z] bool UseLargePages = false {pd product} {default} [2024-05-29T09:18:12.015Z] bool UseLargePagesIndividualAllocation = false {pd product} {default} [2024-05-29T09:18:12.015Z] bool UseLinuxPosixThreadCPUClocks = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseLoopCounter = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseLoopInvariantCodeMotion = true {C1 product} {default} [2024-05-29T09:18:12.015Z] bool UseLoopPredicate = true {C2 product} {default} [2024-05-29T09:18:12.015Z] bool UseMaximumCompactionOnSystemGC = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseNUMA = false {product} {default} [2024-05-29T09:18:12.015Z] bool UseNUMAInterleaving = false {product} {default} [2024-05-29T09:18:12.015Z] bool UseNewLongLShift = false {ARCH product} {default} [2024-05-29T09:18:12.015Z] bool UseNotificationThread = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseOnStackReplacement = true {pd product} {default} [2024-05-29T09:18:12.015Z] bool UseOnlyInlinedBimorphic = true {C2 product} {default} [2024-05-29T09:18:12.015Z] bool UseOprofile = false {product} {default} [2024-05-29T09:18:12.015Z] bool UseOptoBiasInlining = false {C2 product} {default} [2024-05-29T09:18:12.015Z] bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseParallelGC = false {product} {default} [2024-05-29T09:18:12.015Z] bool UsePerfData = true {product} {default} [2024-05-29T09:18:12.015Z] bool UsePopCountInstruction = true {product} {default} [2024-05-29T09:18:12.015Z] bool UseProfiledLoopPredicate = true {C2 product} {default} [2024-05-29T09:18:12.015Z] bool UseRTMDeopt = false {ARCH product} {default} [2024-05-29T09:18:12.015Z] bool UseRTMLocking = false {ARCH product} {default} [2024-05-29T09:18:12.016Z] bool UseSHA = false {product} {default} [2024-05-29T09:18:12.016Z] bool UseSHM = false {product} {default} [2024-05-29T09:18:12.016Z] intx UseSSE = 4 {ARCH product} {default} [2024-05-29T09:18:12.016Z] bool UseSSE42Intrinsics = true {ARCH product} {default} [2024-05-29T09:18:12.016Z] bool UseSerialGC = false {product} {default} [2024-05-29T09:18:12.016Z] bool UseSharedSpaces = true {product} {default} [2024-05-29T09:18:12.016Z] bool UseShenandoahGC = false {product} {default} [2024-05-29T09:18:12.016Z] bool UseSignalChaining = true {product} {default} [2024-05-29T09:18:12.016Z] bool UseStoreImmI16 = false {ARCH product} {default} [2024-05-29T09:18:12.016Z] bool UseStringDeduplication = false {product} {default} [2024-05-29T09:18:12.016Z] bool UseSubwordForMaxVector = true {C2 product} {default} [2024-05-29T09:18:12.016Z] bool UseSuperWord = true {C2 product} {default} [2024-05-29T09:18:12.016Z] bool UseTLAB = true {product} {default} [2024-05-29T09:18:12.016Z] bool UseThreadPriorities = true {pd product} {default} [2024-05-29T09:18:12.016Z] bool UseTransparentHugePages = false {product} {default} [2024-05-29T09:18:12.016Z] bool UseTypeProfile = true {product} {default} [2024-05-29T09:18:12.016Z] bool UseTypeSpeculation = true {C2 product} {default} [2024-05-29T09:18:12.016Z] bool UseUnalignedLoadStores = true {ARCH product} {default} [2024-05-29T09:18:12.016Z] bool UseVectorCmov = false {C2 product} {default} [2024-05-29T09:18:12.016Z] bool UseXMMForArrayCopy = true {product} {default} [2024-05-29T09:18:12.016Z] bool UseXMMForObjInit = true {ARCH product} {default} [2024-05-29T09:18:12.016Z] bool UseXmmI2D = false {ARCH product} {default} [2024-05-29T09:18:12.016Z] bool UseXmmI2F = false {ARCH product} {default} [2024-05-29T09:18:12.016Z] bool UseXmmLoadAndClearUpper = true {ARCH product} {default} [2024-05-29T09:18:12.016Z] bool UseXmmRegToRegMoveAll = true {ARCH product} {default} [2024-05-29T09:18:12.016Z] bool UseZGC = false {product} {default} [2024-05-29T09:18:12.016Z] intx VMThreadPriority = -1 {product} {default} [2024-05-29T09:18:12.016Z] intx VMThreadStackSize = 1024 {pd product} {default} [2024-05-29T09:18:12.016Z] intx ValueMapInitialSize = 11 {C1 product} {default} [2024-05-29T09:18:12.016Z] intx ValueMapMaxLoopSize = 8 {C1 product} {default} [2024-05-29T09:18:12.016Z] intx ValueSearchLimit = 1000 {C2 product} {default} [2024-05-29T09:18:12.016Z] bool VerifySharedSpaces = false {product} {default} [2024-05-29T09:18:12.016Z] uintx YoungGenerationSizeIncrement = 20 {product} {default} [2024-05-29T09:18:12.016Z] uintx YoungGenerationSizeSupplement = 80 {product} {default} [2024-05-29T09:18:12.016Z] uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} [2024-05-29T09:18:12.016Z] size_t YoungPLABSize = 4096 {product} {default} [2024-05-29T09:18:12.017Z] double ZAllocationSpikeTolerance = 2.000000 {product} {default} [2024-05-29T09:18:12.017Z] double ZCollectionInterval = 0.000000 {product} {default} [2024-05-29T09:18:12.017Z] double ZFragmentationLimit = 25.000000 {product} {default} [2024-05-29T09:18:12.017Z] size_t ZMarkStackSpaceLimit = 8589934592 {product} {default} [2024-05-29T09:18:12.017Z] bool ZProactive = true {product} {default} [2024-05-29T09:18:12.017Z] bool ZUncommit = true {product} {default} [2024-05-29T09:18:12.017Z] uintx ZUncommitDelay = 300 {product} {default} [2024-05-29T09:18:12.017Z] bool ZeroTLAB = false {product} {default} [2024-05-29T09:18:12.274Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-29T09:18:12.274Z] Maven home: /opt/tools/apache-maven/latest [2024-05-29T09:18:12.274Z] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 [2024-05-29T09:18:12.274Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-29T09:18:12.274Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-29T09:18:20.414Z] [INFO] Scanning for projects... [2024-05-29T09:18:24.595Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs: [2024-05-29T09:18:24.596Z] [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-05-29T09:18:24.596Z] [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-05-29T09:18:24.596Z] [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-05-29T09:18:24.596Z] [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-05-29T09:18:24.596Z] [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-05-29T09:18:24.596Z] [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-05-29T09:18:24.596Z] [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-05-29T09:18:24.596Z] [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-05-29T09:18:24.597Z] [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-05-29T09:18:24.597Z] [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-05-29T09:18:24.597Z] [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-05-29T09:18:24.597Z] @ [2024-05-29T09:18:24.597Z] [ERROR] The build could not read 11 projects -> [Help 1] [2024-05-29T09:18:24.597Z] [ERROR] [2024-05-29T09:18:24.597Z] [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-05-29T09:18:24.597Z] [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-05-29T09:18:24.597Z] [ERROR] [2024-05-29T09:18:24.597Z] [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-05-29T09:18:24.597Z] [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-05-29T09:18:24.597Z] [ERROR] [2024-05-29T09:18:24.597Z] [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-05-29T09:18:24.597Z] [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-05-29T09:18:24.597Z] [ERROR] [2024-05-29T09:18:24.597Z] [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-05-29T09:18:24.597Z] [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-05-29T09:18:24.597Z] [ERROR] [2024-05-29T09:18:24.598Z] [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-05-29T09:18:24.598Z] [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-05-29T09:18:24.598Z] [ERROR] [2024-05-29T09:18:24.598Z] [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-05-29T09:18:24.598Z] [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-05-29T09:18:24.598Z] [ERROR] [2024-05-29T09:18:24.598Z] [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-05-29T09:18:24.598Z] [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-05-29T09:18:24.598Z] [ERROR] [2024-05-29T09:18:24.598Z] [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-05-29T09:18:24.598Z] [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-05-29T09:18:24.598Z] [ERROR] [2024-05-29T09:18:24.598Z] [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-05-29T09:18:24.598Z] [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-05-29T09:18:24.598Z] [ERROR] [2024-05-29T09:18:24.598Z] [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-05-29T09:18:24.598Z] [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-05-29T09:18:24.598Z] [ERROR] [2024-05-29T09:18:24.599Z] [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-05-29T09:18:24.599Z] [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-05-29T09:18:24.599Z] [ERROR] [2024-05-29T09:18:24.599Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [2024-05-29T09:18:24.599Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [2024-05-29T09:18:24.599Z] [ERROR] [2024-05-29T09:18:24.599Z] [ERROR] For more information about the errors and possible solutions, please read the following articles: [2024-05-29T09:18:24.599Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [2024-05-29T09:18:24.599Z] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException [Pipeline] } [Pipeline] // withCredentials Post stage [Pipeline] archiveArtifacts [2024-05-29T09:18:26.356Z] 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