Skip to content

Commit ac42cd4

Browse files
rkennkedevflow.devflow-routing-intake
andauthored
Bump java-profiler (ddprof) to 1.47.0 (#12055)
Bump java-profiler (ddprof) to 1.47.0 Required to continue work on the all-native profiler context bridge (#11899). Merge branch 'master' into rkennke/bump-ddprof-1.47.0 Raise agent jar size budget for java-profiler 1.47.0 The ddprof 1.47.0 native library growth pushed the shadow jar past the previous budget; raise it to unblock the verifyAgentJarContents check. Merge branch 'master' into rkennke/bump-ddprof-1.47.0 Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent b835a92 commit ac42cd4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dd-java-agent/ddprof-lib/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
66
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
77
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8-
com.datadoghq:ddprof:1.46.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8+
com.datadoghq:ddprof:1.47.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
99
com.github.javaparser:javaparser-core:3.25.6=codenarc
1010
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs
1111
com.github.spotbugs:spotbugs:4.9.8=spotbugs

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ shadow = "9.4.2"
1010
spotbugs_annotations = "4.9.8"
1111

1212
# DataDog libs and forks
13-
ddprof = "1.46.0"
13+
ddprof = "1.47.0"
1414
dogstatsd = "4.4.5"
1515
okhttp = "3.12.15" # Datadog fork to support Java 7
1616

metadata/agent-jar-checks.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Agent jar structural invariants — edit intentionally, commit with the change that justified it.
22

3-
# Max agent jar size in bytes. Raise only when the size growth is intentional (33 MiB = 34603008).
4-
jar.size.budget = 34603008
3+
# Max agent jar size in bytes. Raise only when the size growth is intentional (~33.02 MiB).
4+
jar.size.budget = 34619392
55

66
# Minimum combined class + classdata count in the assembled agent jar.
77
# Set to ~98% of the actual count at the time of the last intentional change.

0 commit comments

Comments
 (0)