Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8174901 JEP 318: Epsilon: A No-Op Garbage Collector (Experimental)
  3. JDK-8204181

Release Note: JEP 318: Epsilon, A No-Op Garbage Collector

XMLWordPrintable

    • gc
    • Verified

      Epsilon GC is the new experimental no-op garbage collector. Epsilon GC only handles memory allocation, and does not implement any memory reclamation mechanism. It is useful for performance testing, to contrast costs/benefits of other GCs. It can be used to conveniently assert memory footprint and memory pressure in tests. In extreme cases, it might be useful with very short lived jobs, where memory reclamation would happen at JVM termination, or getting the last-drop latency improvements in low-garbage applications. See more discussion about its use and tradeoffs in [JEP 318](http://openjdk.java.net/jeps/318).

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: