Skip to content

Commit

Permalink
Fix libgraal build broken by JDK-8331877.
Browse files Browse the repository at this point in the history
  • Loading branch information
mur47x111 committed May 31, 2024
1 parent 3bd8754 commit 188f35a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet",
"jdks": {
"galahad-jdk": {"name": "jpg-jdk", "version": "23", "build_id": "jdk-23+25-2108", "platformspecific": true, "extrabundles": ["static-libs"]},
"galahad-jdk": {"name": "jpg-jdk", "version": "23", "build_id": "jdk-23+26-2139", "platformspecific": true, "extrabundles": ["static-libs"]},

"oraclejdk11": {"name": "jpg-jdk", "version": "11.0.11", "build_id": "jdk-11.0.11+9", "platformspecific": true, "extrabundles": ["static-libs"] },

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
import com.oracle.svm.core.annotate.RecomputeFieldValue.Kind;
import com.oracle.svm.core.annotate.TargetClass;

@TargetClass(className = "jdk.jfr.internal.instrument.JDKEvents")
@TargetClass(className = "jdk.jfr.internal.JDKEvents")
@Platforms(LINUX.class)
final class Target_jdk_jfr_internal_instrument_JDKEvents {
final class Target_jdk_jfr_internal_JDKEvents {
@Alias //
@RecomputeFieldValue(kind = Kind.Reset) //
private static Target_jdk_internal_platform_Metrics containerMetrics;
Expand Down

0 comments on commit 188f35a

Please sign in to comment.