RFR: JDK-8275865: Print deoptimization statistics in product builds [v2]

Volker Simonis simonis at openjdk.java.net
Thu Oct 28 10:31:52 UTC 2021


On Thu, 28 Oct 2021 06:38:59 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> Volker Simonis has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix C1 case which doesn't print deoptimization statistics
>
> test/hotspot/jtreg/runtime/logging/DeoptStats.java line 46:
> 
>> 44: public class DeoptStats {
>> 45: 
>> 46:   static class Value {
> 
> We use +4 space indentation for Java files.

Sorry, you're right. I've hacked this test in Emacs with my default of 2 spaces :)

> test/hotspot/jtreg/runtime/logging/DeoptStats.java line 67:
> 
>> 65:       verify(args);
>> 66:     }
>> 67:     else {
> 
> Line break should be removed.

Fixed.

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

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


More information about the hotspot-compiler-dev mailing list