Skip to content

Commit b3ad946

Browse files
AdamBrousseausxa
andauthored
OpenJ9: Disable dtrace on jdk17 plinux (#711)
* OpenJ9: Remove explicit jitserver enable option Is enabled by default on x/p/z linux in all versions Related ibmruntimes#132 Signed-off-by: Adam Brousseau <[email protected]> * OpenJ9: Disable dtrace on jdk17 plinux Related #704 Signed-off-by: Adam Brousseau <[email protected]> --------- Signed-off-by: Adam Brousseau <[email protected]> Co-authored-by: Stewart X Addison <[email protected]>
1 parent 722dd6a commit b3ad946

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pipelines/jobs/configurations/jdk17u_pipeline_config.groovy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ class Config17 {
108108
arch : 'ppc64le',
109109
dockerImage : 'adoptopenjdk/centos7_build_image',
110110
test : 'default',
111-
configureArgs : [
112-
'openj9' : '--enable-dtrace'
113-
],
114111
buildArgs : [
115112
'temurin' : '--create-jre-image --create-sbom'
116113
]

0 commit comments

Comments
 (0)