RFR (S) 8221967: InternTest.java timed out
David Holmes
david.holmes at oracle.com
Mon May 20 04:09:05 UTC 2019
Hi Coleen,
This all seems fine to me.
Thanks,
David
On 18/05/2019 6:52 am, coleen.phillimore at oracle.com wrote:
>
>
> On 5/17/19 4:48 PM, coleen.phillimore at oracle.com wrote:
>> Summary: Move redundant table lookup and make rehashing be a needed
>> guaranteed safepoint cleanup action.
>>
>> The String Hashtable wasn't getting rehashed because
>> GuaranteedSafepointInterval didn't think it had to do anything. Plus,
>> there's an extra lookup in both symbol because of the fix for
>> JDK-8216049 <https://bugs.openjdk.java.net/browse/JDK-8216049>.
>>
>> The test is in Oracle closed so the CR is closed. The test was run
>> 100 times without timeouts on solaris sparc, where the original
>> problem happened. Hotspot tier1-3 testing is in progress.
>>
>>
> open webrev at http://cr.openjdk.java.net/~coleenp/2019/8221967.01/webrev
> bug link https://bugs.openjdk.java.net/browse/JDK-8221967
>
> There.
>>
>> Thanks,
>> Coleen
>
More information about the hotspot-runtime-dev
mailing list