RFR: 8267155: runtime/os/TestTracePageSizes times out [v5]

Stefan Johansson sjohanss at openjdk.java.net
Wed May 19 18:45:51 UTC 2021


On Wed, 19 May 2021 16:00:45 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Thomas Stuefe has updated the pull request incrementally with four additional commits since the last revision:
>> 
>>  - fixes
>>  - made kernel 3.8 mandatory
>>  - Merge branch 'JDK-8267155-runtime-os-TestTracePageSize-times-out' of github.com:tstuefe/jdk into JDK-8267155-runtime-os-TestTracePageSize-times-out
>>  - wip
>
> test/hotspot/jtreg/runtime/os/TestTracePageSizes.java line 121:
> 
>> 119:         debug("kernelVersion " + Long.toHexString(kernelVersion));
>> 120:         return kernelVersion;
>> 121:     }
> 
> Let's not do any bit magic? Just inline this to the only use and do the proper branchy "if"?

+1

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

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


More information about the hotspot-runtime-dev mailing list