< prev index next >

jdk/src/java.base/share/native/libjava/jdk_util.c

Print this page

        

*** 42,52 **** memset(info, 0, info_size); info->jdk_version = ((version_major & 0xFF) << 24) | ((version_minor & 0xFF) << 16) | ((version_security & 0xFF) << 8) | (version_build & 0xFF); ! // FIXME: update_version and specia_update_version does not make sense anymore. info->update_version = 0; info->special_update_version = 0; info->thread_park_blocker = 1; // Advertise presence of sun.misc.PostVMInitHook: // future optimization: detect if this is enabled. --- 42,52 ---- memset(info, 0, info_size); info->jdk_version = ((version_major & 0xFF) << 24) | ((version_minor & 0xFF) << 16) | ((version_security & 0xFF) << 8) | (version_build & 0xFF); ! // FIXME: update_version and special_update_version does not make sense anymore. info->update_version = 0; info->special_update_version = 0; info->thread_park_blocker = 1; // Advertise presence of sun.misc.PostVMInitHook: // future optimization: detect if this is enabled.
< prev index next >