Skip to content

Commit f282ecd

Browse files
[GR-69419] Reset IgvDumpChannel.lastTargetAnnouncement.
PullRequest: graal/22043
2 parents 1dbd97c + 5f10332 commit f282ecd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

substratevm/src/com.oracle.svm.graal/src/com/oracle/svm/graal/substitutions/GraalSubstitutions.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,13 @@ final class Target_jdk_graal_compiler_serviceprovider_GlobalAtomicLong {
246246
private volatile long address;
247247
}
248248

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+
249256
/*
250257
* The following substitutions replace methods where reflection is used in the Graal code.
251258
*/

0 commit comments

Comments
 (0)