RFR: JDK-8287011: Improve container information [v5]

Matthias Baesken mbaesken at openjdk.org
Wed Jun 22 08:20:53 UTC 2022


On Thu, 16 Jun 2022 05:53:54 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Introduce print_version_specific_info
>
> src/hotspot/os/linux/osContainer_linux.hpp line 48:
> 
>> 46:   static void print_version_specific_info(outputStream* st);
>> 47:   static void print_container_helper(outputStream* st, jlong j, const char* metrics);
>> 48: 
> 
> hpp file needs forward declaration of outputStream now, or include ostream.hpp, otherwise you break files that include this header but not ostream.

Hi Thomas, I added the inclusion of ostream.hpp .
Thanks, Matthias

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

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


More information about the hotspot-runtime-dev mailing list