RFR: 8260577: Unused code in AbstractCompiler after Shark compiler removal [v2]

Tobias Hartmann thartmann at openjdk.java.net
Fri Jan 29 07:30:01 UTC 2021


On Thu, 28 Jan 2021 16:44:28 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> I use CICompileOSR=false very frequently during debugging to avoid C2 OSR compilations

Okay but it also disables C1 OSR compilations, right? I've never used that flag and thought it's semantically equivalent to `UseOnStackReplacement`. I'll revert the latest changes then.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2281


More information about the hotspot-compiler-dev mailing list