Merge pull request #14602 from aschackmull/java/split-dispatch-cached-stages

Java: Split the different layers of virtual dispatch into separate cached stages.
This commit is contained in:
Anders Schack-Mulligen
2023-10-27 12:36:29 +02:00
committed by GitHub

View File

@@ -48,7 +48,6 @@ class VirtCalledSrcMethod extends SrcMethod {
}
}
cached
private module Dispatch {
/** Gets a viable implementation of the method called in the given method access. */
cached