Does Anyone know the c++ version of java's Double.longBitsToDouble ... i have seen this answer which answers float.intBitsToFloat; C equivalent of Java's Float.intBitsToFloat
i tried to apply the same method to convert Java_java_lang_Double_longBitsToDouble to pure c++ version, but the function has a line i don't know how to convert, the line being jlong_to_jdouble_bits(&v);
you can find the class here https://github.com/openjdk/shenandoah/blob/master/src/java.base/share/native/libjava/Double.c