RFR (S) 8221967: InternTest.java timed out
coleen.phillimore at oracle.com
coleen.phillimore at oracle.com
Fri May 17 20:52:11 UTC 2019
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