Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for important (0.15 sec)

  1. guava/src/com/google/common/base/FinalizableReferenceQueue.java

       *
       * If this library is loaded in the system class loader, FinalizableReferenceQueue can load
       * Finalizer directly with no problems.
       *
       * If this library is loaded in an application class loader, it's important that Finalizer not
       * have a strong reference back to the class loader. Otherwise, you could have a graph like this:
       *
       * Finalizer Thread runs instance of -> Finalizer.class loaded by -> Application class loader
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Wed Apr 26 20:07:17 GMT 2023
    - 13.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/base/FinalizableReferenceQueue.java

       *
       * If this library is loaded in the system class loader, FinalizableReferenceQueue can load
       * Finalizer directly with no problems.
       *
       * If this library is loaded in an application class loader, it's important that Finalizer not
       * have a strong reference back to the class loader. Otherwise, you could have a graph like this:
       *
       * Finalizer Thread runs instance of -> Finalizer.class loaded by -> Application class loader
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed Apr 26 20:07:17 GMT 2023
    - 13.1K bytes
    - Viewed (0)
Back to top