Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testUnloadableWithoutSecurityManager (0.23 sec)

  1. android/guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java

      }
    
      /**
       * Tests that the use of a {@link FinalizableReferenceQueue} does not subsequently prevent the
       * loader of that class from being garbage-collected.
       */
      public void testUnloadableWithoutSecurityManager() throws Exception {
        if (isJdk9OrHigher()) {
          return;
        }
        SecurityManager oldSecurityManager = System.getSecurityManager();
        try {
          System.setSecurityManager(null);
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Tue Feb 16 03:24:50 GMT 2021
    - 13.3K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java

      }
    
      /**
       * Tests that the use of a {@link FinalizableReferenceQueue} does not subsequently prevent the
       * loader of that class from being garbage-collected.
       */
      public void testUnloadableWithoutSecurityManager() throws Exception {
        if (isJdk9OrHigher()) {
          return;
        }
        SecurityManager oldSecurityManager = System.getSecurityManager();
        try {
          System.setSecurityManager(null);
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Tue Feb 16 03:24:50 GMT 2021
    - 13.3K bytes
    - Viewed (0)
Back to top