RFR: 8293109: Remove unused methods in Compiler
Vladimir Kozlov
kvn at openjdk.org
Tue Aug 30 16:11:03 UTC 2022
On Tue, 30 Aug 2022 13:17:42 GMT, Johan Sjölén <duke at openjdk.org> wrote:
> Hi,
>
> May I have a review regarding this PR? It removes some unused code which I found. All of this code is from "Initial load".
I think it was initial attempt for `ReplayCompiles`. You would add to C1 code calls to these methods in some places under some conditions when C1 crashes and then use created `.hotspot_compiler` file to compile only listed methods.
Now we have `ReplayCompiles`.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10082
More information about the hotspot-compiler-dev
mailing list