RFR: 8288477: nmethod header size reduction

Vladimir Kozlov kvn at openjdk.org
Fri Jul 8 20:55:40 UTC 2022


On Fri, 8 Jul 2022 19:42:23 GMT, Dean Long <dlong at openjdk.org> wrote:

> > > Most of the files changed are because of CompLevel. It feels a little disruptive. I'd rather do the minimal changes.
> > 
> > 
> > Do you mind using the CompilerType? Since we have this type defined, I think it should be used. Does it make sense to propose this int->CompilerType cleanup as a separate change prior to this one?
> 
> I was going to suggest doing it as a separate change after this one. 

I agree with Dean. Lets change int->CompLevel in separate changes.    CompilerType is not the same as CompLevel.

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

PR: https://git.openjdk.org/jdk/pull/9165


More information about the hotspot-dev mailing list