RFR: 8266936: Add a finalization JFR event [v11]

Markus Grönlund mgronlun at openjdk.java.net
Fri Sep 24 09:27:05 UTC 2021


On Thu, 23 Sep 2021 22:35:26 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Markus Grönlund has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - remove rehashing and rely on default grow_hint for table resize
>>  - mtStatistics
>
> src/hotspot/share/jfr/periodic/jfrFinalizerStatisticsEvent.cpp line 26:
> 
>> 24: 
>> 25: #include "precompiled.hpp"
>> 26: #if INCLUDE_MANAGEMENT
> 
> With precompiled headers turned off, this gets a compilation error:
> error: "INCLUDE_MANAGEMENT" is not
>  defined, evaluates to 0 [-Werror=undef]

Thanks, I missed submitting a few no-precompiled header builds. Fixed now.

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

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


More information about the core-libs-dev mailing list