- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isJdk9OrHigher (0.11 sec)
-
guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java
* loader of that class from being garbage-collected. */ public void testUnloadableWithoutSecurityManager() throws Exception { if (isJdk9OrHigher()) { return; } SecurityManager oldSecurityManager = System.getSecurityManager(); try { System.setSecurityManager(null); doTestUnloadable(); } finally {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 13.3K bytes - Viewed (0)