RFR: 8227745, 8233915: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents
Erik Helin
ehelin at openjdk.java.net
Fri Sep 11 09:57:34 UTC 2020
On Fri, 11 Sep 2020 09:26:28 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
>>>
>>>
>>> Hi Richard,
>>> I had reviewed an older webrev. Your newest improvements look good.
>>
>> Thanks Martin!
>
>>
>>
>> @reinrich This change now passes all automated pre-integration checks. In addition to the automated checks, the change
>> must also fulfill all [project specific requirements](https://github.com/openjdk/jdk/blob/master/CONTRIBUTING.md)
>> After integration, the commit message will be:
>>
>> ```
>> 8227745: 8233915: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents
>> 8233915: JVMTI FollowReferences: Java Heap Leak not found because of C2 Scalar Replacement
>>
>> Reviewed-by: mdoerr
>> ```
>
> The commit message looks odd to me. Should I remove ", 8233915" from the title of this request? I used the old scheme
> "JBS-Id[, JBS-Id]*" and this might be wrong.
The commit message is correct according to [JEP 357](http://openjdk.java.net/jeps/357)
-------------
PR: https://git.openjdk.java.net/jdk/pull/119
More information about the hotspot-dev
mailing list