Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,13 @@ final class Target_jdk_graal_compiler_serviceprovider_GlobalAtomicLong {
private volatile long address;
}

@TargetClass(className = "jdk.graal.compiler.debug.IgvDumpChannel", onlyWith = GraalCompilerFeature.IsEnabled.class)
final class Target_jdk_graal_compiler_debug_IgvDumpChannel {
@Alias//
@RecomputeFieldValue(kind = Reset)//
private static String lastTargetAnnouncement;
}

/*
* The following substitutions replace methods where reflection is used in the Graal code.
*/
Expand Down