Unused static constant MathContext.DEFAULT_DIGITS

Andrey Turbanov turbanoff at gmail.com
Fri Feb 18 09:55:45 UTC 2022


Hello.
I noticed unused field java.math.MathContext#DEFAULT_DIGITS
https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/math/MathContext.java#L61

As I can see, it was already unused in the initial OpenJDK source.
Does VM use this field somehow? Or used to use?

Andrey Turbanov


More information about the core-libs-dev mailing list