google / guava

Google core libraries for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix JDK18+ `SecurityManager` build failures (and maybe other failures on some older JDKs)

cpovirk opened this issue · comments

Also, JDK20 will make Thread.suspend throw, breaking AbstractFutureTest.testToString_delayedTimeout.

I just happened to see a reminder that we have some tests that we automatically skip under JDK9 and JDK10:

* These tests fail in JDK 9 and JDK 10 for an unknown reason. It might be the test; it might be

Apparently they work fine under JDK11+, unless I'm missing something.