Microsoft OpenJDK Java and Floating Point #171
-
I would like to know how Microsoft OpenJDK Java performs. -Is it compatible with Free Open Source Java libraries, -Has Microsoft OpenJDK removed the phenomenon of Java //---------------------------------------------------------- -What I need is a version of Java 17 that has the same -Will Microsoft OpenJDK run the included code fragment, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @PowerUser1234 - I caught your message to the Adoptium working group and the same answer applies here really. MSFT Build of OpenJDK is a downstream distribution of OpenJDK under the GPLv2+CE license. We have no plans to change the default behavior of FP numbers at this time. I'd recommend using hte Adoptium scripts to build your own custom OpenJDK binary in order to make that change for your own purposes. |
Beta Was this translation helpful? Give feedback.
Hi @PowerUser1234 - I caught your message to the Adoptium working group and the same answer applies here really. MSFT Build of OpenJDK is a downstream distribution of OpenJDK under the GPLv2+CE license. We have no plans to change the default behavior of FP numbers at this time.
I'd recommend using hte Adoptium scripts to build your own custom OpenJDK binary in order to make that change for your own purposes.