RFR(S): 8129523 - java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java timeout

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Aug 3 16:41:20 UTC 2016


Can we increase CodeCache size instead?
Using XX:StartAggressiveSweepingAt may cause CodeCache overflow.

Thanks,
Vladimir

On 8/3/16 9:12 AM, Dmitrij Pochepko wrote:
> Hi,
>
> please  review fix for 8129523 -
> java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java timeout
>
> Test timeouts in specific cases of code cache exhaustion because of
> intensive sweeper activity. This fix disables aggressive sweeping.
>
> webrev: http://cr.openjdk.java.net/~dpochepk/8129523/webrev.01/
> CR: https://bugs.openjdk.java.net/browse/JDK-8129523
>
> I've tested fix on linux-amd64 and solaris-amd64 both with default and
> small codecache size set.
>
> Thanks,
> Dmitrij


More information about the hotspot-compiler-dev mailing list