RFR 8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr

Harold Seigel harold.seigel at oracle.com
Thu Nov 21 18:51:04 UTC 2019


Thanks Coleen!

Harold

On 11/21/2019 1:50 PM, coleen.phillimore at oracle.com wrote:
>
> I think this looks good.
> Coleen
>
> On 11/21/19 1:49 PM, Harold Seigel wrote:
>> Hi,
>>
>> Please review this trivial change to stop running test 
>> CompressedClassPointers.java on Windows.  The test checks that the 
>> base of the compressed class region is at a specific address. But, it 
>> fails intermittently because ASLR sometimes causes a different 
>> address to be returned.
>>
>> Open Webrev: http://cr.openjdk.java.net/~hseigel/bug_8234058/webrev/
>>
>> JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8234058
>>
>> The change was tested by checking, in Mach5, that the test was not 
>> run on Windows but was run on other platforms.
>>
>> Thanks, Harold
>>
>


More information about the hotspot-runtime-dev mailing list