RFR: JDK-8301050: Detect Xen Virtualization on Linux aarch64 [v3]
Matthias Baesken
mbaesken at openjdk.org
Fri Feb 3 07:58:08 UTC 2023
On Fri, 3 Feb 2023 04:33:45 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Move more coding into check_info_file
>
> src/hotspot/share/runtime/abstract_vm_version.hpp line 74:
>
>> 72: static unsigned int _data_cache_line_flush_size;
>> 73:
>> 74: public:
>
> Would protected work here instead of public?
Hi David, unfortunately protected does not work here.
-------------
PR: https://git.openjdk.org/jdk/pull/12217
More information about the hotspot-dev
mailing list