We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d511cf commit 5f10332Copy full SHA for 5f10332
substratevm/src/com.oracle.svm.graal/src/com/oracle/svm/graal/substitutions/GraalSubstitutions.java
@@ -246,6 +246,13 @@ final class Target_jdk_graal_compiler_serviceprovider_GlobalAtomicLong {
246
private volatile long address;
247
}
248
249
+@TargetClass(className = "jdk.graal.compiler.debug.IgvDumpChannel", onlyWith = GraalCompilerFeature.IsEnabled.class)
250
+final class Target_jdk_graal_compiler_debug_IgvDumpChannel {
251
+ @Alias//
252
+ @RecomputeFieldValue(kind = Reset)//
253
+ private static String lastTargetAnnouncement;
254
+}
255
+
256
/*
257
* The following substitutions replace methods where reflection is used in the Graal code.
258
*/
0 commit comments