Skip to content

Commit 5f10332

Browse files
Reset IgvDumpChannel.lastTargetAnnouncement.
1 parent 2d511cf commit 5f10332

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)