Java G1 garbage collection in production

后端 未结 16 1888
借酒劲吻你
借酒劲吻你 2020-11-28 18:41

Since Java 7 is going to use the new G1 garbage collection by default is Java going to be able to handle an order of magnitude larger heap without supposed \"devastating\" G

16条回答
  •  独厮守ぢ
    2020-11-28 18:55

    It's not suggested to use java8 w/ G1GC for float point calculation with hotspot-like JVM. It's dangerous for application integrity & accuracy.

    https://bugs.openjdk.java.net/browse/JDK-8148175

    JDK-8165766

    JDK-8186112

提交回复
热议问题