Skip to content

Commit

Permalink
OpenJ9: Disable dtrace on jdk17 plinux (#711)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
AdamBrousseau and sxa authored Jun 6, 2023
1 parent 722dd6a commit b3ad946
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pipelines/jobs/configurations/jdk17u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ class Config17 {
arch : 'ppc64le',
dockerImage : 'adoptopenjdk/centos7_build_image',
test : 'default',
configureArgs : [
'openj9' : '--enable-dtrace'
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
Expand Down

0 comments on commit b3ad946

Please sign in to comment.